Shades of Mantis #70B362
Tints of Mantis #70B362
RGB
CMYK
RGB Variations
Color information
#70B362 (or 0x70B362) is known color: Mantis. HEX triplet: 70, B3 and 62. RGB value is (112,179,98). Sum of RGB (Red+Green+Blue) = 112+179+98=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #70B362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B362 is #8F4C9D. Grayscale: #959595. Windows color (decimal): -9391262 or 6468464. OLE color: 6468464.
HSL color Cylindrical-coordinate representation of color #70B362: hue angle of 109.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B362 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 98 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.30 |
| HSL | 109.63º | 0.35% | 0.54% | - |
| HSV(B) | 109.63º | 0.45% | 0.7% | - |
| XYZ | 25.01 | 36.57 | 17.3 | - |
| YUV | 149.73 | 98.8 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 98 | 0.37 | 0 | 0.45 | 0.30 | 109.63 | 0.35 | 0.54 |
| Hex | 70 | B3 | 62 | 25 | 0 | 2D | 1E | 6E | 23 | 36 |
| Octal | 160 | 263 | 142 | 45 | 0 | 55 | 36 | 156 | 43 | 66 |
| Binary | 1110000 | 10110011 | 1100010 | 100101 | 0 | 101101 | 11110 | 1101110 | 100011 | 110110 |
Color Harmonies of #70B362
Complementary color
Monochromatic Colors of #70B362
Black with #70B362
Text Example
Text Example
White with #70B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B362; }
p { color: rgb(112,179,98); }
H1.HeaderClassName
{
color: #70B362;
}
.AnyTagClassName
{
color: #70B362;
}
</style>
background-color css
<style>
a { background-color: #70B362; }
a { background-color: rgb(112,179,98); }
div.DivClassName
{
background-color: #70B362;
}
.BgClassName
{
background-color: #70B362;
}
</style>
border-color css
<style>
span { border-color: #70B362; }
span { border-color: rgb(112,179,98); }
td.TdClassName
{
border-color: #70B362;
}
.TagClassName
{
border-color: #70B362;
}
</style>