Shades of Mantis #85BA69
Tints of Mantis #85BA69
RGB
CMYK
RGB Variations
Color information
#85BA69 (or 0x85BA69) is known color: Mantis. HEX triplet: 85, BA and 69. RGB value is (133,186,105). Sum of RGB (Red+Green+Blue) = 133+186+105=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA69 is #7A4596. Grayscale: #A1A1A1. Windows color (decimal): -8013207 or 6929029. OLE color: 6929029.
HSL color Cylindrical-coordinate representation of color #85BA69: hue angle of 99.26º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BA69 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 105 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.27 |
| HSL | 99.26º | 0.37% | 0.57% | - |
| HSV(B) | 99.26º | 0.44% | 0.73% | - |
| XYZ | 29.78 | 41.12 | 19.73 | - |
| YUV | 160.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 105 | 0.28 | 0 | 0.44 | 0.27 | 99.26 | 0.37 | 0.57 |
| Hex | 85 | BA | 69 | 1C | 0 | 2C | 1B | 63 | 25 | 39 |
| Octal | 205 | 272 | 151 | 34 | 0 | 54 | 33 | 143 | 45 | 71 |
| Binary | 10000101 | 10111010 | 1101001 | 11100 | 0 | 101100 | 11011 | 1100011 | 100101 | 111001 |
Color Harmonies of #85BA69
Complementary color
Monochromatic Colors of #85BA69
Black with #85BA69
Text Example
Text Example
White with #85BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA69; }
p { color: rgb(133,186,105); }
H1.HeaderClassName
{
color: #85BA69;
}
.AnyTagClassName
{
color: #85BA69;
}
</style>
background-color css
<style>
a { background-color: #85BA69; }
a { background-color: rgb(133,186,105); }
div.DivClassName
{
background-color: #85BA69;
}
.BgClassName
{
background-color: #85BA69;
}
</style>
border-color css
<style>
span { border-color: #85BA69; }
span { border-color: rgb(133,186,105); }
td.TdClassName
{
border-color: #85BA69;
}
.TagClassName
{
border-color: #85BA69;
}
</style>