Shades of Envy #87AA8A
Tints of Envy #87AA8A
RGB
CMYK
RGB Variations
Color information
#87AA8A (or 0x87AA8A) is known color: Envy. HEX triplet: 87, AA and 8A. RGB value is (135,170,138). Sum of RGB (Red+Green+Blue) = 135+170+138=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AA8A is #785575. Grayscale: #9B9B9B. Windows color (decimal): -7886198 or 9087623. OLE color: 9087623.
HSL color Cylindrical-coordinate representation of color #87AA8A: hue angle of 125.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87AA8A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 170 | 138 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.33 |
| HSL | 125.14º | 0.17% | 0.6% | - |
| HSV(B) | 125.14º | 0.21% | 0.67% | - |
| XYZ | 28.95 | 35.74 | 29.42 | - |
| YUV | 155.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 138 | 0.21 | 0 | 0.19 | 0.33 | 125.14 | 0.17 | 0.6 |
| Hex | 87 | AA | 8A | 15 | 0 | 13 | 21 | 7D | 11 | 3C |
| Octal | 207 | 252 | 212 | 25 | 0 | 23 | 41 | 175 | 21 | 74 |
| Binary | 10000111 | 10101010 | 10001010 | 10101 | 0 | 10011 | 100001 | 1111101 | 10001 | 111100 |
Color Harmonies of #87AA8A
Complementary color
Monochromatic Colors of #87AA8A
Black with #87AA8A
Text Example
Text Example
White with #87AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AA8A; }
p { color: rgb(135,170,138); }
H1.HeaderClassName
{
color: #87AA8A;
}
.AnyTagClassName
{
color: #87AA8A;
}
</style>
background-color css
<style>
a { background-color: #87AA8A; }
a { background-color: rgb(135,170,138); }
div.DivClassName
{
background-color: #87AA8A;
}
.BgClassName
{
background-color: #87AA8A;
}
</style>
border-color css
<style>
span { border-color: #87AA8A; }
span { border-color: rgb(135,170,138); }
td.TdClassName
{
border-color: #87AA8A;
}
.TagClassName
{
border-color: #87AA8A;
}
</style>