#7FA86D

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

Shades of Amulet #7FA86D

Tints of Amulet #7FA86D

Color information

#7FA86D (or 0x7FA86D) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 6D. RGB value is (127,168,109). Sum of RGB (Red+Green+Blue) = 127+168+109=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA86D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA86D is #805792. Grayscale: #959595. Windows color (decimal): -8411027 or 7186559. OLE color: 7186559.

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

Color convert

RGB127168109-
CMYK0.2400.350.34
HSL101.69º25.32%54.31%-
HSV(B)101.69º35.12%65.88%-
XYZ25.5233.6219.61-
YUV149.01105.42112.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=31.44%
G=41.58%
B=26.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681090.2400.350.34101.6925.3254.31
Hex7FA86D1802322661936
Octal17725015530043421463166
Binary1111111101010001101101110000100011100010110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,109); }

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

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

 a { background-color: rgb(127,168,109); }

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

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

 span { border-color: rgb(127,168,109); }

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