Shades of Envy #8EAA91
Tints of Envy #8EAA91
RGB
CMYK
RGB Variations
Color information
#8EAA91 (or 0x8EAA91) is known color: Envy. HEX triplet: 8E, AA and 91. RGB value is (142,170,145). Sum of RGB (Red+Green+Blue) = 142+170+145=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA91 is #71556E. Grayscale: #9E9E9E. Windows color (decimal): -7427439 or 9546382. OLE color: 9546382.
HSL color Cylindrical-coordinate representation of color #8EAA91: hue angle of 126.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA91 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 145 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.33 |
| HSL | 126.43º | 0.14% | 0.61% | - |
| HSV(B) | 126.43º | 0.16% | 0.67% | - |
| XYZ | 30.64 | 36.54 | 32.23 | - |
| YUV | 158.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 145 | 0.16 | 0 | 0.15 | 0.33 | 126.43 | 0.14 | 0.61 |
| Hex | 8E | AA | 91 | 10 | 0 | F | 21 | 7E | E | 3D |
| Octal | 216 | 252 | 221 | 20 | 0 | 17 | 41 | 176 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10010001 | 10000 | 0 | 1111 | 100001 | 1111110 | 1110 | 111101 |
Color Harmonies of #8EAA91
Complementary color
Monochromatic Colors of #8EAA91
Black with #8EAA91
Text Example
Text Example
White with #8EAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA91; }
p { color: rgb(142,170,145); }
H1.HeaderClassName
{
color: #8EAA91;
}
.AnyTagClassName
{
color: #8EAA91;
}
</style>
background-color css
<style>
a { background-color: #8EAA91; }
a { background-color: rgb(142,170,145); }
div.DivClassName
{
background-color: #8EAA91;
}
.BgClassName
{
background-color: #8EAA91;
}
</style>
border-color css
<style>
span { border-color: #8EAA91; }
span { border-color: rgb(142,170,145); }
td.TdClassName
{
border-color: #8EAA91;
}
.TagClassName
{
border-color: #8EAA91;
}
</style>