Shades of Mantis #86B86D
Tints of Mantis #86B86D
RGB
CMYK
RGB Variations
Color information
#86B86D (or 0x86B86D) is known color: Mantis. HEX triplet: 86, B8 and 6D. RGB value is (134,184,109). Sum of RGB (Red+Green+Blue) = 134+184+109=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #86B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B86D is #794792. Grayscale: #A0A0A0. Windows color (decimal): -7948179 or 7190662. OLE color: 7190662.
HSL color Cylindrical-coordinate representation of color #86B86D: hue angle of 100º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B86D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 109 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.28 |
| HSL | 100º | 0.35% | 0.57% | - |
| HSV(B) | 100º | 0.41% | 0.72% | - |
| XYZ | 29.73 | 40.45 | 20.71 | - |
| YUV | 160.5 | 98.94 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 109 | 0.27 | 0 | 0.41 | 0.28 | 100 | 0.35 | 0.57 |
| Hex | 86 | B8 | 6D | 1B | 0 | 29 | 1C | 64 | 23 | 39 |
| Octal | 206 | 270 | 155 | 33 | 0 | 51 | 34 | 144 | 43 | 71 |
| Binary | 10000110 | 10111000 | 1101101 | 11011 | 0 | 101001 | 11100 | 1100100 | 100011 | 111001 |
Color Harmonies of #86B86D
Complementary color
Monochromatic Colors of #86B86D
Black with #86B86D
Text Example
Text Example
White with #86B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B86D; }
p { color: rgb(134,184,109); }
H1.HeaderClassName
{
color: #86B86D;
}
.AnyTagClassName
{
color: #86B86D;
}
</style>
background-color css
<style>
a { background-color: #86B86D; }
a { background-color: rgb(134,184,109); }
div.DivClassName
{
background-color: #86B86D;
}
.BgClassName
{
background-color: #86B86D;
}
</style>
border-color css
<style>
span { border-color: #86B86D; }
span { border-color: rgb(134,184,109); }
td.TdClassName
{
border-color: #86B86D;
}
.TagClassName
{
border-color: #86B86D;
}
</style>