Shades of Mantis #80B770
Tints of Mantis #80B770
RGB
CMYK
RGB Variations
Color information
#80B770 (or 0x80B770) is known color: Mantis. HEX triplet: 80, B7 and 70. RGB value is (128,183,112). Sum of RGB (Red+Green+Blue) = 128+183+112=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #80B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B770 is #7F488F. Grayscale: #9E9E9E. Windows color (decimal): -8341648 or 7387008. OLE color: 7387008.
HSL color Cylindrical-coordinate representation of color #80B770: hue angle of 106.48º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80B770 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 112 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.28 |
| HSL | 106.48º | 0.33% | 0.58% | - |
| HSV(B) | 106.48º | 0.39% | 0.72% | - |
| XYZ | 28.76 | 39.63 | 21.46 | - |
| YUV | 158.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 112 | 0.30 | 0 | 0.39 | 0.28 | 106.48 | 0.33 | 0.58 |
| Hex | 80 | B7 | 70 | 1E | 0 | 27 | 1C | 6A | 21 | 3A |
| Octal | 200 | 267 | 160 | 36 | 0 | 47 | 34 | 152 | 41 | 72 |
| Binary | 10000000 | 10110111 | 1110000 | 11110 | 0 | 100111 | 11100 | 1101010 | 100001 | 111010 |
Color Harmonies of #80B770
Complementary color
Monochromatic Colors of #80B770
Black with #80B770
Text Example
Text Example
White with #80B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B770; }
p { color: rgb(128,183,112); }
H1.HeaderClassName
{
color: #80B770;
}
.AnyTagClassName
{
color: #80B770;
}
</style>
background-color css
<style>
a { background-color: #80B770; }
a { background-color: rgb(128,183,112); }
div.DivClassName
{
background-color: #80B770;
}
.BgClassName
{
background-color: #80B770;
}
</style>
border-color css
<style>
span { border-color: #80B770; }
span { border-color: rgb(128,183,112); }
td.TdClassName
{
border-color: #80B770;
}
.TagClassName
{
border-color: #80B770;
}
</style>