Shades of Mantis #84B76B
Tints of Mantis #84B76B
RGB
CMYK
RGB Variations
Color information
#84B76B (or 0x84B76B) is known color: Mantis. HEX triplet: 84, B7 and 6B. RGB value is (132,183,107). Sum of RGB (Red+Green+Blue) = 132+183+107=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #84B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B76B is #7B4894. Grayscale: #9F9F9F. Windows color (decimal): -8079509 or 7059332. OLE color: 7059332.
HSL color Cylindrical-coordinate representation of color #84B76B: hue angle of 100.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84B76B is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 107 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.28 |
| HSL | 100.26º | 0.35% | 0.57% | - |
| HSV(B) | 100.26º | 0.42% | 0.72% | - |
| XYZ | 29.1 | 39.83 | 20.06 | - |
| YUV | 159.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 107 | 0.28 | 0 | 0.42 | 0.28 | 100.26 | 0.35 | 0.57 |
| Hex | 84 | B7 | 6B | 1C | 0 | 2A | 1C | 64 | 23 | 39 |
| Octal | 204 | 267 | 153 | 34 | 0 | 52 | 34 | 144 | 43 | 71 |
| Binary | 10000100 | 10110111 | 1101011 | 11100 | 0 | 101010 | 11100 | 1100100 | 100011 | 111001 |
Color Harmonies of #84B76B
Complementary color
Monochromatic Colors of #84B76B
Black with #84B76B
Text Example
Text Example
White with #84B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B76B; }
p { color: rgb(132,183,107); }
H1.HeaderClassName
{
color: #84B76B;
}
.AnyTagClassName
{
color: #84B76B;
}
</style>
background-color css
<style>
a { background-color: #84B76B; }
a { background-color: rgb(132,183,107); }
div.DivClassName
{
background-color: #84B76B;
}
.BgClassName
{
background-color: #84B76B;
}
</style>
border-color css
<style>
span { border-color: #84B76B; }
span { border-color: rgb(132,183,107); }
td.TdClassName
{
border-color: #84B76B;
}
.TagClassName
{
border-color: #84B76B;
}
</style>