Shades of Envy #89A090
Tints of Envy #89A090
RGB
CMYK
RGB Variations
Color information
#89A090 (or 0x89A090) is known color: Envy. HEX triplet: 89, A0 and 90. RGB value is (137,160,144). Sum of RGB (Red+Green+Blue) = 137+160+144=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #89A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A090 is #765F6F. Grayscale: #979797. Windows color (decimal): -7757680 or 9478281. OLE color: 9478281.
HSL color Cylindrical-coordinate representation of color #89A090: hue angle of 138.26º 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 #89A090 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 144 | - |
| CMYK | 0.14 | 0 | 0.1 | 0.37 |
| HSL | 138.26º | 0.11% | 0.58% | - |
| HSV(B) | 138.26º | 0.14% | 0.63% | - |
| XYZ | 27.92 | 32.47 | 31.18 | - |
| YUV | 151.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 144 | 0.14 | 0 | 0.1 | 0.37 | 138.26 | 0.11 | 0.58 |
| Hex | 89 | A0 | 90 | E | 0 | A | 25 | 8A | B | 3A |
| Octal | 211 | 240 | 220 | 16 | 0 | 12 | 45 | 212 | 13 | 72 |
| Binary | 10001001 | 10100000 | 10010000 | 1110 | 0 | 1010 | 100101 | 10001010 | 1011 | 111010 |
Color Harmonies of #89A090
Complementary color
Monochromatic Colors of #89A090
Black with #89A090
Text Example
Text Example
White with #89A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A090; }
p { color: rgb(137,160,144); }
H1.HeaderClassName
{
color: #89A090;
}
.AnyTagClassName
{
color: #89A090;
}
</style>
background-color css
<style>
a { background-color: #89A090; }
a { background-color: rgb(137,160,144); }
div.DivClassName
{
background-color: #89A090;
}
.BgClassName
{
background-color: #89A090;
}
</style>
border-color css
<style>
span { border-color: #89A090; }
span { border-color: rgb(137,160,144); }
td.TdClassName
{
border-color: #89A090;
}
.TagClassName
{
border-color: #89A090;
}
</style>