Shades of Mantis #85B467
Tints of Mantis #85B467
RGB
CMYK
RGB Variations
Color information
#85B467 (or 0x85B467) is known color: Mantis. HEX triplet: 85, B4 and 67. RGB value is (133,180,103). Sum of RGB (Red+Green+Blue) = 133+180+103=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #85B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B467 is #7A4B98. Grayscale: #9D9D9D. Windows color (decimal): -8014745 or 6796421. OLE color: 6796421.
HSL color Cylindrical-coordinate representation of color #85B467: hue angle of 96.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85B467 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 103 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.29 |
| HSL | 96.62º | 0.34% | 0.55% | - |
| HSV(B) | 96.62º | 0.43% | 0.71% | - |
| XYZ | 28.44 | 38.61 | 18.79 | - |
| YUV | 157.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 103 | 0.26 | 0 | 0.43 | 0.29 | 96.62 | 0.34 | 0.55 |
| Hex | 85 | B4 | 67 | 1A | 0 | 2B | 1D | 61 | 22 | 37 |
| Octal | 205 | 264 | 147 | 32 | 0 | 53 | 35 | 141 | 42 | 67 |
| Binary | 10000101 | 10110100 | 1100111 | 11010 | 0 | 101011 | 11101 | 1100001 | 100010 | 110111 |
Color Harmonies of #85B467
Complementary color
Monochromatic Colors of #85B467
Black with #85B467
Text Example
Text Example
White with #85B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B467; }
p { color: rgb(133,180,103); }
H1.HeaderClassName
{
color: #85B467;
}
.AnyTagClassName
{
color: #85B467;
}
</style>
background-color css
<style>
a { background-color: #85B467; }
a { background-color: rgb(133,180,103); }
div.DivClassName
{
background-color: #85B467;
}
.BgClassName
{
background-color: #85B467;
}
</style>
border-color css
<style>
span { border-color: #85B467; }
span { border-color: rgb(133,180,103); }
td.TdClassName
{
border-color: #85B467;
}
.TagClassName
{
border-color: #85B467;
}
</style>