In its simplest form this could be a start:
xCoord = 1.5;
yCoord = 0.475;
r = 0.365;
Graphics[{Green, Thick, Arrowheads[Large],
Arrow@Circle[{xCoord, yCoord}, {r, r}, {-Pi (1/3 - 1/12), Pi (1/3 - 1/12)}], ,
Arrow@Circle[{xCoord, yCoord}, {r, r}, {Pi (1/3 + 1/12), Pi (2/3 + 1/4)}],
Arrow@Circle[{xCoord, yCoord}, {r, r}, {Pi (1 + 1/12), Pi (3/2 + 1/12)}]}, ImageSize -> Small]