Shades of Mantis #85B86F
Tints of Mantis #85B86F
RGB
CMYK
RGB Variations
Color information
#85B86F (or 0x85B86F) is known color: Mantis. HEX triplet: 85, B8 and 6F. RGB value is (133,184,111). Sum of RGB (Red+Green+Blue) = 133+184+111=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #85B86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B86F is #7A4790. Grayscale: #A0A0A0. Windows color (decimal): -8013713 or 7321733. OLE color: 7321733.
HSL color Cylindrical-coordinate representation of color #85B86F: hue angle of 101.92º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B86F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 111 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.28 |
| HSL | 101.92º | 0.34% | 0.58% | - |
| HSV(B) | 101.92º | 0.4% | 0.72% | - |
| XYZ | 29.68 | 40.42 | 21.28 | - |
| YUV | 160.43 | 100.1 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 111 | 0.28 | 0 | 0.40 | 0.28 | 101.92 | 0.34 | 0.58 |
| Hex | 85 | B8 | 6F | 1C | 0 | 28 | 1C | 66 | 22 | 3A |
| Octal | 205 | 270 | 157 | 34 | 0 | 50 | 34 | 146 | 42 | 72 |
| Binary | 10000101 | 10111000 | 1101111 | 11100 | 0 | 101000 | 11100 | 1100110 | 100010 | 111010 |
Color Harmonies of #85B86F
Complementary color
Monochromatic Colors of #85B86F
Black with #85B86F
Text Example
Text Example
White with #85B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B86F; }
p { color: rgb(133,184,111); }
H1.HeaderClassName
{
color: #85B86F;
}
.AnyTagClassName
{
color: #85B86F;
}
</style>
background-color css
<style>
a { background-color: #85B86F; }
a { background-color: rgb(133,184,111); }
div.DivClassName
{
background-color: #85B86F;
}
.BgClassName
{
background-color: #85B86F;
}
</style>
border-color css
<style>
span { border-color: #85B86F; }
span { border-color: rgb(133,184,111); }
td.TdClassName
{
border-color: #85B86F;
}
.TagClassName
{
border-color: #85B86F;
}
</style>