Shades of Envy #86A78C
Tints of Envy #86A78C
RGB
CMYK
RGB Variations
Color information
#86A78C (or 0x86A78C) is known color: Envy. HEX triplet: 86, A7 and 8C. RGB value is (134,167,140). Sum of RGB (Red+Green+Blue) = 134+167+140=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #86A78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A78C is #795873. Grayscale: #9A9A9A. Windows color (decimal): -7952500 or 9217926. OLE color: 9217926.
HSL color Cylindrical-coordinate representation of color #86A78C: hue angle of 130.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A78C is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 140 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.35 |
| HSL | 130.91º | 0.16% | 0.59% | - |
| HSV(B) | 130.91º | 0.2% | 0.65% | - |
| XYZ | 28.38 | 34.6 | 29.99 | - |
| YUV | 154.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 140 | 0.20 | 0 | 0.16 | 0.35 | 130.91 | 0.16 | 0.59 |
| Hex | 86 | A7 | 8C | 14 | 0 | 10 | 23 | 83 | 10 | 3B |
| Octal | 206 | 247 | 214 | 24 | 0 | 20 | 43 | 203 | 20 | 73 |
| Binary | 10000110 | 10100111 | 10001100 | 10100 | 0 | 10000 | 100011 | 10000011 | 10000 | 111011 |
Color Harmonies of #86A78C
Complementary color
Monochromatic Colors of #86A78C
Black with #86A78C
Text Example
Text Example
White with #86A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A78C; }
p { color: rgb(134,167,140); }
H1.HeaderClassName
{
color: #86A78C;
}
.AnyTagClassName
{
color: #86A78C;
}
</style>
background-color css
<style>
a { background-color: #86A78C; }
a { background-color: rgb(134,167,140); }
div.DivClassName
{
background-color: #86A78C;
}
.BgClassName
{
background-color: #86A78C;
}
</style>
border-color css
<style>
span { border-color: #86A78C; }
span { border-color: rgb(134,167,140); }
td.TdClassName
{
border-color: #86A78C;
}
.TagClassName
{
border-color: #86A78C;
}
</style>