Shades of Envy #86958B
Tints of Envy #86958B
RGB
CMYK
RGB Variations
Color information
#86958B (or 0x86958B) is known color: Envy. HEX triplet: 86, 95 and 8B. RGB value is (134,149,139). Sum of RGB (Red+Green+Blue) = 134+149+139=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #86958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958B is #796A74. Grayscale: #8F8F8F. Windows color (decimal): -7957109 or 9147782. OLE color: 9147782.
HSL color Cylindrical-coordinate representation of color #86958B: hue angle of 140º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 149 | 139 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.42 |
| HSL | 140º | 0.07% | 0.55% | - |
| HSV(B) | 140º | 0.1% | 0.58% | - |
| XYZ | 25.24 | 28.43 | 28.58 | - |
| YUV | 143.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 139 | 0.10 | 0 | 0.07 | 0.42 | 140 | 0.07 | 0.55 |
| Hex | 86 | 95 | 8B | A | 0 | 7 | 2A | 8C | 7 | 37 |
| Octal | 206 | 225 | 213 | 12 | 0 | 7 | 52 | 214 | 7 | 67 |
| Binary | 10000110 | 10010101 | 10001011 | 1010 | 0 | 111 | 101010 | 10001100 | 111 | 110111 |
Color Harmonies of #86958B
Complementary color
Monochromatic Colors of #86958B
Black with #86958B
Text Example
Text Example
White with #86958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86958B; }
p { color: rgb(134,149,139); }
H1.HeaderClassName
{
color: #86958B;
}
.AnyTagClassName
{
color: #86958B;
}
</style>
background-color css
<style>
a { background-color: #86958B; }
a { background-color: rgb(134,149,139); }
div.DivClassName
{
background-color: #86958B;
}
.BgClassName
{
background-color: #86958B;
}
</style>
border-color css
<style>
span { border-color: #86958B; }
span { border-color: rgb(134,149,139); }
td.TdClassName
{
border-color: #86958B;
}
.TagClassName
{
border-color: #86958B;
}
</style>