Shades of Mantis #86B866
Tints of Mantis #86B866
RGB
CMYK
RGB Variations
Color information
#86B866 (or 0x86B866) is known color: Mantis. HEX triplet: 86, B8 and 66. RGB value is (134,184,102). Sum of RGB (Red+Green+Blue) = 134+184+102=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #86B866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B866 is #794799. Grayscale: #9F9F9F. Windows color (decimal): -7948186 or 6731910. OLE color: 6731910.
HSL color Cylindrical-coordinate representation of color #86B866: hue angle of 96.59º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86B866 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 102 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.28 |
| HSL | 96.59º | 0.37% | 0.56% | - |
| HSV(B) | 96.59º | 0.45% | 0.72% | - |
| XYZ | 29.37 | 40.31 | 18.8 | - |
| YUV | 159.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 102 | 0.27 | 0 | 0.45 | 0.28 | 96.59 | 0.37 | 0.56 |
| Hex | 86 | B8 | 66 | 1B | 0 | 2D | 1C | 61 | 25 | 38 |
| Octal | 206 | 270 | 146 | 33 | 0 | 55 | 34 | 141 | 45 | 70 |
| Binary | 10000110 | 10111000 | 1100110 | 11011 | 0 | 101101 | 11100 | 1100001 | 100101 | 111000 |
Color Harmonies of #86B866
Complementary color
Monochromatic Colors of #86B866
Black with #86B866
Text Example
Text Example
White with #86B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B866; }
p { color: rgb(134,184,102); }
H1.HeaderClassName
{
color: #86B866;
}
.AnyTagClassName
{
color: #86B866;
}
</style>
background-color css
<style>
a { background-color: #86B866; }
a { background-color: rgb(134,184,102); }
div.DivClassName
{
background-color: #86B866;
}
.BgClassName
{
background-color: #86B866;
}
</style>
border-color css
<style>
span { border-color: #86B866; }
span { border-color: rgb(134,184,102); }
td.TdClassName
{
border-color: #86B866;
}
.TagClassName
{
border-color: #86B866;
}
</style>