Shades of Envy #889F91
Tints of Envy #889F91
RGB
CMYK
RGB Variations
Color information
#889F91 (or 0x889F91) is known color: Envy. HEX triplet: 88, 9F and 91. RGB value is (136,159,145). Sum of RGB (Red+Green+Blue) = 136+159+145=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 159 - color contains mainly: green. Hex color #889F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F91 is #77606E. Grayscale: #969696. Windows color (decimal): -7823471 or 9543560. OLE color: 9543560.
HSL color Cylindrical-coordinate representation of color #889F91: hue angle of 143.48º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889F91 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 145 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.38 |
| HSL | 143.48º | 0.11% | 0.58% | - |
| HSV(B) | 143.48º | 0.14% | 0.62% | - |
| XYZ | 27.66 | 32.07 | 31.52 | - |
| YUV | 150.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 145 | 0.14 | 0 | 0.09 | 0.38 | 143.48 | 0.11 | 0.58 |
| Hex | 88 | 9F | 91 | E | 0 | 9 | 26 | 8F | B | 3A |
| Octal | 210 | 237 | 221 | 16 | 0 | 11 | 46 | 217 | 13 | 72 |
| Binary | 10001000 | 10011111 | 10010001 | 1110 | 0 | 1001 | 100110 | 10001111 | 1011 | 111010 |
Color Harmonies of #889F91
Complementary color
Monochromatic Colors of #889F91
Black with #889F91
Text Example
Text Example
White with #889F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F91; }
p { color: rgb(136,159,145); }
H1.HeaderClassName
{
color: #889F91;
}
.AnyTagClassName
{
color: #889F91;
}
</style>
background-color css
<style>
a { background-color: #889F91; }
a { background-color: rgb(136,159,145); }
div.DivClassName
{
background-color: #889F91;
}
.BgClassName
{
background-color: #889F91;
}
</style>
border-color css
<style>
span { border-color: #889F91; }
span { border-color: rgb(136,159,145); }
td.TdClassName
{
border-color: #889F91;
}
.TagClassName
{
border-color: #889F91;
}
</style>