Shades of Envy #8E9D91
Tints of Envy #8E9D91
RGB
CMYK
RGB Variations
Color information
#8E9D91 (or 0x8E9D91) is known color: Envy. HEX triplet: 8E, 9D and 91. RGB value is (142,157,145). Sum of RGB (Red+Green+Blue) = 142+157+145=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D91 is #71626E. Grayscale: #979797. Windows color (decimal): -7430767 or 9543054. OLE color: 9543054.
HSL color Cylindrical-coordinate representation of color #8E9D91: hue angle of 132º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9D91 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 145 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.38 |
| HSL | 132º | 0.07% | 0.59% | - |
| HSV(B) | 132º | 0.1% | 0.62% | - |
| XYZ | 28.32 | 31.91 | 31.45 | - |
| YUV | 151.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 145 | 0.10 | 0 | 0.08 | 0.38 | 132 | 0.07 | 0.59 |
| Hex | 8E | 9D | 91 | A | 0 | 8 | 26 | 84 | 7 | 3B |
| Octal | 216 | 235 | 221 | 12 | 0 | 10 | 46 | 204 | 7 | 73 |
| Binary | 10001110 | 10011101 | 10010001 | 1010 | 0 | 1000 | 100110 | 10000100 | 111 | 111011 |
Color Harmonies of #8E9D91
Complementary color
Monochromatic Colors of #8E9D91
Black with #8E9D91
Text Example
Text Example
White with #8E9D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D91; }
p { color: rgb(142,157,145); }
H1.HeaderClassName
{
color: #8E9D91;
}
.AnyTagClassName
{
color: #8E9D91;
}
</style>
background-color css
<style>
a { background-color: #8E9D91; }
a { background-color: rgb(142,157,145); }
div.DivClassName
{
background-color: #8E9D91;
}
.BgClassName
{
background-color: #8E9D91;
}
</style>
border-color css
<style>
span { border-color: #8E9D91; }
span { border-color: rgb(142,157,145); }
td.TdClassName
{
border-color: #8E9D91;
}
.TagClassName
{
border-color: #8E9D91;
}
</style>