Shades of Mantis #86B565
Tints of Mantis #86B565
RGB
CMYK
RGB Variations
Color information
#86B565 (or 0x86B565) is known color: Mantis. HEX triplet: 86, B5 and 65. RGB value is (134,181,101). Sum of RGB (Red+Green+Blue) = 134+181+101=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 181 - color contains mainly: green. Hex color #86B565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B565 is #794A9A. Grayscale: #9E9E9E. Windows color (decimal): -7948955 or 6665606. OLE color: 6665606.
HSL color Cylindrical-coordinate representation of color #86B565: hue angle of 95.25º 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 #86B565 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 101 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.29 |
| HSL | 95.25º | 0.35% | 0.55% | - |
| HSV(B) | 95.25º | 0.44% | 0.71% | - |
| XYZ | 28.7 | 39.06 | 18.34 | - |
| YUV | 157.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 101 | 0.26 | 0 | 0.44 | 0.29 | 95.25 | 0.35 | 0.55 |
| Hex | 86 | B5 | 65 | 1A | 0 | 2C | 1D | 5F | 23 | 37 |
| Octal | 206 | 265 | 145 | 32 | 0 | 54 | 35 | 137 | 43 | 67 |
| Binary | 10000110 | 10110101 | 1100101 | 11010 | 0 | 101100 | 11101 | 1011111 | 100011 | 110111 |
Color Harmonies of #86B565
Complementary color
Monochromatic Colors of #86B565
Black with #86B565
Text Example
Text Example
White with #86B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B565; }
p { color: rgb(134,181,101); }
H1.HeaderClassName
{
color: #86B565;
}
.AnyTagClassName
{
color: #86B565;
}
</style>
background-color css
<style>
a { background-color: #86B565; }
a { background-color: rgb(134,181,101); }
div.DivClassName
{
background-color: #86B565;
}
.BgClassName
{
background-color: #86B565;
}
</style>
border-color css
<style>
span { border-color: #86B565; }
span { border-color: rgb(134,181,101); }
td.TdClassName
{
border-color: #86B565;
}
.TagClassName
{
border-color: #86B565;
}
</style>