Shades of Envy #87A38B
Tints of Envy #87A38B
RGB
CMYK
RGB Variations
Color information
#87A38B (or 0x87A38B) is known color: Envy. HEX triplet: 87, A3 and 8B. RGB value is (135,163,139). Sum of RGB (Red+Green+Blue) = 135+163+139=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #87A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A38B is #785C74. Grayscale: #979797. Windows color (decimal): -7887989 or 9151367. OLE color: 9151367.
HSL color Cylindrical-coordinate representation of color #87A38B: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87A38B is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 163 | 139 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.36 |
| HSL | 128.57º | 0.13% | 0.58% | - |
| HSV(B) | 128.57º | 0.17% | 0.64% | - |
| XYZ | 27.75 | 33.21 | 29.37 | - |
| YUV | 151.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 139 | 0.17 | 0 | 0.15 | 0.36 | 128.57 | 0.13 | 0.58 |
| Hex | 87 | A3 | 8B | 11 | 0 | F | 24 | 81 | D | 3A |
| Octal | 207 | 243 | 213 | 21 | 0 | 17 | 44 | 201 | 15 | 72 |
| Binary | 10000111 | 10100011 | 10001011 | 10001 | 0 | 1111 | 100100 | 10000001 | 1101 | 111010 |
Color Harmonies of #87A38B
Complementary color
Monochromatic Colors of #87A38B
Black with #87A38B
Text Example
Text Example
White with #87A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A38B; }
p { color: rgb(135,163,139); }
H1.HeaderClassName
{
color: #87A38B;
}
.AnyTagClassName
{
color: #87A38B;
}
</style>
background-color css
<style>
a { background-color: #87A38B; }
a { background-color: rgb(135,163,139); }
div.DivClassName
{
background-color: #87A38B;
}
.BgClassName
{
background-color: #87A38B;
}
</style>
border-color css
<style>
span { border-color: #87A38B; }
span { border-color: rgb(135,163,139); }
td.TdClassName
{
border-color: #87A38B;
}
.TagClassName
{
border-color: #87A38B;
}
</style>