#7EAA77

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

Shades of Amulet #7EAA77

Tints of Amulet #7EAA77

Color information

#7EAA77 (or 0x7EAA77) is unknown color: approx Amulet. HEX triplet: 7E, AA and 77. RGB value is (126,170,119). Sum of RGB (Red+Green+Blue) = 126+170+119=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA77 is #815588. Grayscale: #979797. Windows color (decimal): -8476041 or 7842430. OLE color: 7842430.

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

Color convert

RGB126170119-
CMYK0.2600.30.33
HSL111.76º23.08%56.67%-
HSV(B)111.76º30%66.67%-
XYZ26.3134.5222.73-
YUV151.03109.92110.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=30.36%
G=40.96%
B=28.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701190.2600.30.33111.7623.0856.67
Hex7EAA771A01E21701739
Octal17625216732036411602771
Binary111111010101010111011111010011110100001111000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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