#7EAB79

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

Shades of Amulet #7EAB79

Tints of Amulet #7EAB79

Color information

#7EAB79 (or 0x7EAB79) is unknown color: approx Amulet. HEX triplet: 7E, AB and 79. RGB value is (126,171,121). Sum of RGB (Red+Green+Blue) = 126+171+121=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB79 is #815486. Grayscale: #989898. Windows color (decimal): -8475783 or 7973758. OLE color: 7973758.

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

Color convert

RGB126171121-
CMYK0.2600.290.33
HSL114º22.94%57.25%-
HSV(B)114º29.24%67.06%-
XYZ26.6234.9423.43-
YUV151.84110.59109.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=30.14%
G=40.91%
B=28.95%

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
Decimal1261711210.2600.290.3311422.9457.25
Hex7EAB791A01D21721739
Octal17625317132035411622771
Binary111111010101011111100111010011101100001111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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