Shades of Envy #89AF91
Tints of Envy #89AF91
RGB
CMYK
RGB Variations
Color information
#89AF91 (or 0x89AF91) is known color: Envy. HEX triplet: 89, AF and 91. RGB value is (137,175,145). Sum of RGB (Red+Green+Blue) = 137+175+145=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AF91 is #76506E. Grayscale: #A0A0A0. Windows color (decimal): -7753839 or 9547657. OLE color: 9547657.
HSL color Cylindrical-coordinate representation of color #89AF91: hue angle of 132.63º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AF91 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 145 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.31 |
| HSL | 132.63º | 0.19% | 0.61% | - |
| HSV(B) | 132.63º | 0.22% | 0.69% | - |
| XYZ | 30.76 | 38.02 | 32.51 | - |
| YUV | 160.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 145 | 0.22 | 0 | 0.17 | 0.31 | 132.63 | 0.19 | 0.61 |
| Hex | 89 | AF | 91 | 16 | 0 | 11 | 1F | 85 | 13 | 3D |
| Octal | 211 | 257 | 221 | 26 | 0 | 21 | 37 | 205 | 23 | 75 |
| Binary | 10001001 | 10101111 | 10010001 | 10110 | 0 | 10001 | 11111 | 10000101 | 10011 | 111101 |
Color Harmonies of #89AF91
Complementary color
Monochromatic Colors of #89AF91
Black with #89AF91
Text Example
Text Example
White with #89AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF91; }
p { color: rgb(137,175,145); }
H1.HeaderClassName
{
color: #89AF91;
}
.AnyTagClassName
{
color: #89AF91;
}
</style>
background-color css
<style>
a { background-color: #89AF91; }
a { background-color: rgb(137,175,145); }
div.DivClassName
{
background-color: #89AF91;
}
.BgClassName
{
background-color: #89AF91;
}
</style>
border-color css
<style>
span { border-color: #89AF91; }
span { border-color: rgb(137,175,145); }
td.TdClassName
{
border-color: #89AF91;
}
.TagClassName
{
border-color: #89AF91;
}
</style>