Shades of Mantis #84B756
Tints of Mantis #84B756
RGB
CMYK
RGB Variations
Color information
#84B756 (or 0x84B756) is known color: Mantis. HEX triplet: 84, B7 and 56. RGB value is (132,183,86). Sum of RGB (Red+Green+Blue) = 132+183+86=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #84B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B756 is #7B48A9. Grayscale: #9D9D9D. Windows color (decimal): -8079530 or 5683076. OLE color: 5683076.
HSL color Cylindrical-coordinate representation of color #84B756: hue angle of 91.55º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84B756 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 86 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.28 |
| HSL | 91.55º | 0.4% | 0.53% | - |
| HSV(B) | 91.55º | 0.53% | 0.72% | - |
| XYZ | 28.13 | 39.44 | 14.94 | - |
| YUV | 156.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 86 | 0.28 | 0 | 0.53 | 0.28 | 91.55 | 0.4 | 0.53 |
| Hex | 84 | B7 | 56 | 1C | 0 | 35 | 1C | 5C | 28 | 35 |
| Octal | 204 | 267 | 126 | 34 | 0 | 65 | 34 | 134 | 50 | 65 |
| Binary | 10000100 | 10110111 | 1010110 | 11100 | 0 | 110101 | 11100 | 1011100 | 101000 | 110101 |
Color Harmonies of #84B756
Complementary color
Monochromatic Colors of #84B756
Black with #84B756
Text Example
Text Example
White with #84B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B756; }
p { color: rgb(132,183,86); }
H1.HeaderClassName
{
color: #84B756;
}
.AnyTagClassName
{
color: #84B756;
}
</style>
background-color css
<style>
a { background-color: #84B756; }
a { background-color: rgb(132,183,86); }
div.DivClassName
{
background-color: #84B756;
}
.BgClassName
{
background-color: #84B756;
}
</style>
border-color css
<style>
span { border-color: #84B756; }
span { border-color: rgb(132,183,86); }
td.TdClassName
{
border-color: #84B756;
}
.TagClassName
{
border-color: #84B756;
}
</style>