Shades of Mantis #81B762
Tints of Mantis #81B762
RGB
CMYK
RGB Variations
Color information
#81B762 (or 0x81B762) is known color: Mantis. HEX triplet: 81, B7 and 62. RGB value is (129,183,98). Sum of RGB (Red+Green+Blue) = 129+183+98=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #81B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B762 is #7E489D. Grayscale: #9D9D9D. Windows color (decimal): -8276126 or 6469505. OLE color: 6469505.
HSL color Cylindrical-coordinate representation of color #81B762: hue angle of 98.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B762 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 98 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.28 |
| HSL | 98.12º | 0.37% | 0.55% | - |
| HSV(B) | 98.12º | 0.46% | 0.72% | - |
| XYZ | 28.19 | 39.42 | 17.68 | - |
| YUV | 157.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 98 | 0.30 | 0 | 0.46 | 0.28 | 98.12 | 0.37 | 0.55 |
| Hex | 81 | B7 | 62 | 1E | 0 | 2E | 1C | 62 | 25 | 37 |
| Octal | 201 | 267 | 142 | 36 | 0 | 56 | 34 | 142 | 45 | 67 |
| Binary | 10000001 | 10110111 | 1100010 | 11110 | 0 | 101110 | 11100 | 1100010 | 100101 | 110111 |
Color Harmonies of #81B762
Complementary color
Monochromatic Colors of #81B762
Black with #81B762
Text Example
Text Example
White with #81B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B762; }
p { color: rgb(129,183,98); }
H1.HeaderClassName
{
color: #81B762;
}
.AnyTagClassName
{
color: #81B762;
}
</style>
background-color css
<style>
a { background-color: #81B762; }
a { background-color: rgb(129,183,98); }
div.DivClassName
{
background-color: #81B762;
}
.BgClassName
{
background-color: #81B762;
}
</style>
border-color css
<style>
span { border-color: #81B762; }
span { border-color: rgb(129,183,98); }
td.TdClassName
{
border-color: #81B762;
}
.TagClassName
{
border-color: #81B762;
}
</style>