Shades of Mantis #80B761
Tints of Mantis #80B761
RGB
CMYK
RGB Variations
Color information
#80B761 (or 0x80B761) is known color: Mantis. HEX triplet: 80, B7 and 61. RGB value is (128,183,97). Sum of RGB (Red+Green+Blue) = 128+183+97=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #80B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B761 is #7F489E. Grayscale: #9D9D9D. Windows color (decimal): -8341663 or 6403968. OLE color: 6403968.
HSL color Cylindrical-coordinate representation of color #80B761: hue angle of 98.37º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80B761 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 97 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.28 |
| HSL | 98.37º | 0.37% | 0.55% | - |
| HSV(B) | 98.37º | 0.47% | 0.72% | - |
| XYZ | 27.99 | 39.32 | 17.42 | - |
| YUV | 156.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 97 | 0.30 | 0 | 0.47 | 0.28 | 98.37 | 0.37 | 0.55 |
| Hex | 80 | B7 | 61 | 1E | 0 | 2F | 1C | 62 | 25 | 37 |
| Octal | 200 | 267 | 141 | 36 | 0 | 57 | 34 | 142 | 45 | 67 |
| Binary | 10000000 | 10110111 | 1100001 | 11110 | 0 | 101111 | 11100 | 1100010 | 100101 | 110111 |
Color Harmonies of #80B761
Complementary color
Monochromatic Colors of #80B761
Black with #80B761
Text Example
Text Example
White with #80B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B761; }
p { color: rgb(128,183,97); }
H1.HeaderClassName
{
color: #80B761;
}
.AnyTagClassName
{
color: #80B761;
}
</style>
background-color css
<style>
a { background-color: #80B761; }
a { background-color: rgb(128,183,97); }
div.DivClassName
{
background-color: #80B761;
}
.BgClassName
{
background-color: #80B761;
}
</style>
border-color css
<style>
span { border-color: #80B761; }
span { border-color: rgb(128,183,97); }
td.TdClassName
{
border-color: #80B761;
}
.TagClassName
{
border-color: #80B761;
}
</style>