#7EA16C

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

Shades of Amulet #7EA16C

Tints of Amulet #7EA16C

Color information

#7EA16C (or 0x7EA16C) is unknown color: approx Amulet. HEX triplet: 7E, A1 and 6C. RGB value is (126,161,108). Sum of RGB (Red+Green+Blue) = 126+161+108=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA16C is #815E93. Grayscale: #909090. Windows color (decimal): -8478356 or 7119230. OLE color: 7119230.

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

Color convert

RGB126161108-
CMYK0.2200.330.37
HSL99.62º21.99%52.75%-
HSV(B)99.62º32.92%63.14%-
XYZ24.0631.0118.9-
YUV144.49107.4114.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.90%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=31.90%
G=40.76%
B=27.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1261611080.2200.330.3799.6221.9952.75
Hex7EA16C1602125641635
Octal17624115426041451442665
Binary1111110101000011101100101100100001100101110010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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