Shades of Mantis #86B773
Tints of Mantis #86B773
RGB
CMYK
RGB Variations
Color information
#86B773 (or 0x86B773) is known color: Mantis. HEX triplet: 86, B7 and 73. RGB value is (134,183,115). Sum of RGB (Red+Green+Blue) = 134+183+115=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #86B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B773 is #79488C. Grayscale: #A0A0A0. Windows color (decimal): -7948429 or 7583622. OLE color: 7583622.
HSL color Cylindrical-coordinate representation of color #86B773: hue angle of 103.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B773 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 115 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.28 |
| HSL | 103.24º | 0.32% | 0.58% | - |
| HSV(B) | 103.24º | 0.37% | 0.72% | - |
| XYZ | 29.86 | 40.17 | 22.4 | - |
| YUV | 160.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 115 | 0.27 | 0 | 0.37 | 0.28 | 103.24 | 0.32 | 0.58 |
| Hex | 86 | B7 | 73 | 1B | 0 | 25 | 1C | 67 | 20 | 3A |
| Octal | 206 | 267 | 163 | 33 | 0 | 45 | 34 | 147 | 40 | 72 |
| Binary | 10000110 | 10110111 | 1110011 | 11011 | 0 | 100101 | 11100 | 1100111 | 100000 | 111010 |
Color Harmonies of #86B773
Complementary color
Monochromatic Colors of #86B773
Black with #86B773
Text Example
Text Example
White with #86B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B773; }
p { color: rgb(134,183,115); }
H1.HeaderClassName
{
color: #86B773;
}
.AnyTagClassName
{
color: #86B773;
}
</style>
background-color css
<style>
a { background-color: #86B773; }
a { background-color: rgb(134,183,115); }
div.DivClassName
{
background-color: #86B773;
}
.BgClassName
{
background-color: #86B773;
}
</style>
border-color css
<style>
span { border-color: #86B773; }
span { border-color: rgb(134,183,115); }
td.TdClassName
{
border-color: #86B773;
}
.TagClassName
{
border-color: #86B773;
}
</style>