Shades of Envy #859D86
Tints of Envy #859D86
RGB
CMYK
RGB Variations
Color information
#859D86 (or 0x859D86) is known color: Envy. HEX triplet: 85, 9D and 86. RGB value is (133,157,134). Sum of RGB (Red+Green+Blue) = 133+157+134=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #859D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D86 is #7A6279. Grayscale: #939393. Windows color (decimal): -8020602 or 8822149. OLE color: 8822149.
HSL color Cylindrical-coordinate representation of color #859D86: hue angle of 122.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859D86 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 134 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.38 |
| HSL | 122.5º | 0.11% | 0.57% | - |
| HSV(B) | 122.5º | 0.15% | 0.62% | - |
| XYZ | 26.03 | 30.82 | 27.13 | - |
| YUV | 147.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 134 | 0.15 | 0 | 0.15 | 0.38 | 122.5 | 0.11 | 0.57 |
| Hex | 85 | 9D | 86 | F | 0 | F | 26 | 7B | B | 39 |
| Octal | 205 | 235 | 206 | 17 | 0 | 17 | 46 | 173 | 13 | 71 |
| Binary | 10000101 | 10011101 | 10000110 | 1111 | 0 | 1111 | 100110 | 1111011 | 1011 | 111001 |
Color Harmonies of #859D86
Complementary color
Monochromatic Colors of #859D86
Black with #859D86
Text Example
Text Example
White with #859D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D86; }
p { color: rgb(133,157,134); }
H1.HeaderClassName
{
color: #859D86;
}
.AnyTagClassName
{
color: #859D86;
}
</style>
background-color css
<style>
a { background-color: #859D86; }
a { background-color: rgb(133,157,134); }
div.DivClassName
{
background-color: #859D86;
}
.BgClassName
{
background-color: #859D86;
}
</style>
border-color css
<style>
span { border-color: #859D86; }
span { border-color: rgb(133,157,134); }
td.TdClassName
{
border-color: #859D86;
}
.TagClassName
{
border-color: #859D86;
}
</style>