Shades of Mantis #88B66B
Tints of Mantis #88B66B
RGB
CMYK
RGB Variations
Color information
#88B66B (or 0x88B66B) is known color: Mantis. HEX triplet: 88, B6 and 6B. RGB value is (136,182,107). Sum of RGB (Red+Green+Blue) = 136+182+107=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #88B66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B66B is #774994. Grayscale: #9F9F9F. Windows color (decimal): -7817621 or 7059080. OLE color: 7059080.
HSL color Cylindrical-coordinate representation of color #88B66B: hue angle of 96.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88B66B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 182 | 107 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.29 |
| HSL | 96.8º | 0.34% | 0.57% | - |
| HSV(B) | 96.8º | 0.41% | 0.71% | - |
| XYZ | 29.54 | 39.75 | 20.03 | - |
| YUV | 159.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 107 | 0.25 | 0 | 0.41 | 0.29 | 96.8 | 0.34 | 0.57 |
| Hex | 88 | B6 | 6B | 19 | 0 | 29 | 1D | 61 | 22 | 39 |
| Octal | 210 | 266 | 153 | 31 | 0 | 51 | 35 | 141 | 42 | 71 |
| Binary | 10001000 | 10110110 | 1101011 | 11001 | 0 | 101001 | 11101 | 1100001 | 100010 | 111001 |
Color Harmonies of #88B66B
Complementary color
Monochromatic Colors of #88B66B
Black with #88B66B
Text Example
Text Example
White with #88B66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B66B; }
p { color: rgb(136,182,107); }
H1.HeaderClassName
{
color: #88B66B;
}
.AnyTagClassName
{
color: #88B66B;
}
</style>
background-color css
<style>
a { background-color: #88B66B; }
a { background-color: rgb(136,182,107); }
div.DivClassName
{
background-color: #88B66B;
}
.BgClassName
{
background-color: #88B66B;
}
</style>
border-color css
<style>
span { border-color: #88B66B; }
span { border-color: rgb(136,182,107); }
td.TdClassName
{
border-color: #88B66B;
}
.TagClassName
{
border-color: #88B66B;
}
</style>