#7EA97C

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

Shades of Amulet #7EA97C

Tints of Amulet #7EA97C

Color information

#7EA97C (or 0x7EA97C) is unknown color: approx Amulet. HEX triplet: 7E, A9 and 7C. RGB value is (126,169,124). Sum of RGB (Red+Green+Blue) = 126+169+124=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA97C is #815683. Grayscale: #979797. Windows color (decimal): -8476292 or 8169854. OLE color: 8169854.

HSL color Cylindrical-coordinate representation of color #7EA97C: hue angle of 117.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA97C is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB126169124-
CMYK0.2500.270.34
HSL117.33º20.74%57.45%-
HSV(B)117.33º26.63%66.27%-
XYZ26.4334.2724.29-
YUV151.01112.75110.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=30.07%
G=40.33%
B=29.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261691240.2500.270.34117.3320.7457.45
Hex7EA97C1901B22751539
Octal17625117431033421652571
Binary111111010101001111110011001011011100010111010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,124); }

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

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

 a { background-color: rgb(126,169,124); }

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

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

 span { border-color: rgb(126,169,124); }

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