Shades of Mantis #86B869
Tints of Mantis #86B869
RGB
CMYK
RGB Variations
Color information
#86B869 (or 0x86B869) is known color: Mantis. HEX triplet: 86, B8 and 69. RGB value is (134,184,105). Sum of RGB (Red+Green+Blue) = 134+184+105=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #86B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B869 is #794796. Grayscale: #A0A0A0. Windows color (decimal): -7948183 or 6928518. OLE color: 6928518.
HSL color Cylindrical-coordinate representation of color #86B869: hue angle of 97.97º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86B869 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 184 | 105 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.28 |
| HSL | 97.97º | 0.36% | 0.57% | - |
| HSV(B) | 97.97º | 0.43% | 0.72% | - |
| XYZ | 29.52 | 40.37 | 19.6 | - |
| YUV | 160.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 184 | 105 | 0.27 | 0 | 0.43 | 0.28 | 97.97 | 0.36 | 0.57 |
| Hex | 86 | B8 | 69 | 1B | 0 | 2B | 1C | 62 | 24 | 39 |
| Octal | 206 | 270 | 151 | 33 | 0 | 53 | 34 | 142 | 44 | 71 |
| Binary | 10000110 | 10111000 | 1101001 | 11011 | 0 | 101011 | 11100 | 1100010 | 100100 | 111001 |
Color Harmonies of #86B869
Complementary color
Monochromatic Colors of #86B869
Black with #86B869
Text Example
Text Example
White with #86B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B869; }
p { color: rgb(134,184,105); }
H1.HeaderClassName
{
color: #86B869;
}
.AnyTagClassName
{
color: #86B869;
}
</style>
background-color css
<style>
a { background-color: #86B869; }
a { background-color: rgb(134,184,105); }
div.DivClassName
{
background-color: #86B869;
}
.BgClassName
{
background-color: #86B869;
}
</style>
border-color css
<style>
span { border-color: #86B869; }
span { border-color: rgb(134,184,105); }
td.TdClassName
{
border-color: #86B869;
}
.TagClassName
{
border-color: #86B869;
}
</style>