Shades of Mantis #88B764
Tints of Mantis #88B764
RGB
CMYK
RGB Variations
Color information
#88B764 (or 0x88B764) is known color: Mantis. HEX triplet: 88, B7 and 64. RGB value is (136,183,100). Sum of RGB (Red+Green+Blue) = 136+183+100=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #88B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B764 is #77489B. Grayscale: #9F9F9F. Windows color (decimal): -7817372 or 6600584. OLE color: 6600584.
HSL color Cylindrical-coordinate representation of color #88B764: hue angle of 93.98º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88B764 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 183 | 100 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.28 |
| HSL | 93.98º | 0.37% | 0.55% | - |
| HSV(B) | 93.98º | 0.45% | 0.72% | - |
| XYZ | 29.39 | 40.02 | 18.23 | - |
| YUV | 159.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 100 | 0.26 | 0 | 0.45 | 0.28 | 93.98 | 0.37 | 0.55 |
| Hex | 88 | B7 | 64 | 1A | 0 | 2D | 1C | 5E | 25 | 37 |
| Octal | 210 | 267 | 144 | 32 | 0 | 55 | 34 | 136 | 45 | 67 |
| Binary | 10001000 | 10110111 | 1100100 | 11010 | 0 | 101101 | 11100 | 1011110 | 100101 | 110111 |
Color Harmonies of #88B764
Complementary color
Monochromatic Colors of #88B764
Black with #88B764
Text Example
Text Example
White with #88B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B764; }
p { color: rgb(136,183,100); }
H1.HeaderClassName
{
color: #88B764;
}
.AnyTagClassName
{
color: #88B764;
}
</style>
background-color css
<style>
a { background-color: #88B764; }
a { background-color: rgb(136,183,100); }
div.DivClassName
{
background-color: #88B764;
}
.BgClassName
{
background-color: #88B764;
}
</style>
border-color css
<style>
span { border-color: #88B764; }
span { border-color: rgb(136,183,100); }
td.TdClassName
{
border-color: #88B764;
}
.TagClassName
{
border-color: #88B764;
}
</style>