#7EAA76

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

Shades of Amulet #7EAA76

Tints of Amulet #7EAA76

Color information

#7EAA76 (or 0x7EAA76) is unknown color: approx Amulet. HEX triplet: 7E, AA and 76. RGB value is (126,170,118). Sum of RGB (Red+Green+Blue) = 126+170+118=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA76 is #815589. Grayscale: #979797. Windows color (decimal): -8476042 or 7776894. OLE color: 7776894.

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

Color convert

RGB126170118-
CMYK0.2600.310.33
HSL110.77º23.42%56.47%-
HSV(B)110.77º30.59%66.67%-
XYZ26.2534.4922.41-
YUV150.92109.42110.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=30.43%
G=41.06%
B=28.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701180.2600.310.33110.7723.4256.47
Hex7EAA761A01F216f1738
Octal17625216632037411572770
Binary111111010101010111011011010011111100001110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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