Shades of Mantis #84B36D
Tints of Mantis #84B36D
RGB
CMYK
RGB Variations
Color information
#84B36D (or 0x84B36D) is known color: Mantis. HEX triplet: 84, B3 and 6D. RGB value is (132,179,109). Sum of RGB (Red+Green+Blue) = 132+179+109=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #84B36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B36D is #7B4C92. Grayscale: #9D9D9D. Windows color (decimal): -8080531 or 7189380. OLE color: 7189380.
HSL color Cylindrical-coordinate representation of color #84B36D: hue angle of 100.29º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B36D is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 109 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.30 |
| HSL | 100.29º | 0.32% | 0.56% | - |
| HSV(B) | 100.29º | 0.39% | 0.7% | - |
| XYZ | 28.4 | 38.25 | 20.35 | - |
| YUV | 156.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 109 | 0.26 | 0 | 0.39 | 0.30 | 100.29 | 0.32 | 0.56 |
| Hex | 84 | B3 | 6D | 1A | 0 | 27 | 1E | 64 | 20 | 38 |
| Octal | 204 | 263 | 155 | 32 | 0 | 47 | 36 | 144 | 40 | 70 |
| Binary | 10000100 | 10110011 | 1101101 | 11010 | 0 | 100111 | 11110 | 1100100 | 100000 | 111000 |
Color Harmonies of #84B36D
Complementary color
Monochromatic Colors of #84B36D
Black with #84B36D
Text Example
Text Example
White with #84B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B36D; }
p { color: rgb(132,179,109); }
H1.HeaderClassName
{
color: #84B36D;
}
.AnyTagClassName
{
color: #84B36D;
}
</style>
background-color css
<style>
a { background-color: #84B36D; }
a { background-color: rgb(132,179,109); }
div.DivClassName
{
background-color: #84B36D;
}
.BgClassName
{
background-color: #84B36D;
}
</style>
border-color css
<style>
span { border-color: #84B36D; }
span { border-color: rgb(132,179,109); }
td.TdClassName
{
border-color: #84B36D;
}
.TagClassName
{
border-color: #84B36D;
}
</style>