Shades of Mantis #86B570
Tints of Mantis #86B570
RGB
CMYK
RGB Variations
Color information
#86B570 (or 0x86B570) is known color: Mantis. HEX triplet: 86, B5 and 70. RGB value is (134,181,112). Sum of RGB (Red+Green+Blue) = 134+181+112=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #86B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B570 is #794A8F. Grayscale: #9F9F9F. Windows color (decimal): -7948944 or 7386502. OLE color: 7386502.
HSL color Cylindrical-coordinate representation of color #86B570: hue angle of 100.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B570 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 112 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.29 |
| HSL | 100.87º | 0.32% | 0.57% | - |
| HSV(B) | 100.87º | 0.38% | 0.71% | - |
| XYZ | 29.28 | 39.29 | 21.37 | - |
| YUV | 159.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 112 | 0.26 | 0 | 0.38 | 0.29 | 100.87 | 0.32 | 0.57 |
| Hex | 86 | B5 | 70 | 1A | 0 | 26 | 1D | 65 | 20 | 39 |
| Octal | 206 | 265 | 160 | 32 | 0 | 46 | 35 | 145 | 40 | 71 |
| Binary | 10000110 | 10110101 | 1110000 | 11010 | 0 | 100110 | 11101 | 1100101 | 100000 | 111001 |
Color Harmonies of #86B570
Complementary color
Monochromatic Colors of #86B570
Black with #86B570
Text Example
Text Example
White with #86B570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B570; }
p { color: rgb(134,181,112); }
H1.HeaderClassName
{
color: #86B570;
}
.AnyTagClassName
{
color: #86B570;
}
</style>
background-color css
<style>
a { background-color: #86B570; }
a { background-color: rgb(134,181,112); }
div.DivClassName
{
background-color: #86B570;
}
.BgClassName
{
background-color: #86B570;
}
</style>
border-color css
<style>
span { border-color: #86B570; }
span { border-color: rgb(134,181,112); }
td.TdClassName
{
border-color: #86B570;
}
.TagClassName
{
border-color: #86B570;
}
</style>