Shades of Mantis #80B76B
Tints of Mantis #80B76B
RGB
CMYK
RGB Variations
Color information
#80B76B (or 0x80B76B) is known color: Mantis. HEX triplet: 80, B7 and 6B. RGB value is (128,183,107). Sum of RGB (Red+Green+Blue) = 128+183+107=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #80B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B76B is #7F4894. Grayscale: #9E9E9E. Windows color (decimal): -8341653 or 7059328. OLE color: 7059328.
HSL color Cylindrical-coordinate representation of color #80B76B: hue angle of 103.42º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B76B is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 107 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.28 |
| HSL | 103.42º | 0.35% | 0.57% | - |
| HSV(B) | 103.42º | 0.42% | 0.72% | - |
| XYZ | 28.49 | 39.52 | 20.04 | - |
| YUV | 157.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 107 | 0.30 | 0 | 0.42 | 0.28 | 103.42 | 0.35 | 0.57 |
| Hex | 80 | B7 | 6B | 1E | 0 | 2A | 1C | 67 | 23 | 39 |
| Octal | 200 | 267 | 153 | 36 | 0 | 52 | 34 | 147 | 43 | 71 |
| Binary | 10000000 | 10110111 | 1101011 | 11110 | 0 | 101010 | 11100 | 1100111 | 100011 | 111001 |
Color Harmonies of #80B76B
Complementary color
Monochromatic Colors of #80B76B
Black with #80B76B
Text Example
Text Example
White with #80B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B76B; }
p { color: rgb(128,183,107); }
H1.HeaderClassName
{
color: #80B76B;
}
.AnyTagClassName
{
color: #80B76B;
}
</style>
background-color css
<style>
a { background-color: #80B76B; }
a { background-color: rgb(128,183,107); }
div.DivClassName
{
background-color: #80B76B;
}
.BgClassName
{
background-color: #80B76B;
}
</style>
border-color css
<style>
span { border-color: #80B76B; }
span { border-color: rgb(128,183,107); }
td.TdClassName
{
border-color: #80B76B;
}
.TagClassName
{
border-color: #80B76B;
}
</style>