Shades of Envy #89968E
Tints of Envy #89968E
RGB
CMYK
RGB Variations
Color information
#89968E (or 0x89968E) is known color: Envy. HEX triplet: 89, 96 and 8E. RGB value is (137,150,142). Sum of RGB (Red+Green+Blue) = 137+150+142=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #89968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89968E is #766971. Grayscale: #919191. Windows color (decimal): -7760242 or 9344649. OLE color: 9344649.
HSL color Cylindrical-coordinate representation of color #89968E: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89968E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 142 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.41 |
| HSL | 143.08º | 0.06% | 0.56% | - |
| HSV(B) | 143.08º | 0.09% | 0.59% | - |
| XYZ | 26.11 | 29.08 | 29.83 | - |
| YUV | 145.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 142 | 0.09 | 0 | 0.05 | 0.41 | 143.08 | 0.06 | 0.56 |
| Hex | 89 | 96 | 8E | 9 | 0 | 5 | 29 | 8F | 6 | 38 |
| Octal | 211 | 226 | 216 | 11 | 0 | 5 | 51 | 217 | 6 | 70 |
| Binary | 10001001 | 10010110 | 10001110 | 1001 | 0 | 101 | 101001 | 10001111 | 110 | 111000 |
Color Harmonies of #89968E
Complementary color
Monochromatic Colors of #89968E
Black with #89968E
Text Example
Text Example
White with #89968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89968E; }
p { color: rgb(137,150,142); }
H1.HeaderClassName
{
color: #89968E;
}
.AnyTagClassName
{
color: #89968E;
}
</style>
background-color css
<style>
a { background-color: #89968E; }
a { background-color: rgb(137,150,142); }
div.DivClassName
{
background-color: #89968E;
}
.BgClassName
{
background-color: #89968E;
}
</style>
border-color css
<style>
span { border-color: #89968E; }
span { border-color: rgb(137,150,142); }
td.TdClassName
{
border-color: #89968E;
}
.TagClassName
{
border-color: #89968E;
}
</style>