Shades of Envy #87A988
Tints of Envy #87A988
RGB
CMYK
RGB Variations
Color information
#87A988 (or 0x87A988) is known color: Envy. HEX triplet: 87, A9 and 88. RGB value is (135,169,136). Sum of RGB (Red+Green+Blue) = 135+169+136=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #87A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A988 is #785677. Grayscale: #9B9B9B. Windows color (decimal): -7886456 or 8956295. OLE color: 8956295.
HSL color Cylindrical-coordinate representation of color #87A988: hue angle of 121.76º 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 #87A988 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 169 | 136 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.34 |
| HSL | 121.76º | 0.17% | 0.6% | - |
| HSV(B) | 121.76º | 0.2% | 0.66% | - |
| XYZ | 28.62 | 35.3 | 28.6 | - |
| YUV | 155.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 169 | 136 | 0.20 | 0 | 0.20 | 0.34 | 121.76 | 0.17 | 0.6 |
| Hex | 87 | A9 | 88 | 14 | 0 | 14 | 22 | 7A | 11 | 3C |
| Octal | 207 | 251 | 210 | 24 | 0 | 24 | 42 | 172 | 21 | 74 |
| Binary | 10000111 | 10101001 | 10001000 | 10100 | 0 | 10100 | 100010 | 1111010 | 10001 | 111100 |
Color Harmonies of #87A988
Complementary color
Monochromatic Colors of #87A988
Black with #87A988
Text Example
Text Example
White with #87A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A988; }
p { color: rgb(135,169,136); }
H1.HeaderClassName
{
color: #87A988;
}
.AnyTagClassName
{
color: #87A988;
}
</style>
background-color css
<style>
a { background-color: #87A988; }
a { background-color: rgb(135,169,136); }
div.DivClassName
{
background-color: #87A988;
}
.BgClassName
{
background-color: #87A988;
}
</style>
border-color css
<style>
span { border-color: #87A988; }
span { border-color: rgb(135,169,136); }
td.TdClassName
{
border-color: #87A988;
}
.TagClassName
{
border-color: #87A988;
}
</style>