Shades of Envy #86AF89
Tints of Envy #86AF89
RGB
CMYK
RGB Variations
Color information
#86AF89 (or 0x86AF89) is known color: Envy. HEX triplet: 86, AF and 89. RGB value is (134,175,137). Sum of RGB (Red+Green+Blue) = 134+175+137=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF89 is #795076. Grayscale: #9E9E9E. Windows color (decimal): -7950455 or 9023366. OLE color: 9023366.
HSL color Cylindrical-coordinate representation of color #86AF89: hue angle of 124.39º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF89 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 137 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.31 |
| HSL | 124.39º | 0.2% | 0.61% | - |
| HSV(B) | 124.39º | 0.23% | 0.69% | - |
| XYZ | 29.68 | 37.53 | 29.35 | - |
| YUV | 158.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 137 | 0.23 | 0 | 0.22 | 0.31 | 124.39 | 0.2 | 0.61 |
| Hex | 86 | AF | 89 | 17 | 0 | 16 | 1F | 7C | 14 | 3D |
| Octal | 206 | 257 | 211 | 27 | 0 | 26 | 37 | 174 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10001001 | 10111 | 0 | 10110 | 11111 | 1111100 | 10100 | 111101 |
Color Harmonies of #86AF89
Complementary color
Monochromatic Colors of #86AF89
Black with #86AF89
Text Example
Text Example
White with #86AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF89; }
p { color: rgb(134,175,137); }
H1.HeaderClassName
{
color: #86AF89;
}
.AnyTagClassName
{
color: #86AF89;
}
</style>
background-color css
<style>
a { background-color: #86AF89; }
a { background-color: rgb(134,175,137); }
div.DivClassName
{
background-color: #86AF89;
}
.BgClassName
{
background-color: #86AF89;
}
</style>
border-color css
<style>
span { border-color: #86AF89; }
span { border-color: rgb(134,175,137); }
td.TdClassName
{
border-color: #86AF89;
}
.TagClassName
{
border-color: #86AF89;
}
</style>