#7EAB6D

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

Shades of Amulet #7EAB6D

Tints of Amulet #7EAB6D

Color information

#7EAB6D (or 0x7EAB6D) is unknown color: approx Amulet. HEX triplet: 7E, AB and 6D. RGB value is (126,171,109). Sum of RGB (Red+Green+Blue) = 126+171+109=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB6D is #815492. Grayscale: #969696. Windows color (decimal): -8475795 or 7187326. OLE color: 7187326.

HSL color Cylindrical-coordinate representation of color #7EAB6D: hue angle of 103.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EAB6D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB126171109-
CMYK0.2600.360.33
HSL103.55º26.96%54.9%-
HSV(B)103.55º36.26%67.06%-
XYZ25.9334.6719.79-
YUV150.48104.59110.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.03%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=31.03%
G=42.12%
B=26.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711090.2600.360.33103.5526.9654.9
Hex7EAB6D1A02421681b37
Octal17625315532044411503367
Binary1111110101010111101101110100100100100001110100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,109); }

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

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

 a { background-color: rgb(126,171,109); }

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

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

 span { border-color: rgb(126,171,109); }

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