#7EAB7D

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

Shades of Amulet #7EAB7D

Tints of Amulet #7EAB7D

Color information

#7EAB7D (or 0x7EAB7D) is unknown color: approx Amulet. HEX triplet: 7E, AB and 7D. RGB value is (126,171,125). Sum of RGB (Red+Green+Blue) = 126+171+125=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAB7D is #815482. Grayscale: #989898. Windows color (decimal): -8475779 or 8235902. OLE color: 8235902.

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

Color convert

RGB126171125-
CMYK0.2600.270.33
HSL118.7º21.5%58.04%-
HSV(B)118.7º26.9%67.06%-
XYZ26.8735.0424.75-
YUV152.3112.59109.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=29.86%
G=40.52%
B=29.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711250.2600.270.33118.721.558.04
Hex7EAB7D1A01B2177153a
Octal17625317532033411672572
Binary111111010101011111110111010011011100001111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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