Shades of Mantis #85B365
Tints of Mantis #85B365
RGB
CMYK
RGB Variations
Color information
#85B365 (or 0x85B365) is known color: Mantis. HEX triplet: 85, B3 and 65. RGB value is (133,179,101). Sum of RGB (Red+Green+Blue) = 133+179+101=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #85B365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B365 is #7A4C9A. Grayscale: #9C9C9C. Windows color (decimal): -8015003 or 6665093. OLE color: 6665093.
HSL color Cylindrical-coordinate representation of color #85B365: hue angle of 95.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B365 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 101 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.30 |
| HSL | 95.38º | 0.34% | 0.55% | - |
| HSV(B) | 95.38º | 0.44% | 0.7% | - |
| XYZ | 28.14 | 38.17 | 18.2 | - |
| YUV | 156.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 101 | 0.26 | 0 | 0.44 | 0.30 | 95.38 | 0.34 | 0.55 |
| Hex | 85 | B3 | 65 | 1A | 0 | 2C | 1E | 5F | 22 | 37 |
| Octal | 205 | 263 | 145 | 32 | 0 | 54 | 36 | 137 | 42 | 67 |
| Binary | 10000101 | 10110011 | 1100101 | 11010 | 0 | 101100 | 11110 | 1011111 | 100010 | 110111 |
Color Harmonies of #85B365
Complementary color
Monochromatic Colors of #85B365
Black with #85B365
Text Example
Text Example
White with #85B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B365; }
p { color: rgb(133,179,101); }
H1.HeaderClassName
{
color: #85B365;
}
.AnyTagClassName
{
color: #85B365;
}
</style>
background-color css
<style>
a { background-color: #85B365; }
a { background-color: rgb(133,179,101); }
div.DivClassName
{
background-color: #85B365;
}
.BgClassName
{
background-color: #85B365;
}
</style>
border-color css
<style>
span { border-color: #85B365; }
span { border-color: rgb(133,179,101); }
td.TdClassName
{
border-color: #85B365;
}
.TagClassName
{
border-color: #85B365;
}
</style>