Shades of Envy #87AF8B
Tints of Envy #87AF8B
RGB
CMYK
RGB Variations
Color information
#87AF8B (or 0x87AF8B) is known color: Envy. HEX triplet: 87, AF and 8B. RGB value is (135,175,139). Sum of RGB (Red+Green+Blue) = 135+175+139=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AF8B is #785074. Grayscale: #9F9F9F. Windows color (decimal): -7884917 or 9154439. OLE color: 9154439.
HSL color Cylindrical-coordinate representation of color #87AF8B: hue angle of 126º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87AF8B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 175 | 139 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.31 |
| HSL | 126º | 0.2% | 0.61% | - |
| HSV(B) | 126º | 0.23% | 0.69% | - |
| XYZ | 29.98 | 37.67 | 30.12 | - |
| YUV | 158.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 139 | 0.23 | 0 | 0.21 | 0.31 | 126 | 0.2 | 0.61 |
| Hex | 87 | AF | 8B | 17 | 0 | 15 | 1F | 7E | 14 | 3D |
| Octal | 207 | 257 | 213 | 27 | 0 | 25 | 37 | 176 | 24 | 75 |
| Binary | 10000111 | 10101111 | 10001011 | 10111 | 0 | 10101 | 11111 | 1111110 | 10100 | 111101 |
Color Harmonies of #87AF8B
Complementary color
Monochromatic Colors of #87AF8B
Black with #87AF8B
Text Example
Text Example
White with #87AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AF8B; }
p { color: rgb(135,175,139); }
H1.HeaderClassName
{
color: #87AF8B;
}
.AnyTagClassName
{
color: #87AF8B;
}
</style>
background-color css
<style>
a { background-color: #87AF8B; }
a { background-color: rgb(135,175,139); }
div.DivClassName
{
background-color: #87AF8B;
}
.BgClassName
{
background-color: #87AF8B;
}
</style>
border-color css
<style>
span { border-color: #87AF8B; }
span { border-color: rgb(135,175,139); }
td.TdClassName
{
border-color: #87AF8B;
}
.TagClassName
{
border-color: #87AF8B;
}
</style>