Shades of Mantis #81B160
Tints of Mantis #81B160
RGB
CMYK
RGB Variations
Color information
#81B160 (or 0x81B160) is known color: Mantis. HEX triplet: 81, B1 and 60. RGB value is (129,177,96). Sum of RGB (Red+Green+Blue) = 129+177+96=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #81B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B160 is #7E4E9F. Grayscale: #999999. Windows color (decimal): -8277664 or 6336897. OLE color: 6336897.
HSL color Cylindrical-coordinate representation of color #81B160: hue angle of 95.56º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B160 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 96 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.31 |
| HSL | 95.56º | 0.34% | 0.54% | - |
| HSV(B) | 95.56º | 0.46% | 0.69% | - |
| XYZ | 26.89 | 36.96 | 16.78 | - |
| YUV | 153.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 96 | 0.27 | 0 | 0.46 | 0.31 | 95.56 | 0.34 | 0.54 |
| Hex | 81 | B1 | 60 | 1B | 0 | 2E | 1F | 60 | 22 | 36 |
| Octal | 201 | 261 | 140 | 33 | 0 | 56 | 37 | 140 | 42 | 66 |
| Binary | 10000001 | 10110001 | 1100000 | 11011 | 0 | 101110 | 11111 | 1100000 | 100010 | 110110 |
Color Harmonies of #81B160
Complementary color
Monochromatic Colors of #81B160
Black with #81B160
Text Example
Text Example
White with #81B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B160; }
p { color: rgb(129,177,96); }
H1.HeaderClassName
{
color: #81B160;
}
.AnyTagClassName
{
color: #81B160;
}
</style>
background-color css
<style>
a { background-color: #81B160; }
a { background-color: rgb(129,177,96); }
div.DivClassName
{
background-color: #81B160;
}
.BgClassName
{
background-color: #81B160;
}
</style>
border-color css
<style>
span { border-color: #81B160; }
span { border-color: rgb(129,177,96); }
td.TdClassName
{
border-color: #81B160;
}
.TagClassName
{
border-color: #81B160;
}
</style>