#7EA56C

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

Shades of Amulet #7EA56C

Tints of Amulet #7EA56C

Color information

#7EA56C (or 0x7EA56C) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 6C. RGB value is (126,165,108). Sum of RGB (Red+Green+Blue) = 126+165+108=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA56C is #815A93. Grayscale: #939393. Windows color (decimal): -8477332 or 7120254. OLE color: 7120254.

HSL color Cylindrical-coordinate representation of color #7EA56C: hue angle of 101.05º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EA56C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB126165108-
CMYK0.2400.350.35
HSL101.05º24.05%53.53%-
HSV(B)101.05º34.55%64.71%-
XYZ24.7732.4319.14-
YUV146.84106.08113.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=31.58%
G=41.35%
B=27.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651080.2400.350.35101.0524.0553.53
Hex7EA56C1802323651836
Octal17624515430043431453066
Binary1111110101001011101100110000100011100011110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,108); }

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

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

 a { background-color: rgb(126,165,108); }

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

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

 span { border-color: rgb(126,165,108); }

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