Shades of Mantis #70B861
Tints of Mantis #70B861
RGB
CMYK
RGB Variations
Color information
#70B861 (or 0x70B861) is known color: Mantis. HEX triplet: 70, B8 and 61. RGB value is (112,184,97). Sum of RGB (Red+Green+Blue) = 112+184+97=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #70B861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B861 is #8F479E. Grayscale: #989898. Windows color (decimal): -9389983 or 6404208. OLE color: 6404208.
HSL color Cylindrical-coordinate representation of color #70B861: hue angle of 109.66º degrees, saturation: 0.38, 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 #70B861 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 97 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.28 |
| HSL | 109.66º | 0.38% | 0.55% | - |
| HSV(B) | 109.66º | 0.47% | 0.72% | - |
| XYZ | 25.98 | 38.59 | 17.39 | - |
| YUV | 152.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 97 | 0.39 | 0 | 0.47 | 0.28 | 109.66 | 0.38 | 0.55 |
| Hex | 70 | B8 | 61 | 27 | 0 | 2F | 1C | 6E | 26 | 37 |
| Octal | 160 | 270 | 141 | 47 | 0 | 57 | 34 | 156 | 46 | 67 |
| Binary | 1110000 | 10111000 | 1100001 | 100111 | 0 | 101111 | 11100 | 1101110 | 100110 | 110111 |
Color Harmonies of #70B861
Complementary color
Monochromatic Colors of #70B861
Black with #70B861
Text Example
Text Example
White with #70B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B861; }
p { color: rgb(112,184,97); }
H1.HeaderClassName
{
color: #70B861;
}
.AnyTagClassName
{
color: #70B861;
}
</style>
background-color css
<style>
a { background-color: #70B861; }
a { background-color: rgb(112,184,97); }
div.DivClassName
{
background-color: #70B861;
}
.BgClassName
{
background-color: #70B861;
}
</style>
border-color css
<style>
span { border-color: #70B861; }
span { border-color: rgb(112,184,97); }
td.TdClassName
{
border-color: #70B861;
}
.TagClassName
{
border-color: #70B861;
}
</style>