Shades of Envy #89A091
Tints of Envy #89A091
RGB
CMYK
RGB Variations
Color information
#89A091 (or 0x89A091) is known color: Envy. HEX triplet: 89, A0 and 91. RGB value is (137,160,145). Sum of RGB (Red+Green+Blue) = 137+160+145=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #89A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A091 is #765F6E. Grayscale: #979797. Windows color (decimal): -7757679 or 9543817. OLE color: 9543817.
HSL color Cylindrical-coordinate representation of color #89A091: hue angle of 140.87º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89A091 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 145 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.37 |
| HSL | 140.87º | 0.11% | 0.58% | - |
| HSV(B) | 140.87º | 0.14% | 0.63% | - |
| XYZ | 28 | 32.5 | 31.59 | - |
| YUV | 151.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 145 | 0.14 | 0 | 0.09 | 0.37 | 140.87 | 0.11 | 0.58 |
| Hex | 89 | A0 | 91 | E | 0 | 9 | 25 | 8D | B | 3A |
| Octal | 211 | 240 | 221 | 16 | 0 | 11 | 45 | 215 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10010001 | 1110 | 0 | 1001 | 100101 | 10001101 | 1011 | 111010 |
Color Harmonies of #89A091
Complementary color
Monochromatic Colors of #89A091
Black with #89A091
Text Example
Text Example
White with #89A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A091; }
p { color: rgb(137,160,145); }
H1.HeaderClassName
{
color: #89A091;
}
.AnyTagClassName
{
color: #89A091;
}
</style>
background-color css
<style>
a { background-color: #89A091; }
a { background-color: rgb(137,160,145); }
div.DivClassName
{
background-color: #89A091;
}
.BgClassName
{
background-color: #89A091;
}
</style>
border-color css
<style>
span { border-color: #89A091; }
span { border-color: rgb(137,160,145); }
td.TdClassName
{
border-color: #89A091;
}
.TagClassName
{
border-color: #89A091;
}
</style>