Shades of Mantis #85B672
Tints of Mantis #85B672
RGB
CMYK
RGB Variations
Color information
#85B672 (or 0x85B672) is known color: Mantis. HEX triplet: 85, B6 and 72. RGB value is (133,182,114). Sum of RGB (Red+Green+Blue) = 133+182+114=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #85B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B672 is #7A498D. Grayscale: #9F9F9F. Windows color (decimal): -8014222 or 7517829. OLE color: 7517829.
HSL color Cylindrical-coordinate representation of color #85B672: hue angle of 103.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85B672 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 114 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.29 |
| HSL | 103.24º | 0.32% | 0.58% | - |
| HSV(B) | 103.24º | 0.37% | 0.71% | - |
| XYZ | 29.44 | 39.66 | 22.02 | - |
| YUV | 159.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 114 | 0.27 | 0 | 0.37 | 0.29 | 103.24 | 0.32 | 0.58 |
| Hex | 85 | B6 | 72 | 1B | 0 | 25 | 1D | 67 | 20 | 3A |
| Octal | 205 | 266 | 162 | 33 | 0 | 45 | 35 | 147 | 40 | 72 |
| Binary | 10000101 | 10110110 | 1110010 | 11011 | 0 | 100101 | 11101 | 1100111 | 100000 | 111010 |
Color Harmonies of #85B672
Complementary color
Monochromatic Colors of #85B672
Black with #85B672
Text Example
Text Example
White with #85B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B672; }
p { color: rgb(133,182,114); }
H1.HeaderClassName
{
color: #85B672;
}
.AnyTagClassName
{
color: #85B672;
}
</style>
background-color css
<style>
a { background-color: #85B672; }
a { background-color: rgb(133,182,114); }
div.DivClassName
{
background-color: #85B672;
}
.BgClassName
{
background-color: #85B672;
}
</style>
border-color css
<style>
span { border-color: #85B672; }
span { border-color: rgb(133,182,114); }
td.TdClassName
{
border-color: #85B672;
}
.TagClassName
{
border-color: #85B672;
}
</style>