#7FA36D

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

Shades of Amulet #7FA36D

Tints of Amulet #7FA36D

Color information

#7FA36D (or 0x7FA36D) is unknown color: approx Amulet. HEX triplet: 7F, A3 and 6D. RGB value is (127,163,109). Sum of RGB (Red+Green+Blue) = 127+163+109=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA36D is #805C92. Grayscale: #929292. Windows color (decimal): -8412307 or 7185279. OLE color: 7185279.

HSL color Cylindrical-coordinate representation of color #7FA36D: hue angle of 100º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA36D is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB127163109-
CMYK0.2200.330.36
HSL100º22.69%53.33%-
HSV(B)100º33.13%63.92%-
XYZ24.6131.8119.31-
YUV146.08107.07114.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=31.83%
G=40.85%
B=27.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271631090.2200.330.3610022.6953.33
Hex7FA36D1602124641735
Octal17724315526041441442765
Binary1111111101000111101101101100100001100100110010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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