Shades of Envy #89A48F
Tints of Envy #89A48F
RGB
CMYK
RGB Variations
Color information
#89A48F (or 0x89A48F) is known color: Envy. HEX triplet: 89, A4 and 8F. RGB value is (137,164,143). Sum of RGB (Red+Green+Blue) = 137+164+143=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #89A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A48F is #765B70. Grayscale: #999999. Windows color (decimal): -7756657 or 9413769. OLE color: 9413769.
HSL color Cylindrical-coordinate representation of color #89A48F: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89A48F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 143 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.36 |
| HSL | 133.33º | 0.13% | 0.59% | - |
| HSV(B) | 133.33º | 0.16% | 0.64% | - |
| XYZ | 28.55 | 33.85 | 31.02 | - |
| YUV | 153.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 143 | 0.16 | 0 | 0.13 | 0.36 | 133.33 | 0.13 | 0.59 |
| Hex | 89 | A4 | 8F | 10 | 0 | D | 24 | 85 | D | 3B |
| Octal | 211 | 244 | 217 | 20 | 0 | 15 | 44 | 205 | 15 | 73 |
| Binary | 10001001 | 10100100 | 10001111 | 10000 | 0 | 1101 | 100100 | 10000101 | 1101 | 111011 |
Color Harmonies of #89A48F
Complementary color
Monochromatic Colors of #89A48F
Black with #89A48F
Text Example
Text Example
White with #89A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A48F; }
p { color: rgb(137,164,143); }
H1.HeaderClassName
{
color: #89A48F;
}
.AnyTagClassName
{
color: #89A48F;
}
</style>
background-color css
<style>
a { background-color: #89A48F; }
a { background-color: rgb(137,164,143); }
div.DivClassName
{
background-color: #89A48F;
}
.BgClassName
{
background-color: #89A48F;
}
</style>
border-color css
<style>
span { border-color: #89A48F; }
span { border-color: rgb(137,164,143); }
td.TdClassName
{
border-color: #89A48F;
}
.TagClassName
{
border-color: #89A48F;
}
</style>