Shades of Mantis #84B766
Tints of Mantis #84B766
RGB
CMYK
RGB Variations
Color information
#84B766 (or 0x84B766) is known color: Mantis. HEX triplet: 84, B7 and 66. RGB value is (132,183,102). Sum of RGB (Red+Green+Blue) = 132+183+102=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #84B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B766 is #7B4899. Grayscale: #9E9E9E. Windows color (decimal): -8079514 or 6731652. OLE color: 6731652.
HSL color Cylindrical-coordinate representation of color #84B766: hue angle of 97.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84B766 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 183 | 102 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.28 |
| HSL | 97.78º | 0.36% | 0.56% | - |
| HSV(B) | 97.78º | 0.44% | 0.72% | - |
| XYZ | 28.85 | 39.73 | 18.72 | - |
| YUV | 158.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 102 | 0.28 | 0 | 0.44 | 0.28 | 97.78 | 0.36 | 0.56 |
| Hex | 84 | B7 | 66 | 1C | 0 | 2C | 1C | 62 | 24 | 38 |
| Octal | 204 | 267 | 146 | 34 | 0 | 54 | 34 | 142 | 44 | 70 |
| Binary | 10000100 | 10110111 | 1100110 | 11100 | 0 | 101100 | 11100 | 1100010 | 100100 | 111000 |
Color Harmonies of #84B766
Complementary color
Monochromatic Colors of #84B766
Black with #84B766
Text Example
Text Example
White with #84B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B766; }
p { color: rgb(132,183,102); }
H1.HeaderClassName
{
color: #84B766;
}
.AnyTagClassName
{
color: #84B766;
}
</style>
background-color css
<style>
a { background-color: #84B766; }
a { background-color: rgb(132,183,102); }
div.DivClassName
{
background-color: #84B766;
}
.BgClassName
{
background-color: #84B766;
}
</style>
border-color css
<style>
span { border-color: #84B766; }
span { border-color: rgb(132,183,102); }
td.TdClassName
{
border-color: #84B766;
}
.TagClassName
{
border-color: #84B766;
}
</style>