Shades of Mantis #86B965
Tints of Mantis #86B965
RGB
CMYK
RGB Variations
Color information
#86B965 (or 0x86B965) is known color: Mantis. HEX triplet: 86, B9 and 65. RGB value is (134,185,101). Sum of RGB (Red+Green+Blue) = 134+185+101=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #86B965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B965 is #79469A. Grayscale: #A0A0A0. Windows color (decimal): -7947931 or 6666630. OLE color: 6666630.
HSL color Cylindrical-coordinate representation of color #86B965: hue angle of 96.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86B965 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 101 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.27 |
| HSL | 96.43º | 0.38% | 0.56% | - |
| HSV(B) | 96.43º | 0.45% | 0.73% | - |
| XYZ | 29.53 | 40.71 | 18.61 | - |
| YUV | 160.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 101 | 0.28 | 0 | 0.45 | 0.27 | 96.43 | 0.38 | 0.56 |
| Hex | 86 | B9 | 65 | 1C | 0 | 2D | 1B | 60 | 26 | 38 |
| Octal | 206 | 271 | 145 | 34 | 0 | 55 | 33 | 140 | 46 | 70 |
| Binary | 10000110 | 10111001 | 1100101 | 11100 | 0 | 101101 | 11011 | 1100000 | 100110 | 111000 |
Color Harmonies of #86B965
Complementary color
Monochromatic Colors of #86B965
Black with #86B965
Text Example
Text Example
White with #86B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B965; }
p { color: rgb(134,185,101); }
H1.HeaderClassName
{
color: #86B965;
}
.AnyTagClassName
{
color: #86B965;
}
</style>
background-color css
<style>
a { background-color: #86B965; }
a { background-color: rgb(134,185,101); }
div.DivClassName
{
background-color: #86B965;
}
.BgClassName
{
background-color: #86B965;
}
</style>
border-color css
<style>
span { border-color: #86B965; }
span { border-color: rgb(134,185,101); }
td.TdClassName
{
border-color: #86B965;
}
.TagClassName
{
border-color: #86B965;
}
</style>