#7FA16F

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

Shades of Amulet #7FA16F

Tints of Amulet #7FA16F

Color information

#7FA16F (or 0x7FA16F) is unknown color: approx Amulet. HEX triplet: 7F, A1 and 6F. RGB value is (127,161,111). Sum of RGB (Red+Green+Blue) = 127+161+111=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA16F is #805E90. Grayscale: #919191. Windows color (decimal): -8412817 or 7315839. OLE color: 7315839.

HSL color Cylindrical-coordinate representation of color #7FA16F: hue angle of 100.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FA16F is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB127161111-
CMYK0.2100.310.37
HSL100.8º21.01%53.33%-
HSV(B)100.8º31.06%63.14%-
XYZ24.3731.1519.77-
YUV145.13108.74115.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=31.83%
G=40.35%
B=27.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1271611110.2100.310.37100.821.0153.33
Hex7FA16F1501F25651535
Octal17724115725037451452565
Binary111111110100001110111110101011111100101110010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,161,111); }

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

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

 a { background-color: rgb(127,161,111); }

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

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

 span { border-color: rgb(127,161,111); }

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