Shades of Envy #86A58C
Tints of Envy #86A58C
RGB
CMYK
RGB Variations
Color information
#86A58C (or 0x86A58C) is known color: Envy. HEX triplet: 86, A5 and 8C. RGB value is (134,165,140). Sum of RGB (Red+Green+Blue) = 134+165+140=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #86A58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A58C is #795A73. Grayscale: #989898. Windows color (decimal): -7953012 or 9217414. OLE color: 9217414.
HSL color Cylindrical-coordinate representation of color #86A58C: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A58C is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 140 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.35 |
| HSL | 131.61º | 0.15% | 0.59% | - |
| HSV(B) | 131.61º | 0.19% | 0.65% | - |
| XYZ | 28.02 | 33.87 | 29.87 | - |
| YUV | 152.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 140 | 0.19 | 0 | 0.15 | 0.35 | 131.61 | 0.15 | 0.59 |
| Hex | 86 | A5 | 8C | 13 | 0 | F | 23 | 84 | F | 3B |
| Octal | 206 | 245 | 214 | 23 | 0 | 17 | 43 | 204 | 17 | 73 |
| Binary | 10000110 | 10100101 | 10001100 | 10011 | 0 | 1111 | 100011 | 10000100 | 1111 | 111011 |
Color Harmonies of #86A58C
Complementary color
Monochromatic Colors of #86A58C
Black with #86A58C
Text Example
Text Example
White with #86A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A58C; }
p { color: rgb(134,165,140); }
H1.HeaderClassName
{
color: #86A58C;
}
.AnyTagClassName
{
color: #86A58C;
}
</style>
background-color css
<style>
a { background-color: #86A58C; }
a { background-color: rgb(134,165,140); }
div.DivClassName
{
background-color: #86A58C;
}
.BgClassName
{
background-color: #86A58C;
}
</style>
border-color css
<style>
span { border-color: #86A58C; }
span { border-color: rgb(134,165,140); }
td.TdClassName
{
border-color: #86A58C;
}
.TagClassName
{
border-color: #86A58C;
}
</style>