Shades of Mantis #70B859
Tints of Mantis #70B859
RGB
CMYK
RGB Variations
Color information
#70B859 (or 0x70B859) is known color: Mantis. HEX triplet: 70, B8 and 59. RGB value is (112,184,89). Sum of RGB (Red+Green+Blue) = 112+184+89=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #70B859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B859 is #8F47A6. Grayscale: #979797. Windows color (decimal): -9389991 or 5879920. OLE color: 5879920.
HSL color Cylindrical-coordinate representation of color #70B859: hue angle of 105.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70B859 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 89 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.28 |
| HSL | 105.47º | 0.4% | 0.54% | - |
| HSV(B) | 105.47º | 0.52% | 0.72% | - |
| XYZ | 25.63 | 38.45 | 15.52 | - |
| YUV | 151.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 89 | 0.39 | 0 | 0.52 | 0.28 | 105.47 | 0.4 | 0.54 |
| Hex | 70 | B8 | 59 | 27 | 0 | 34 | 1C | 69 | 28 | 36 |
| Octal | 160 | 270 | 131 | 47 | 0 | 64 | 34 | 151 | 50 | 66 |
| Binary | 1110000 | 10111000 | 1011001 | 100111 | 0 | 110100 | 11100 | 1101001 | 101000 | 110110 |
Color Harmonies of #70B859
Complementary color
Monochromatic Colors of #70B859
Black with #70B859
Text Example
Text Example
White with #70B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B859; }
p { color: rgb(112,184,89); }
H1.HeaderClassName
{
color: #70B859;
}
.AnyTagClassName
{
color: #70B859;
}
</style>
background-color css
<style>
a { background-color: #70B859; }
a { background-color: rgb(112,184,89); }
div.DivClassName
{
background-color: #70B859;
}
.BgClassName
{
background-color: #70B859;
}
</style>
border-color css
<style>
span { border-color: #70B859; }
span { border-color: rgb(112,184,89); }
td.TdClassName
{
border-color: #70B859;
}
.TagClassName
{
border-color: #70B859;
}
</style>