Shades of Mantis #80B667
Tints of Mantis #80B667
RGB
CMYK
RGB Variations
Color information
#80B667 (or 0x80B667) is known color: Mantis. HEX triplet: 80, B6 and 67. RGB value is (128,182,103). Sum of RGB (Red+Green+Blue) = 128+182+103=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #80B667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B667 is #7F4998. Grayscale: #9D9D9D. Windows color (decimal): -8341913 or 6796928. OLE color: 6796928.
HSL color Cylindrical-coordinate representation of color #80B667: hue angle of 101.01º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80B667 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 103 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.29 |
| HSL | 101.01º | 0.35% | 0.56% | - |
| HSV(B) | 101.01º | 0.43% | 0.71% | - |
| XYZ | 28.08 | 39.02 | 18.88 | - |
| YUV | 156.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 103 | 0.30 | 0 | 0.43 | 0.29 | 101.01 | 0.35 | 0.56 |
| Hex | 80 | B6 | 67 | 1E | 0 | 2B | 1D | 65 | 23 | 38 |
| Octal | 200 | 266 | 147 | 36 | 0 | 53 | 35 | 145 | 43 | 70 |
| Binary | 10000000 | 10110110 | 1100111 | 11110 | 0 | 101011 | 11101 | 1100101 | 100011 | 111000 |
Color Harmonies of #80B667
Complementary color
Monochromatic Colors of #80B667
Black with #80B667
Text Example
Text Example
White with #80B667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B667; }
p { color: rgb(128,182,103); }
H1.HeaderClassName
{
color: #80B667;
}
.AnyTagClassName
{
color: #80B667;
}
</style>
background-color css
<style>
a { background-color: #80B667; }
a { background-color: rgb(128,182,103); }
div.DivClassName
{
background-color: #80B667;
}
.BgClassName
{
background-color: #80B667;
}
</style>
border-color css
<style>
span { border-color: #80B667; }
span { border-color: rgb(128,182,103); }
td.TdClassName
{
border-color: #80B667;
}
.TagClassName
{
border-color: #80B667;
}
</style>