Shades of Mantis #86B464
Tints of Mantis #86B464
RGB
CMYK
RGB Variations
Color information
#86B464 (or 0x86B464) is known color: Mantis. HEX triplet: 86, B4 and 64. RGB value is (134,180,100). Sum of RGB (Red+Green+Blue) = 134+180+100=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #86B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B464 is #794B9B. Grayscale: #9D9D9D. Windows color (decimal): -7949212 or 6599814. OLE color: 6599814.
HSL color Cylindrical-coordinate representation of color #86B464: hue angle of 94.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86B464 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 100 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.29 |
| HSL | 94.5º | 0.35% | 0.55% | - |
| HSV(B) | 94.5º | 0.44% | 0.71% | - |
| XYZ | 28.45 | 38.63 | 18.01 | - |
| YUV | 157.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 100 | 0.26 | 0 | 0.44 | 0.29 | 94.5 | 0.35 | 0.55 |
| Hex | 86 | B4 | 64 | 1A | 0 | 2C | 1D | 5E | 23 | 37 |
| Octal | 206 | 264 | 144 | 32 | 0 | 54 | 35 | 136 | 43 | 67 |
| Binary | 10000110 | 10110100 | 1100100 | 11010 | 0 | 101100 | 11101 | 1011110 | 100011 | 110111 |
Color Harmonies of #86B464
Complementary color
Monochromatic Colors of #86B464
Black with #86B464
Text Example
Text Example
White with #86B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B464; }
p { color: rgb(134,180,100); }
H1.HeaderClassName
{
color: #86B464;
}
.AnyTagClassName
{
color: #86B464;
}
</style>
background-color css
<style>
a { background-color: #86B464; }
a { background-color: rgb(134,180,100); }
div.DivClassName
{
background-color: #86B464;
}
.BgClassName
{
background-color: #86B464;
}
</style>
border-color css
<style>
span { border-color: #86B464; }
span { border-color: rgb(134,180,100); }
td.TdClassName
{
border-color: #86B464;
}
.TagClassName
{
border-color: #86B464;
}
</style>