Shades of Envy #8C9E91
Tints of Envy #8C9E91
RGB
CMYK
RGB Variations
Color information
#8C9E91 (or 0x8C9E91) is known color: Envy. HEX triplet: 8C, 9E and 91. RGB value is (140,158,145). Sum of RGB (Red+Green+Blue) = 140+158+145=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E91 is #73616E. Grayscale: #979797. Windows color (decimal): -7561583 or 9543308. OLE color: 9543308.
HSL color Cylindrical-coordinate representation of color #8C9E91: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9E91 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 145 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.38 |
| HSL | 136.67º | 0.08% | 0.58% | - |
| HSV(B) | 136.67º | 0.11% | 0.62% | - |
| XYZ | 28.15 | 32.07 | 31.5 | - |
| YUV | 151.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 145 | 0.11 | 0 | 0.08 | 0.38 | 136.67 | 0.08 | 0.58 |
| Hex | 8C | 9E | 91 | B | 0 | 8 | 26 | 89 | 8 | 3A |
| Octal | 214 | 236 | 221 | 13 | 0 | 10 | 46 | 211 | 10 | 72 |
| Binary | 10001100 | 10011110 | 10010001 | 1011 | 0 | 1000 | 100110 | 10001001 | 1000 | 111010 |
Color Harmonies of #8C9E91
Complementary color
Monochromatic Colors of #8C9E91
Black with #8C9E91
Text Example
Text Example
White with #8C9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E91; }
p { color: rgb(140,158,145); }
H1.HeaderClassName
{
color: #8C9E91;
}
.AnyTagClassName
{
color: #8C9E91;
}
</style>
background-color css
<style>
a { background-color: #8C9E91; }
a { background-color: rgb(140,158,145); }
div.DivClassName
{
background-color: #8C9E91;
}
.BgClassName
{
background-color: #8C9E91;
}
</style>
border-color css
<style>
span { border-color: #8C9E91; }
span { border-color: rgb(140,158,145); }
td.TdClassName
{
border-color: #8C9E91;
}
.TagClassName
{
border-color: #8C9E91;
}
</style>