#7EAC70

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

Shades of Amulet #7EAC70

Tints of Amulet #7EAC70

Color information

#7EAC70 (or 0x7EAC70) is unknown color: approx Amulet. HEX triplet: 7E, AC and 70. RGB value is (126,172,112). Sum of RGB (Red+Green+Blue) = 126+172+112=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC70 is #81538F. Grayscale: #979797. Windows color (decimal): -8475536 or 7384190. OLE color: 7384190.

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

Color convert

RGB126172112-
CMYK0.2700.350.33
HSL106º26.55%55.69%-
HSV(B)106º34.88%67.45%-
XYZ26.2835.1120.72-
YUV151.41105.76109.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.73%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=30.73%
G=41.95%
B=27.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721120.2700.350.3310626.5555.69
Hex7EAC701B023216a1b38
Octal17625416033043411523370
Binary1111110101011001110000110110100011100001110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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