#7FAF77

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

Shades of Amulet #7FAF77

Tints of Amulet #7FAF77

Color information

#7FAF77 (or 0x7FAF77) is unknown color: approx Amulet. HEX triplet: 7F, AF and 77. RGB value is (127,175,119). Sum of RGB (Red+Green+Blue) = 127+175+119=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF77 is #805088. Grayscale: #9A9A9A. Windows color (decimal): -8409225 or 7843711. OLE color: 7843711.

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

Color convert

RGB127175119-
CMYK0.2700.320.31
HSL111.43º25.93%57.65%-
HSV(B)111.43º32%68.63%-
XYZ27.4136.523.05-
YUV154.26108.1108.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=30.17%
G=41.57%
B=28.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751190.2700.320.31111.4325.9357.65
Hex7FAF771B0201F6f1a3a
Octal17725716733040371573272
Binary111111110101111111011111011010000011111110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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