#7EA16D

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

Shades of Amulet #7EA16D

Tints of Amulet #7EA16D

Color information

#7EA16D (or 0x7EA16D) is unknown color: approx Amulet. HEX triplet: 7E, A1 and 6D. RGB value is (126,161,109). Sum of RGB (Red+Green+Blue) = 126+161+109=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA16D is #815E92. Grayscale: #909090. Windows color (decimal): -8478355 or 7184766. OLE color: 7184766.

HSL color Cylindrical-coordinate representation of color #7EA16D: hue angle of 100.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA16D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB126161109-
CMYK0.2200.320.37
HSL100.38º21.67%52.94%-
HSV(B)100.38º32.3%63.14%-
XYZ24.1131.0319.19-
YUV144.61107.9114.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=31.82%
G=40.66%
B=27.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261611090.2200.320.37100.3821.6752.94
Hex7EA16D1602025641635
Octal17624115526040451442665
Binary1111110101000011101101101100100000100101110010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,109); }

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

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

 a { background-color: rgb(126,161,109); }

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

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

 span { border-color: rgb(126,161,109); }

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