Shades of Amulet #8EAA7D
Tints of Amulet #8EAA7D
RGB
CMYK
RGB Variations
Color information
#8EAA7D (or 0x8EAA7D) is known color: Amulet. HEX triplet: 8E, AA and 7D. RGB value is (142,170,125). Sum of RGB (Red+Green+Blue) = 142+170+125=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA7D is #715582. Grayscale: #9C9C9C. Windows color (decimal): -7427459 or 8235662. OLE color: 8235662.
HSL color Cylindrical-coordinate representation of color #8EAA7D: hue angle of 97.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EAA7D is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 125 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.33 |
| HSL | 97.33º | 0.21% | 0.58% | - |
| HSV(B) | 97.33º | 0.26% | 0.67% | - |
| XYZ | 29.23 | 35.98 | 24.81 | - |
| YUV | 156.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 125 | 0.16 | 0 | 0.26 | 0.33 | 97.33 | 0.21 | 0.58 |
| Hex | 8E | AA | 7D | 10 | 0 | 1A | 21 | 61 | 15 | 3A |
| Octal | 216 | 252 | 175 | 20 | 0 | 32 | 41 | 141 | 25 | 72 |
| Binary | 10001110 | 10101010 | 1111101 | 10000 | 0 | 11010 | 100001 | 1100001 | 10101 | 111010 |
Color Harmonies of #8EAA7D
Complementary color
Monochromatic Colors of #8EAA7D
Black with #8EAA7D
Text Example
Text Example
White with #8EAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA7D; }
p { color: rgb(142,170,125); }
H1.HeaderClassName
{
color: #8EAA7D;
}
.AnyTagClassName
{
color: #8EAA7D;
}
</style>
background-color css
<style>
a { background-color: #8EAA7D; }
a { background-color: rgb(142,170,125); }
div.DivClassName
{
background-color: #8EAA7D;
}
.BgClassName
{
background-color: #8EAA7D;
}
</style>
border-color css
<style>
span { border-color: #8EAA7D; }
span { border-color: rgb(142,170,125); }
td.TdClassName
{
border-color: #8EAA7D;
}
.TagClassName
{
border-color: #8EAA7D;
}
</style>