#7FA66C

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

Shades of Amulet #7FA66C

Tints of Amulet #7FA66C

Color information

#7FA66C (or 0x7FA66C) is unknown color: approx Amulet. HEX triplet: 7F, A6 and 6C. RGB value is (127,166,108). Sum of RGB (Red+Green+Blue) = 127+166+108=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA66C is #805993. Grayscale: #939393. Windows color (decimal): -8411540 or 7120511. OLE color: 7120511.

HSL color Cylindrical-coordinate representation of color #7FA66C: hue angle of 100.34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FA66C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB127166108-
CMYK0.2300.350.35
HSL100.34º24.58%53.73%-
HSV(B)100.34º34.94%65.1%-
XYZ25.132.8719.21-
YUV147.73105.58113.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=31.67%
G=41.40%
B=26.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661080.2300.350.35100.3424.5853.73
Hex7FA66C1702323641936
Octal17724615427043431443166
Binary1111111101001101101100101110100011100011110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,108); }

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

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

 a { background-color: rgb(127,166,108); }

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

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

 span { border-color: rgb(127,166,108); }

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