Shades of Envy #86A88C
Tints of Envy #86A88C
RGB
CMYK
RGB Variations
Color information
#86A88C (or 0x86A88C) is known color: Envy. HEX triplet: 86, A8 and 8C. RGB value is (134,168,140). Sum of RGB (Red+Green+Blue) = 134+168+140=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #86A88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A88C is #795773. Grayscale: #9A9A9A. Windows color (decimal): -7952244 or 9218182. OLE color: 9218182.
HSL color Cylindrical-coordinate representation of color #86A88C: hue angle of 130.59º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A88C is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 140 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.34 |
| HSL | 130.59º | 0.16% | 0.59% | - |
| HSV(B) | 130.59º | 0.2% | 0.66% | - |
| XYZ | 28.57 | 34.97 | 30.05 | - |
| YUV | 154.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 140 | 0.20 | 0 | 0.17 | 0.34 | 130.59 | 0.16 | 0.59 |
| Hex | 86 | A8 | 8C | 14 | 0 | 11 | 22 | 83 | 10 | 3B |
| Octal | 206 | 250 | 214 | 24 | 0 | 21 | 42 | 203 | 20 | 73 |
| Binary | 10000110 | 10101000 | 10001100 | 10100 | 0 | 10001 | 100010 | 10000011 | 10000 | 111011 |
Color Harmonies of #86A88C
Complementary color
Monochromatic Colors of #86A88C
Black with #86A88C
Text Example
Text Example
White with #86A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A88C; }
p { color: rgb(134,168,140); }
H1.HeaderClassName
{
color: #86A88C;
}
.AnyTagClassName
{
color: #86A88C;
}
</style>
background-color css
<style>
a { background-color: #86A88C; }
a { background-color: rgb(134,168,140); }
div.DivClassName
{
background-color: #86A88C;
}
.BgClassName
{
background-color: #86A88C;
}
</style>
border-color css
<style>
span { border-color: #86A88C; }
span { border-color: rgb(134,168,140); }
td.TdClassName
{
border-color: #86A88C;
}
.TagClassName
{
border-color: #86A88C;
}
</style>