Shades of Mantis #86B465
Tints of Mantis #86B465
RGB
CMYK
RGB Variations
Color information
#86B465 (or 0x86B465) is known color: Mantis. HEX triplet: 86, B4 and 65. RGB value is (134,180,101). Sum of RGB (Red+Green+Blue) = 134+180+101=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #86B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B465 is #794B9A. Grayscale: #9D9D9D. Windows color (decimal): -7949211 or 6665350. OLE color: 6665350.
HSL color Cylindrical-coordinate representation of color #86B465: hue angle of 94.94º degrees, saturation: 0.34, 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 #86B465 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 101 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.29 |
| HSL | 94.94º | 0.34% | 0.55% | - |
| HSV(B) | 94.94º | 0.44% | 0.71% | - |
| XYZ | 28.5 | 38.65 | 18.27 | - |
| YUV | 157.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 101 | 0.26 | 0 | 0.44 | 0.29 | 94.94 | 0.34 | 0.55 |
| Hex | 86 | B4 | 65 | 1A | 0 | 2C | 1D | 5F | 22 | 37 |
| Octal | 206 | 264 | 145 | 32 | 0 | 54 | 35 | 137 | 42 | 67 |
| Binary | 10000110 | 10110100 | 1100101 | 11010 | 0 | 101100 | 11101 | 1011111 | 100010 | 110111 |
Color Harmonies of #86B465
Complementary color
Monochromatic Colors of #86B465
Black with #86B465
Text Example
Text Example
White with #86B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B465; }
p { color: rgb(134,180,101); }
H1.HeaderClassName
{
color: #86B465;
}
.AnyTagClassName
{
color: #86B465;
}
</style>
background-color css
<style>
a { background-color: #86B465; }
a { background-color: rgb(134,180,101); }
div.DivClassName
{
background-color: #86B465;
}
.BgClassName
{
background-color: #86B465;
}
</style>
border-color css
<style>
span { border-color: #86B465; }
span { border-color: rgb(134,180,101); }
td.TdClassName
{
border-color: #86B465;
}
.TagClassName
{
border-color: #86B465;
}
</style>