Shades of Envy #86A289
Tints of Envy #86A289
RGB
CMYK
RGB Variations
Color information
#86A289 (or 0x86A289) is known color: Envy. HEX triplet: 86, A2 and 89. RGB value is (134,162,137). Sum of RGB (Red+Green+Blue) = 134+162+137=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #86A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A289 is #795D76. Grayscale: #969696. Windows color (decimal): -7953783 or 9020038. OLE color: 9020038.
HSL color Cylindrical-coordinate representation of color #86A289: hue angle of 126.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A289 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 137 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.36 |
| HSL | 126.43º | 0.13% | 0.58% | - |
| HSV(B) | 126.43º | 0.17% | 0.64% | - |
| XYZ | 27.27 | 32.72 | 28.54 | - |
| YUV | 150.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 137 | 0.17 | 0 | 0.15 | 0.36 | 126.43 | 0.13 | 0.58 |
| Hex | 86 | A2 | 89 | 11 | 0 | F | 24 | 7E | D | 3A |
| Octal | 206 | 242 | 211 | 21 | 0 | 17 | 44 | 176 | 15 | 72 |
| Binary | 10000110 | 10100010 | 10001001 | 10001 | 0 | 1111 | 100100 | 1111110 | 1101 | 111010 |
Color Harmonies of #86A289
Complementary color
Monochromatic Colors of #86A289
Black with #86A289
Text Example
Text Example
White with #86A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A289; }
p { color: rgb(134,162,137); }
H1.HeaderClassName
{
color: #86A289;
}
.AnyTagClassName
{
color: #86A289;
}
</style>
background-color css
<style>
a { background-color: #86A289; }
a { background-color: rgb(134,162,137); }
div.DivClassName
{
background-color: #86A289;
}
.BgClassName
{
background-color: #86A289;
}
</style>
border-color css
<style>
span { border-color: #86A289; }
span { border-color: rgb(134,162,137); }
td.TdClassName
{
border-color: #86A289;
}
.TagClassName
{
border-color: #86A289;
}
</style>