#7EAA6C

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

Shades of Amulet #7EAA6C

Tints of Amulet #7EAA6C

Color information

#7EAA6C (or 0x7EAA6C) is unknown color: approx Amulet. HEX triplet: 7E, AA and 6C. RGB value is (126,170,108). Sum of RGB (Red+Green+Blue) = 126+170+108=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6C is #815593. Grayscale: #959595. Windows color (decimal): -8476052 or 7121534. OLE color: 7121534.

HSL color Cylindrical-coordinate representation of color #7EAA6C: hue angle of 102.58º 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 #7EAA6C is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB126170108-
CMYK0.2600.360.33
HSL102.58º26.72%54.51%-
HSV(B)102.58º36.47%66.67%-
XYZ25.6934.2719.45-
YUV149.78104.42111.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=31.19%
G=42.08%
B=26.73%

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
Decimal1261701080.2600.360.33102.5826.7254.51
Hex7EAA6C1A02421671b37
Octal17625215432044411473367
Binary1111110101010101101100110100100100100001110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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