#7EAA6D

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

Shades of Amulet #7EAA6D

Tints of Amulet #7EAA6D

Color information

#7EAA6D (or 0x7EAA6D) is unknown color: approx Amulet. HEX triplet: 7E, AA and 6D. RGB value is (126,170,109). Sum of RGB (Red+Green+Blue) = 126+170+109=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6D is #815592. Grayscale: #969696. Windows color (decimal): -8476051 or 7187070. OLE color: 7187070.

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

Color convert

RGB126170109-
CMYK0.2600.360.33
HSL103.28º26.41%54.71%-
HSV(B)103.28º35.88%66.67%-
XYZ25.7434.2919.73-
YUV149.89104.92110.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=31.11%
G=41.98%
B=26.91%

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
Decimal1261701090.2600.360.33103.2826.4154.71
Hex7EAA6D1A02421671a37
Octal17625215532044411473267
Binary1111110101010101101101110100100100100001110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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