Shades of Envy #86A187
Tints of Envy #86A187
RGB
CMYK
RGB Variations
Color information
#86A187 (or 0x86A187) is known color: Envy. HEX triplet: 86, A1 and 87. RGB value is (134,161,135). Sum of RGB (Red+Green+Blue) = 134+161+135=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #86A187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A187 is #795E78. Grayscale: #969696. Windows color (decimal): -7954041 or 8888710. OLE color: 8888710.
HSL color Cylindrical-coordinate representation of color #86A187: hue angle of 122.22º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A187 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 135 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.37 |
| HSL | 122.22º | 0.13% | 0.58% | - |
| HSV(B) | 122.22º | 0.17% | 0.63% | - |
| XYZ | 26.95 | 32.31 | 27.74 | - |
| YUV | 149.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 135 | 0.17 | 0 | 0.16 | 0.37 | 122.22 | 0.13 | 0.58 |
| Hex | 86 | A1 | 87 | 11 | 0 | 10 | 25 | 7A | D | 3A |
| Octal | 206 | 241 | 207 | 21 | 0 | 20 | 45 | 172 | 15 | 72 |
| Binary | 10000110 | 10100001 | 10000111 | 10001 | 0 | 10000 | 100101 | 1111010 | 1101 | 111010 |
Color Harmonies of #86A187
Complementary color
Monochromatic Colors of #86A187
Black with #86A187
Text Example
Text Example
White with #86A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A187; }
p { color: rgb(134,161,135); }
H1.HeaderClassName
{
color: #86A187;
}
.AnyTagClassName
{
color: #86A187;
}
</style>
background-color css
<style>
a { background-color: #86A187; }
a { background-color: rgb(134,161,135); }
div.DivClassName
{
background-color: #86A187;
}
.BgClassName
{
background-color: #86A187;
}
</style>
border-color css
<style>
span { border-color: #86A187; }
span { border-color: rgb(134,161,135); }
td.TdClassName
{
border-color: #86A187;
}
.TagClassName
{
border-color: #86A187;
}
</style>