Shades of Envy #86AB88
Tints of Envy #86AB88
RGB
CMYK
RGB Variations
Color information
#86AB88 (or 0x86AB88) is known color: Envy. HEX triplet: 86, AB and 88. RGB value is (134,171,136). Sum of RGB (Red+Green+Blue) = 134+171+136=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB88 is #795477. Grayscale: #9C9C9C. Windows color (decimal): -7951480 or 8956806. OLE color: 8956806.
HSL color Cylindrical-coordinate representation of color #86AB88: hue angle of 123.24º 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 #86AB88 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 136 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.33 |
| HSL | 123.24º | 0.18% | 0.6% | - |
| HSV(B) | 123.24º | 0.22% | 0.67% | - |
| XYZ | 28.84 | 35.97 | 28.72 | - |
| YUV | 155.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 136 | 0.22 | 0 | 0.20 | 0.33 | 123.24 | 0.18 | 0.6 |
| Hex | 86 | AB | 88 | 16 | 0 | 14 | 21 | 7B | 12 | 3C |
| Octal | 206 | 253 | 210 | 26 | 0 | 24 | 41 | 173 | 22 | 74 |
| Binary | 10000110 | 10101011 | 10001000 | 10110 | 0 | 10100 | 100001 | 1111011 | 10010 | 111100 |
Color Harmonies of #86AB88
Complementary color
Monochromatic Colors of #86AB88
Black with #86AB88
Text Example
Text Example
White with #86AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB88; }
p { color: rgb(134,171,136); }
H1.HeaderClassName
{
color: #86AB88;
}
.AnyTagClassName
{
color: #86AB88;
}
</style>
background-color css
<style>
a { background-color: #86AB88; }
a { background-color: rgb(134,171,136); }
div.DivClassName
{
background-color: #86AB88;
}
.BgClassName
{
background-color: #86AB88;
}
</style>
border-color css
<style>
span { border-color: #86AB88; }
span { border-color: rgb(134,171,136); }
td.TdClassName
{
border-color: #86AB88;
}
.TagClassName
{
border-color: #86AB88;
}
</style>