Shades of Envy #89968D
Tints of Envy #89968D
RGB
CMYK
RGB Variations
Color information
#89968D (or 0x89968D) is known color: Envy. HEX triplet: 89, 96 and 8D. RGB value is (137,150,141). Sum of RGB (Red+Green+Blue) = 137+150+141=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #89968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89968D is #766972. Grayscale: #919191. Windows color (decimal): -7760243 or 9279113. OLE color: 9279113.
HSL color Cylindrical-coordinate representation of color #89968D: hue angle of 138.46º 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 #89968D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 141 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.41 |
| HSL | 138.46º | 0.06% | 0.56% | - |
| HSV(B) | 138.46º | 0.09% | 0.59% | - |
| XYZ | 26.03 | 29.05 | 29.44 | - |
| YUV | 145.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 141 | 0.09 | 0 | 0.06 | 0.41 | 138.46 | 0.06 | 0.56 |
| Hex | 89 | 96 | 8D | 9 | 0 | 6 | 29 | 8A | 6 | 38 |
| Octal | 211 | 226 | 215 | 11 | 0 | 6 | 51 | 212 | 6 | 70 |
| Binary | 10001001 | 10010110 | 10001101 | 1001 | 0 | 110 | 101001 | 10001010 | 110 | 111000 |
Color Harmonies of #89968D
Complementary color
Monochromatic Colors of #89968D
Black with #89968D
Text Example
Text Example
White with #89968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89968D; }
p { color: rgb(137,150,141); }
H1.HeaderClassName
{
color: #89968D;
}
.AnyTagClassName
{
color: #89968D;
}
</style>
background-color css
<style>
a { background-color: #89968D; }
a { background-color: rgb(137,150,141); }
div.DivClassName
{
background-color: #89968D;
}
.BgClassName
{
background-color: #89968D;
}
</style>
border-color css
<style>
span { border-color: #89968D; }
span { border-color: rgb(137,150,141); }
td.TdClassName
{
border-color: #89968D;
}
.TagClassName
{
border-color: #89968D;
}
</style>