#7EA66C

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

Shades of Amulet #7EA66C

Tints of Amulet #7EA66C

Color information

#7EA66C (or 0x7EA66C) is unknown color: approx Amulet. HEX triplet: 7E, A6 and 6C. RGB value is (126,166,108). Sum of RGB (Red+Green+Blue) = 126+166+108=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA66C is #815993. Grayscale: #939393. Windows color (decimal): -8477076 or 7120510. OLE color: 7120510.

HSL color Cylindrical-coordinate representation of color #7EA66C: hue angle of 101.38º degrees, saturation: 0.25, 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 #7EA66C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB126166108-
CMYK0.2400.350.35
HSL101.38º24.58%53.73%-
HSV(B)101.38º34.94%65.1%-
XYZ24.9532.7919.2-
YUV147.43105.75112.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 166 (65.23% from 255) = 41.5%
BLUE value IS 108 (42.58% from 255) = 27%
R=31.5%
G=41.5%
B=27%

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
Decimal1261661080.2400.350.35101.3824.5853.73
Hex7EA66C1802323651936
Octal17624615430043431453166
Binary1111110101001101101100110000100011100011110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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