Shades of Envy #86A387
Tints of Envy #86A387
RGB
CMYK
RGB Variations
Color information
#86A387 (or 0x86A387) is known color: Envy. HEX triplet: 86, A3 and 87. RGB value is (134,163,135). Sum of RGB (Red+Green+Blue) = 134+163+135=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #86A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A387 is #795C78. Grayscale: #979797. Windows color (decimal): -7953529 or 8889222. OLE color: 8889222.
HSL color Cylindrical-coordinate representation of color #86A387: hue angle of 122.07º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A387 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 135 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.36 |
| HSL | 122.07º | 0.14% | 0.58% | - |
| HSV(B) | 122.07º | 0.18% | 0.64% | - |
| XYZ | 27.3 | 33.01 | 27.85 | - |
| YUV | 151.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 135 | 0.18 | 0 | 0.17 | 0.36 | 122.07 | 0.14 | 0.58 |
| Hex | 86 | A3 | 87 | 12 | 0 | 11 | 24 | 7A | E | 3A |
| Octal | 206 | 243 | 207 | 22 | 0 | 21 | 44 | 172 | 16 | 72 |
| Binary | 10000110 | 10100011 | 10000111 | 10010 | 0 | 10001 | 100100 | 1111010 | 1110 | 111010 |
Color Harmonies of #86A387
Complementary color
Monochromatic Colors of #86A387
Black with #86A387
Text Example
Text Example
White with #86A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A387; }
p { color: rgb(134,163,135); }
H1.HeaderClassName
{
color: #86A387;
}
.AnyTagClassName
{
color: #86A387;
}
</style>
background-color css
<style>
a { background-color: #86A387; }
a { background-color: rgb(134,163,135); }
div.DivClassName
{
background-color: #86A387;
}
.BgClassName
{
background-color: #86A387;
}
</style>
border-color css
<style>
span { border-color: #86A387; }
span { border-color: rgb(134,163,135); }
td.TdClassName
{
border-color: #86A387;
}
.TagClassName
{
border-color: #86A387;
}
</style>