#7EA56E

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

Shades of Amulet #7EA56E

Tints of Amulet #7EA56E

Color information

#7EA56E (or 0x7EA56E) is unknown color: approx Amulet. HEX triplet: 7E, A5 and 6E. RGB value is (126,165,110). Sum of RGB (Red+Green+Blue) = 126+165+110=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA56E is #815A91. Grayscale: #939393. Windows color (decimal): -8477330 or 7251326. OLE color: 7251326.

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

Color convert

RGB126165110-
CMYK0.2400.330.35
HSL102.55º23.4%53.92%-
HSV(B)102.55º33.33%64.71%-
XYZ24.8732.4719.71-
YUV147.07107.08112.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=31.42%
G=41.15%
B=27.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651100.2400.330.35102.5523.453.92
Hex7EA56E1802123671736
Octal17624515630041431472766
Binary1111110101001011101110110000100001100011110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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