Shades of Mantis #85B764
Tints of Mantis #85B764
RGB
CMYK
RGB Variations
Color information
#85B764 (or 0x85B764) is known color: Mantis. HEX triplet: 85, B7 and 64. RGB value is (133,183,100). Sum of RGB (Red+Green+Blue) = 133+183+100=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #85B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B764 is #7A489B. Grayscale: #9E9E9E. Windows color (decimal): -8013980 or 6600581. OLE color: 6600581.
HSL color Cylindrical-coordinate representation of color #85B764: hue angle of 96.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B764 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 100 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.28 |
| HSL | 96.14º | 0.37% | 0.55% | - |
| HSV(B) | 96.14º | 0.45% | 0.72% | - |
| XYZ | 28.91 | 39.77 | 18.21 | - |
| YUV | 158.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 100 | 0.27 | 0 | 0.45 | 0.28 | 96.14 | 0.37 | 0.55 |
| Hex | 85 | B7 | 64 | 1B | 0 | 2D | 1C | 60 | 25 | 37 |
| Octal | 205 | 267 | 144 | 33 | 0 | 55 | 34 | 140 | 45 | 67 |
| Binary | 10000101 | 10110111 | 1100100 | 11011 | 0 | 101101 | 11100 | 1100000 | 100101 | 110111 |
Color Harmonies of #85B764
Complementary color
Monochromatic Colors of #85B764
Black with #85B764
Text Example
Text Example
White with #85B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B764; }
p { color: rgb(133,183,100); }
H1.HeaderClassName
{
color: #85B764;
}
.AnyTagClassName
{
color: #85B764;
}
</style>
background-color css
<style>
a { background-color: #85B764; }
a { background-color: rgb(133,183,100); }
div.DivClassName
{
background-color: #85B764;
}
.BgClassName
{
background-color: #85B764;
}
</style>
border-color css
<style>
span { border-color: #85B764; }
span { border-color: rgb(133,183,100); }
td.TdClassName
{
border-color: #85B764;
}
.TagClassName
{
border-color: #85B764;
}
</style>