Shades of Mantis #85BA6F
Tints of Mantis #85BA6F
RGB
CMYK
RGB Variations
Color information
#85BA6F (or 0x85BA6F) is known color: Mantis. HEX triplet: 85, BA and 6F. RGB value is (133,186,111). Sum of RGB (Red+Green+Blue) = 133+186+111=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA6F is #7A4590. Grayscale: #A1A1A1. Windows color (decimal): -8013201 or 7322245. OLE color: 7322245.
HSL color Cylindrical-coordinate representation of color #85BA6F: hue angle of 102.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BA6F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 111 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.27 |
| HSL | 102.4º | 0.35% | 0.58% | - |
| HSV(B) | 102.4º | 0.4% | 0.73% | - |
| XYZ | 30.1 | 41.25 | 21.41 | - |
| YUV | 161.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 111 | 0.28 | 0 | 0.40 | 0.27 | 102.4 | 0.35 | 0.58 |
| Hex | 85 | BA | 6F | 1C | 0 | 28 | 1B | 66 | 23 | 3A |
| Octal | 205 | 272 | 157 | 34 | 0 | 50 | 33 | 146 | 43 | 72 |
| Binary | 10000101 | 10111010 | 1101111 | 11100 | 0 | 101000 | 11011 | 1100110 | 100011 | 111010 |
Color Harmonies of #85BA6F
Complementary color
Monochromatic Colors of #85BA6F
Black with #85BA6F
Text Example
Text Example
White with #85BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA6F; }
p { color: rgb(133,186,111); }
H1.HeaderClassName
{
color: #85BA6F;
}
.AnyTagClassName
{
color: #85BA6F;
}
</style>
background-color css
<style>
a { background-color: #85BA6F; }
a { background-color: rgb(133,186,111); }
div.DivClassName
{
background-color: #85BA6F;
}
.BgClassName
{
background-color: #85BA6F;
}
</style>
border-color css
<style>
span { border-color: #85BA6F; }
span { border-color: rgb(133,186,111); }
td.TdClassName
{
border-color: #85BA6F;
}
.TagClassName
{
border-color: #85BA6F;
}
</style>