#7EAC7D

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

Shades of Amulet #7EAC7D

Tints of Amulet #7EAC7D

Color information

#7EAC7D (or 0x7EAC7D) is unknown color: approx Amulet. HEX triplet: 7E, AC and 7D. RGB value is (126,172,125). Sum of RGB (Red+Green+Blue) = 126+172+125=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC7D is #815382. Grayscale: #999999. Windows color (decimal): -8475523 or 8236158. OLE color: 8236158.

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

Color convert

RGB126172125-
CMYK0.2700.270.33
HSL118.72º22.07%58.24%-
HSV(B)118.72º27.33%67.45%-
XYZ27.0635.4224.81-
YUV152.89112.26108.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=29.79%
G=40.66%
B=29.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721250.2700.270.33118.7222.0758.24
Hex7EAC7D1B01B2177163a
Octal17625417533033411672672
Binary111111010101100111110111011011011100001111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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