Shades of Mantis #85B970
Tints of Mantis #85B970
RGB
CMYK
RGB Variations
Color information
#85B970 (or 0x85B970) is known color: Mantis. HEX triplet: 85, B9 and 70. RGB value is (133,185,112). Sum of RGB (Red+Green+Blue) = 133+185+112=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #85B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B970 is #7A468F. Grayscale: #A1A1A1. Windows color (decimal): -8013456 or 7387525. OLE color: 7387525.
HSL color Cylindrical-coordinate representation of color #85B970: hue angle of 102.74º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85B970 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 112 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.27 |
| HSL | 102.74º | 0.34% | 0.58% | - |
| HSV(B) | 102.74º | 0.39% | 0.73% | - |
| XYZ | 29.95 | 40.85 | 21.64 | - |
| YUV | 161.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 112 | 0.28 | 0 | 0.39 | 0.27 | 102.74 | 0.34 | 0.58 |
| Hex | 85 | B9 | 70 | 1C | 0 | 27 | 1B | 67 | 22 | 3A |
| Octal | 205 | 271 | 160 | 34 | 0 | 47 | 33 | 147 | 42 | 72 |
| Binary | 10000101 | 10111001 | 1110000 | 11100 | 0 | 100111 | 11011 | 1100111 | 100010 | 111010 |
Color Harmonies of #85B970
Complementary color
Monochromatic Colors of #85B970
Black with #85B970
Text Example
Text Example
White with #85B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B970; }
p { color: rgb(133,185,112); }
H1.HeaderClassName
{
color: #85B970;
}
.AnyTagClassName
{
color: #85B970;
}
</style>
background-color css
<style>
a { background-color: #85B970; }
a { background-color: rgb(133,185,112); }
div.DivClassName
{
background-color: #85B970;
}
.BgClassName
{
background-color: #85B970;
}
</style>
border-color css
<style>
span { border-color: #85B970; }
span { border-color: rgb(133,185,112); }
td.TdClassName
{
border-color: #85B970;
}
.TagClassName
{
border-color: #85B970;
}
</style>