Shades of Envy #86988A
Tints of Envy #86988A
RGB
CMYK
RGB Variations
Color information
#86988A (or 0x86988A) is known color: Envy. HEX triplet: 86, 98 and 8A. RGB value is (134,152,138). Sum of RGB (Red+Green+Blue) = 134+152+138=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #86988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988A is #796775. Grayscale: #919191. Windows color (decimal): -7956342 or 9083014. OLE color: 9083014.
HSL color Cylindrical-coordinate representation of color #86988A: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 138 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.40 |
| HSL | 133.33º | 0.08% | 0.56% | - |
| HSV(B) | 133.33º | 0.12% | 0.6% | - |
| XYZ | 25.65 | 29.36 | 28.36 | - |
| YUV | 145.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 138 | 0.12 | 0 | 0.09 | 0.40 | 133.33 | 0.08 | 0.56 |
| Hex | 86 | 98 | 8A | C | 0 | 9 | 28 | 85 | 8 | 38 |
| Octal | 206 | 230 | 212 | 14 | 0 | 11 | 50 | 205 | 10 | 70 |
| Binary | 10000110 | 10011000 | 10001010 | 1100 | 0 | 1001 | 101000 | 10000101 | 1000 | 111000 |
Color Harmonies of #86988A
Complementary color
Monochromatic Colors of #86988A
Black with #86988A
Text Example
Text Example
White with #86988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86988A; }
p { color: rgb(134,152,138); }
H1.HeaderClassName
{
color: #86988A;
}
.AnyTagClassName
{
color: #86988A;
}
</style>
background-color css
<style>
a { background-color: #86988A; }
a { background-color: rgb(134,152,138); }
div.DivClassName
{
background-color: #86988A;
}
.BgClassName
{
background-color: #86988A;
}
</style>
border-color css
<style>
span { border-color: #86988A; }
span { border-color: rgb(134,152,138); }
td.TdClassName
{
border-color: #86988A;
}
.TagClassName
{
border-color: #86988A;
}
</style>