Shades of Mantis #80B969
Tints of Mantis #80B969
RGB
CMYK
RGB Variations
Color information
#80B969 (or 0x80B969) is known color: Mantis. HEX triplet: 80, B9 and 69. RGB value is (128,185,105). Sum of RGB (Red+Green+Blue) = 128+185+105=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #80B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B969 is #7F4696. Grayscale: #9F9F9F. Windows color (decimal): -8341143 or 6928768. OLE color: 6928768.
HSL color Cylindrical-coordinate representation of color #80B969: hue angle of 102.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80B969 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 105 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.27 |
| HSL | 102.75º | 0.36% | 0.57% | - |
| HSV(B) | 102.75º | 0.43% | 0.73% | - |
| XYZ | 28.8 | 40.31 | 19.63 | - |
| YUV | 158.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 105 | 0.31 | 0 | 0.43 | 0.27 | 102.75 | 0.36 | 0.57 |
| Hex | 80 | B9 | 69 | 1F | 0 | 2B | 1B | 67 | 24 | 39 |
| Octal | 200 | 271 | 151 | 37 | 0 | 53 | 33 | 147 | 44 | 71 |
| Binary | 10000000 | 10111001 | 1101001 | 11111 | 0 | 101011 | 11011 | 1100111 | 100100 | 111001 |
Color Harmonies of #80B969
Complementary color
Monochromatic Colors of #80B969
Black with #80B969
Text Example
Text Example
White with #80B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B969; }
p { color: rgb(128,185,105); }
H1.HeaderClassName
{
color: #80B969;
}
.AnyTagClassName
{
color: #80B969;
}
</style>
background-color css
<style>
a { background-color: #80B969; }
a { background-color: rgb(128,185,105); }
div.DivClassName
{
background-color: #80B969;
}
.BgClassName
{
background-color: #80B969;
}
</style>
border-color css
<style>
span { border-color: #80B969; }
span { border-color: rgb(128,185,105); }
td.TdClassName
{
border-color: #80B969;
}
.TagClassName
{
border-color: #80B969;
}
</style>