#7EAC6E

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

Shades of Amulet #7EAC6E

Tints of Amulet #7EAC6E

Color information

#7EAC6E (or 0x7EAC6E) is unknown color: approx Amulet. HEX triplet: 7E, AC and 6E. RGB value is (126,172,110). Sum of RGB (Red+Green+Blue) = 126+172+110=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6E is #815391. Grayscale: #979797. Windows color (decimal): -8475538 or 7253118. OLE color: 7253118.

HSL color Cylindrical-coordinate representation of color #7EAC6E: hue angle of 104.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EAC6E is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB126172110-
CMYK0.2700.360.33
HSL104.52º27.19%55.29%-
HSV(B)104.52º36.05%67.45%-
XYZ26.1735.0720.14-
YUV151.18104.76110.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=30.88%
G=42.16%
B=26.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721100.2700.360.33104.5227.1955.29
Hex7EAC6E1B02421691b37
Octal17625415633044411513367
Binary1111110101011001101110110110100100100001110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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