#7FAF71

Color #7FAF71 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7FAF71

Tints of Amulet #7FAF71

Color information

#7FAF71 (or 0x7FAF71) is unknown color: approx Amulet. HEX triplet: 7F, AF and 71. RGB value is (127,175,113). Sum of RGB (Red+Green+Blue) = 127+175+113=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF71 is #80508E. Grayscale: #999999. Windows color (decimal): -8409231 or 7450495. OLE color: 7450495.

HSL color Cylindrical-coordinate representation of color #7FAF71: hue angle of 106.45º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FAF71 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB127175113-
CMYK0.2700.350.31
HSL106.45º27.93%56.47%-
HSV(B)106.45º35.43%68.63%-
XYZ27.0636.3621.22-
YUV153.58105.1109.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 30.60%
GREEN value IS 175 (68.75% from 255) = 42.17%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=30.60%
G=42.17%
B=27.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751130.2700.350.31106.4527.9356.47
Hex7FAF711B0231F6a1c38
Octal17725716133043371523470
Binary111111110101111111000111011010001111111110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAF71; }

 p { color: rgb(127,175,113); }

 H1.HeaderClassName
 {
   color: #7FAF71;
 }
 .AnyTagClassName
 {
   color: #7FAF71;
 }
</style>
background-color css

<style>
 a { background-color: #7FAF71; }

 a { background-color: rgb(127,175,113); }

 div.DivClassName
 {
   background-color: #7FAF71;
 }
 .BgClassName
 {
   background-color: #7FAF71;
 }
</style>
border-color css

<style>
 span { border-color: #7FAF71; }

 span { border-color: rgb(127,175,113); }

 td.TdClassName
 {
   border-color: #7FAF71;
 }
 .TagClassName
 {
   border-color: #7FAF71;
 }
</style>