#7EAD76

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

Shades of Amulet #7EAD76

Tints of Amulet #7EAD76

Color information

#7EAD76 (or 0x7EAD76) is unknown color: approx Amulet. HEX triplet: 7E, AD and 76. RGB value is (126,173,118). Sum of RGB (Red+Green+Blue) = 126+173+118=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD76 is #815289. Grayscale: #989898. Windows color (decimal): -8475274 or 7777662. OLE color: 7777662.

HSL color Cylindrical-coordinate representation of color #7EAD76: hue angle of 111.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAD76 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB126173118-
CMYK0.2700.320.32
HSL111.27º25.11%57.06%-
HSV(B)111.27º31.79%67.84%-
XYZ26.8235.6322.6-
YUV152.68108.43108.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=30.22%
G=41.49%
B=28.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731180.2700.320.32111.2725.1157.06
Hex7EAD761B020206f1939
Octal17625516633040401573171
Binary1111110101011011110110110110100000100000110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,118); }

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

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

 a { background-color: rgb(126,173,118); }

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

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

 span { border-color: rgb(126,173,118); }

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