Shades of Envy #87A990
Tints of Envy #87A990
RGB
CMYK
RGB Variations
Color information
#87A990 (or 0x87A990) is known color: Envy. HEX triplet: 87, A9 and 90. RGB value is (135,169,144). Sum of RGB (Red+Green+Blue) = 135+169+144=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #87A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A990 is #78566F. Grayscale: #9C9C9C. Windows color (decimal): -7886448 or 9480583. OLE color: 9480583.
HSL color Cylindrical-coordinate representation of color #87A990: hue angle of 135.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A990 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 144 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.34 |
| HSL | 135.88º | 0.17% | 0.6% | - |
| HSV(B) | 135.88º | 0.2% | 0.66% | - |
| XYZ | 29.21 | 35.54 | 31.71 | - |
| YUV | 155.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 144 | 0.20 | 0 | 0.15 | 0.34 | 135.88 | 0.17 | 0.6 |
| Hex | 87 | A9 | 90 | 14 | 0 | F | 22 | 88 | 11 | 3C |
| Octal | 207 | 251 | 220 | 24 | 0 | 17 | 42 | 210 | 21 | 74 |
| Binary | 10000111 | 10101001 | 10010000 | 10100 | 0 | 1111 | 100010 | 10001000 | 10001 | 111100 |
Color Harmonies of #87A990
Complementary color
Monochromatic Colors of #87A990
Black with #87A990
Text Example
Text Example
White with #87A990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A990; }
p { color: rgb(135,169,144); }
H1.HeaderClassName
{
color: #87A990;
}
.AnyTagClassName
{
color: #87A990;
}
</style>
background-color css
<style>
a { background-color: #87A990; }
a { background-color: rgb(135,169,144); }
div.DivClassName
{
background-color: #87A990;
}
.BgClassName
{
background-color: #87A990;
}
</style>
border-color css
<style>
span { border-color: #87A990; }
span { border-color: rgb(135,169,144); }
td.TdClassName
{
border-color: #87A990;
}
.TagClassName
{
border-color: #87A990;
}
</style>