Shades of Mantis #80B766
Tints of Mantis #80B766
RGB
CMYK
RGB Variations
Color information
#80B766 (or 0x80B766) is known color: Mantis. HEX triplet: 80, B7 and 66. RGB value is (128,183,102). Sum of RGB (Red+Green+Blue) = 128+183+102=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #80B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B766 is #7F4899. Grayscale: #9D9D9D. Windows color (decimal): -8341658 or 6731648. OLE color: 6731648.
HSL color Cylindrical-coordinate representation of color #80B766: hue angle of 100.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80B766 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 102 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.28 |
| HSL | 100.74º | 0.36% | 0.56% | - |
| HSV(B) | 100.74º | 0.44% | 0.72% | - |
| XYZ | 28.23 | 39.42 | 18.69 | - |
| YUV | 157.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 102 | 0.30 | 0 | 0.44 | 0.28 | 100.74 | 0.36 | 0.56 |
| Hex | 80 | B7 | 66 | 1E | 0 | 2C | 1C | 65 | 24 | 38 |
| Octal | 200 | 267 | 146 | 36 | 0 | 54 | 34 | 145 | 44 | 70 |
| Binary | 10000000 | 10110111 | 1100110 | 11110 | 0 | 101100 | 11100 | 1100101 | 100100 | 111000 |
Color Harmonies of #80B766
Complementary color
Monochromatic Colors of #80B766
Black with #80B766
Text Example
Text Example
White with #80B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B766; }
p { color: rgb(128,183,102); }
H1.HeaderClassName
{
color: #80B766;
}
.AnyTagClassName
{
color: #80B766;
}
</style>
background-color css
<style>
a { background-color: #80B766; }
a { background-color: rgb(128,183,102); }
div.DivClassName
{
background-color: #80B766;
}
.BgClassName
{
background-color: #80B766;
}
</style>
border-color css
<style>
span { border-color: #80B766; }
span { border-color: rgb(128,183,102); }
td.TdClassName
{
border-color: #80B766;
}
.TagClassName
{
border-color: #80B766;
}
</style>