Shades of Envy #86A08F
Tints of Envy #86A08F
RGB
CMYK
RGB Variations
Color information
#86A08F (or 0x86A08F) is known color: Envy. HEX triplet: 86, A0 and 8F. RGB value is (134,160,143). Sum of RGB (Red+Green+Blue) = 134+160+143=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #86A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A08F is #795F70. Grayscale: #969696. Windows color (decimal): -7954289 or 9412742. OLE color: 9412742.
HSL color Cylindrical-coordinate representation of color #86A08F: hue angle of 140.77º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86A08F is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 143 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.37 |
| HSL | 140.77º | 0.12% | 0.58% | - |
| HSV(B) | 140.77º | 0.16% | 0.63% | - |
| XYZ | 27.36 | 32.19 | 30.76 | - |
| YUV | 150.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 143 | 0.16 | 0 | 0.11 | 0.37 | 140.77 | 0.12 | 0.58 |
| Hex | 86 | A0 | 8F | 10 | 0 | B | 25 | 8D | C | 3A |
| Octal | 206 | 240 | 217 | 20 | 0 | 13 | 45 | 215 | 14 | 72 |
| Binary | 10000110 | 10100000 | 10001111 | 10000 | 0 | 1011 | 100101 | 10001101 | 1100 | 111010 |
Color Harmonies of #86A08F
Complementary color
Monochromatic Colors of #86A08F
Black with #86A08F
Text Example
Text Example
White with #86A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A08F; }
p { color: rgb(134,160,143); }
H1.HeaderClassName
{
color: #86A08F;
}
.AnyTagClassName
{
color: #86A08F;
}
</style>
background-color css
<style>
a { background-color: #86A08F; }
a { background-color: rgb(134,160,143); }
div.DivClassName
{
background-color: #86A08F;
}
.BgClassName
{
background-color: #86A08F;
}
</style>
border-color css
<style>
span { border-color: #86A08F; }
span { border-color: rgb(134,160,143); }
td.TdClassName
{
border-color: #86A08F;
}
.TagClassName
{
border-color: #86A08F;
}
</style>