Shades of Mantis #88B761
Tints of Mantis #88B761
RGB
CMYK
RGB Variations
Color information
#88B761 (or 0x88B761) is known color: Mantis. HEX triplet: 88, B7 and 61. RGB value is (136,183,97). Sum of RGB (Red+Green+Blue) = 136+183+97=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #88B761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B761 is #77489E. Grayscale: #9F9F9F. Windows color (decimal): -7817375 or 6403976. OLE color: 6403976.
HSL color Cylindrical-coordinate representation of color #88B761: hue angle of 92.79º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88B761 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 183 | 97 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.28 |
| HSL | 92.79º | 0.37% | 0.55% | - |
| HSV(B) | 92.79º | 0.47% | 0.72% | - |
| XYZ | 29.24 | 39.96 | 17.48 | - |
| YUV | 159.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 97 | 0.26 | 0 | 0.47 | 0.28 | 92.79 | 0.37 | 0.55 |
| Hex | 88 | B7 | 61 | 1A | 0 | 2F | 1C | 5D | 25 | 37 |
| Octal | 210 | 267 | 141 | 32 | 0 | 57 | 34 | 135 | 45 | 67 |
| Binary | 10001000 | 10110111 | 1100001 | 11010 | 0 | 101111 | 11100 | 1011101 | 100101 | 110111 |
Color Harmonies of #88B761
Complementary color
Monochromatic Colors of #88B761
Black with #88B761
Text Example
Text Example
White with #88B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B761; }
p { color: rgb(136,183,97); }
H1.HeaderClassName
{
color: #88B761;
}
.AnyTagClassName
{
color: #88B761;
}
</style>
background-color css
<style>
a { background-color: #88B761; }
a { background-color: rgb(136,183,97); }
div.DivClassName
{
background-color: #88B761;
}
.BgClassName
{
background-color: #88B761;
}
</style>
border-color css
<style>
span { border-color: #88B761; }
span { border-color: rgb(136,183,97); }
td.TdClassName
{
border-color: #88B761;
}
.TagClassName
{
border-color: #88B761;
}
</style>