Shades of Mantis #80B762
Tints of Mantis #80B762
RGB
CMYK
RGB Variations
Color information
#80B762 (or 0x80B762) is known color: Mantis. HEX triplet: 80, B7 and 62. RGB value is (128,183,98). Sum of RGB (Red+Green+Blue) = 128+183+98=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #80B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B762 is #7F489D. Grayscale: #9D9D9D. Windows color (decimal): -8341662 or 6469504. OLE color: 6469504.
HSL color Cylindrical-coordinate representation of color #80B762: hue angle of 98.82º 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 #80B762 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 98 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.28 |
| HSL | 98.82º | 0.37% | 0.55% | - |
| HSV(B) | 98.82º | 0.46% | 0.72% | - |
| XYZ | 28.04 | 39.34 | 17.67 | - |
| YUV | 156.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 98 | 0.30 | 0 | 0.46 | 0.28 | 98.82 | 0.37 | 0.55 |
| Hex | 80 | B7 | 62 | 1E | 0 | 2E | 1C | 63 | 25 | 37 |
| Octal | 200 | 267 | 142 | 36 | 0 | 56 | 34 | 143 | 45 | 67 |
| Binary | 10000000 | 10110111 | 1100010 | 11110 | 0 | 101110 | 11100 | 1100011 | 100101 | 110111 |
Color Harmonies of #80B762
Complementary color
Monochromatic Colors of #80B762
Black with #80B762
Text Example
Text Example
White with #80B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B762; }
p { color: rgb(128,183,98); }
H1.HeaderClassName
{
color: #80B762;
}
.AnyTagClassName
{
color: #80B762;
}
</style>
background-color css
<style>
a { background-color: #80B762; }
a { background-color: rgb(128,183,98); }
div.DivClassName
{
background-color: #80B762;
}
.BgClassName
{
background-color: #80B762;
}
</style>
border-color css
<style>
span { border-color: #80B762; }
span { border-color: rgb(128,183,98); }
td.TdClassName
{
border-color: #80B762;
}
.TagClassName
{
border-color: #80B762;
}
</style>