Shades of Envy #89968B
Tints of Envy #89968B
RGB
CMYK
RGB Variations
Color information
#89968B (or 0x89968B) is known color: Envy. HEX triplet: 89, 96 and 8B. RGB value is (137,150,139). Sum of RGB (Red+Green+Blue) = 137+150+139=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #89968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89968B is #766974. Grayscale: #909090. Windows color (decimal): -7760245 or 9148041. OLE color: 9148041.
HSL color Cylindrical-coordinate representation of color #89968B: hue angle of 129.23º 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 #89968B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 139 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.41 |
| HSL | 129.23º | 0.06% | 0.56% | - |
| HSV(B) | 129.23º | 0.09% | 0.59% | - |
| XYZ | 25.88 | 29 | 28.66 | - |
| YUV | 144.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 139 | 0.09 | 0 | 0.07 | 0.41 | 129.23 | 0.06 | 0.56 |
| Hex | 89 | 96 | 8B | 9 | 0 | 7 | 29 | 81 | 6 | 38 |
| Octal | 211 | 226 | 213 | 11 | 0 | 7 | 51 | 201 | 6 | 70 |
| Binary | 10001001 | 10010110 | 10001011 | 1001 | 0 | 111 | 101001 | 10000001 | 110 | 111000 |
Color Harmonies of #89968B
Complementary color
Monochromatic Colors of #89968B
Black with #89968B
Text Example
Text Example
White with #89968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89968B; }
p { color: rgb(137,150,139); }
H1.HeaderClassName
{
color: #89968B;
}
.AnyTagClassName
{
color: #89968B;
}
</style>
background-color css
<style>
a { background-color: #89968B; }
a { background-color: rgb(137,150,139); }
div.DivClassName
{
background-color: #89968B;
}
.BgClassName
{
background-color: #89968B;
}
</style>
border-color css
<style>
span { border-color: #89968B; }
span { border-color: rgb(137,150,139); }
td.TdClassName
{
border-color: #89968B;
}
.TagClassName
{
border-color: #89968B;
}
</style>