Shades of Envy #86AB8A
Tints of Envy #86AB8A
RGB
CMYK
RGB Variations
Color information
#86AB8A (or 0x86AB8A) is known color: Envy. HEX triplet: 86, AB and 8A. RGB value is (134,171,138). Sum of RGB (Red+Green+Blue) = 134+171+138=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB8A is #795475. Grayscale: #9C9C9C. Windows color (decimal): -7951478 or 9087878. OLE color: 9087878.
HSL color Cylindrical-coordinate representation of color #86AB8A: hue angle of 126.49º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AB8A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 138 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.33 |
| HSL | 126.49º | 0.18% | 0.6% | - |
| HSV(B) | 126.49º | 0.22% | 0.67% | - |
| XYZ | 28.98 | 36.03 | 29.47 | - |
| YUV | 156.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 138 | 0.22 | 0 | 0.19 | 0.33 | 126.49 | 0.18 | 0.6 |
| Hex | 86 | AB | 8A | 16 | 0 | 13 | 21 | 7E | 12 | 3C |
| Octal | 206 | 253 | 212 | 26 | 0 | 23 | 41 | 176 | 22 | 74 |
| Binary | 10000110 | 10101011 | 10001010 | 10110 | 0 | 10011 | 100001 | 1111110 | 10010 | 111100 |
Color Harmonies of #86AB8A
Complementary color
Monochromatic Colors of #86AB8A
Black with #86AB8A
Text Example
Text Example
White with #86AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB8A; }
p { color: rgb(134,171,138); }
H1.HeaderClassName
{
color: #86AB8A;
}
.AnyTagClassName
{
color: #86AB8A;
}
</style>
background-color css
<style>
a { background-color: #86AB8A; }
a { background-color: rgb(134,171,138); }
div.DivClassName
{
background-color: #86AB8A;
}
.BgClassName
{
background-color: #86AB8A;
}
</style>
border-color css
<style>
span { border-color: #86AB8A; }
span { border-color: rgb(134,171,138); }
td.TdClassName
{
border-color: #86AB8A;
}
.TagClassName
{
border-color: #86AB8A;
}
</style>