#7EAA79

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

Shades of Amulet #7EAA79

Tints of Amulet #7EAA79

Color information

#7EAA79 (or 0x7EAA79) is unknown color: approx Amulet. HEX triplet: 7E, AA and 79. RGB value is (126,170,121). Sum of RGB (Red+Green+Blue) = 126+170+121=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA79 is #815586. Grayscale: #979797. Windows color (decimal): -8476039 or 7973502. OLE color: 7973502.

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

Color convert

RGB126170121-
CMYK0.2600.290.33
HSL113.88º22.37%57.06%-
HSV(B)113.88º28.82%66.67%-
XYZ26.4334.5723.37-
YUV151.26110.92109.98-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=30.22%
G=40.77%
B=29.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701210.2600.290.33113.8822.3757.06
Hex7EAA791A01D21721639
Octal17625217132035411622671
Binary111111010101010111100111010011101100001111001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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