Shades of Mantis #85B759
Tints of Mantis #85B759
RGB
CMYK
RGB Variations
Color information
#85B759 (or 0x85B759) is known color: Mantis. HEX triplet: 85, B7 and 59. RGB value is (133,183,89). Sum of RGB (Red+Green+Blue) = 133+183+89=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #85B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B759 is #7A48A6. Grayscale: #9D9D9D. Windows color (decimal): -8013991 or 5879685. OLE color: 5879685.
HSL color Cylindrical-coordinate representation of color #85B759: hue angle of 91.91º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85B759 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 89 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.28 |
| HSL | 91.91º | 0.39% | 0.53% | - |
| HSV(B) | 91.91º | 0.51% | 0.72% | - |
| XYZ | 28.41 | 39.57 | 15.59 | - |
| YUV | 157.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 89 | 0.27 | 0 | 0.51 | 0.28 | 91.91 | 0.39 | 0.53 |
| Hex | 85 | B7 | 59 | 1B | 0 | 33 | 1C | 5C | 27 | 35 |
| Octal | 205 | 267 | 131 | 33 | 0 | 63 | 34 | 134 | 47 | 65 |
| Binary | 10000101 | 10110111 | 1011001 | 11011 | 0 | 110011 | 11100 | 1011100 | 100111 | 110101 |
Color Harmonies of #85B759
Complementary color
Monochromatic Colors of #85B759
Black with #85B759
Text Example
Text Example
White with #85B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B759; }
p { color: rgb(133,183,89); }
H1.HeaderClassName
{
color: #85B759;
}
.AnyTagClassName
{
color: #85B759;
}
</style>
background-color css
<style>
a { background-color: #85B759; }
a { background-color: rgb(133,183,89); }
div.DivClassName
{
background-color: #85B759;
}
.BgClassName
{
background-color: #85B759;
}
</style>
border-color css
<style>
span { border-color: #85B759; }
span { border-color: rgb(133,183,89); }
td.TdClassName
{
border-color: #85B759;
}
.TagClassName
{
border-color: #85B759;
}
</style>