Shades of Mantis #88B76C
Tints of Mantis #88B76C
RGB
CMYK
RGB Variations
Color information
#88B76C (or 0x88B76C) is known color: Mantis. HEX triplet: 88, B7 and 6C. RGB value is (136,183,108). Sum of RGB (Red+Green+Blue) = 136+183+108=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #88B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B76C is #774893. Grayscale: #A0A0A0. Windows color (decimal): -7817364 or 7124872. OLE color: 7124872.
HSL color Cylindrical-coordinate representation of color #88B76C: hue angle of 97.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88B76C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 183 | 108 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.28 |
| HSL | 97.6º | 0.34% | 0.57% | - |
| HSV(B) | 97.6º | 0.41% | 0.72% | - |
| XYZ | 29.79 | 40.18 | 20.37 | - |
| YUV | 160.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 108 | 0.26 | 0 | 0.41 | 0.28 | 97.6 | 0.34 | 0.57 |
| Hex | 88 | B7 | 6C | 1A | 0 | 29 | 1C | 62 | 22 | 39 |
| Octal | 210 | 267 | 154 | 32 | 0 | 51 | 34 | 142 | 42 | 71 |
| Binary | 10001000 | 10110111 | 1101100 | 11010 | 0 | 101001 | 11100 | 1100010 | 100010 | 111001 |
Color Harmonies of #88B76C
Complementary color
Monochromatic Colors of #88B76C
Black with #88B76C
Text Example
Text Example
White with #88B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B76C; }
p { color: rgb(136,183,108); }
H1.HeaderClassName
{
color: #88B76C;
}
.AnyTagClassName
{
color: #88B76C;
}
</style>
background-color css
<style>
a { background-color: #88B76C; }
a { background-color: rgb(136,183,108); }
div.DivClassName
{
background-color: #88B76C;
}
.BgClassName
{
background-color: #88B76C;
}
</style>
border-color css
<style>
span { border-color: #88B76C; }
span { border-color: rgb(136,183,108); }
td.TdClassName
{
border-color: #88B76C;
}
.TagClassName
{
border-color: #88B76C;
}
</style>