#7EAC6B

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

Shades of Amulet #7EAC6B

Tints of Amulet #7EAC6B

Color information

#7EAC6B (or 0x7EAC6B) is unknown color: approx Amulet. HEX triplet: 7E, AC and 6B. RGB value is (126,172,107). Sum of RGB (Red+Green+Blue) = 126+172+107=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAC6B is #815394. Grayscale: #979797. Windows color (decimal): -8475541 or 7056510. OLE color: 7056510.

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

Color convert

RGB126172107-
CMYK0.2700.380.33
HSL102.46º28.14%54.71%-
HSV(B)102.46º37.79%67.45%-
XYZ26.013519.3-
YUV150.84103.26110.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=31.11%
G=42.47%
B=26.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721070.2700.380.33102.4628.1454.71
Hex7EAC6B1B02621661c37
Octal17625415333046411463467
Binary1111110101011001101011110110100110100001110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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