#7EAC6D

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

Shades of Amulet #7EAC6D

Tints of Amulet #7EAC6D

Color information

#7EAC6D (or 0x7EAC6D) is unknown color: approx Amulet. HEX triplet: 7E, AC and 6D. RGB value is (126,172,109). Sum of RGB (Red+Green+Blue) = 126+172+109=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6D is #815392. Grayscale: #979797. Windows color (decimal): -8475539 or 7187582. OLE color: 7187582.

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

Color convert

RGB126172109-
CMYK0.2700.370.33
HSL103.81º27.51%55.1%-
HSV(B)103.81º36.63%67.45%-
XYZ26.1235.0419.86-
YUV151.06104.26110.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.96%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=30.96%
G=42.26%
B=26.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721090.2700.370.33103.8127.5155.1
Hex7EAC6D1B02521681c37
Octal17625415533045411503467
Binary1111110101011001101101110110100101100001110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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