Shades of Mantis #86B560
Tints of Mantis #86B560
RGB
CMYK
RGB Variations
Color information
#86B560 (or 0x86B560) is known color: Mantis. HEX triplet: 86, B5 and 60. RGB value is (134,181,96). Sum of RGB (Red+Green+Blue) = 134+181+96=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #86B560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B560 is #794A9F. Grayscale: #9D9D9D. Windows color (decimal): -7948960 or 6337926. OLE color: 6337926.
HSL color Cylindrical-coordinate representation of color #86B560: hue angle of 93.18º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86B560 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 96 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.29 |
| HSL | 93.18º | 0.36% | 0.54% | - |
| HSV(B) | 93.18º | 0.47% | 0.71% | - |
| XYZ | 28.47 | 38.96 | 17.09 | - |
| YUV | 157.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 96 | 0.26 | 0 | 0.47 | 0.29 | 93.18 | 0.36 | 0.54 |
| Hex | 86 | B5 | 60 | 1A | 0 | 2F | 1D | 5D | 24 | 36 |
| Octal | 206 | 265 | 140 | 32 | 0 | 57 | 35 | 135 | 44 | 66 |
| Binary | 10000110 | 10110101 | 1100000 | 11010 | 0 | 101111 | 11101 | 1011101 | 100100 | 110110 |
Color Harmonies of #86B560
Complementary color
Monochromatic Colors of #86B560
Black with #86B560
Text Example
Text Example
White with #86B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B560; }
p { color: rgb(134,181,96); }
H1.HeaderClassName
{
color: #86B560;
}
.AnyTagClassName
{
color: #86B560;
}
</style>
background-color css
<style>
a { background-color: #86B560; }
a { background-color: rgb(134,181,96); }
div.DivClassName
{
background-color: #86B560;
}
.BgClassName
{
background-color: #86B560;
}
</style>
border-color css
<style>
span { border-color: #86B560; }
span { border-color: rgb(134,181,96); }
td.TdClassName
{
border-color: #86B560;
}
.TagClassName
{
border-color: #86B560;
}
</style>