Shades of Mantis #70B162
Tints of Mantis #70B162
RGB
CMYK
RGB Variations
Color information
#70B162 (or 0x70B162) is known color: Mantis. HEX triplet: 70, B1 and 62. RGB value is (112,177,98). Sum of RGB (Red+Green+Blue) = 112+177+98=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #70B162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B162 is #8F4E9D. Grayscale: #949494. Windows color (decimal): -9391774 or 6467952. OLE color: 6467952.
HSL color Cylindrical-coordinate representation of color #70B162: hue angle of 109.37º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B162 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 98 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.31 |
| HSL | 109.37º | 0.34% | 0.54% | - |
| HSV(B) | 109.37º | 0.45% | 0.69% | - |
| XYZ | 24.61 | 35.77 | 17.16 | - |
| YUV | 148.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 98 | 0.37 | 0 | 0.45 | 0.31 | 109.37 | 0.34 | 0.54 |
| Hex | 70 | B1 | 62 | 25 | 0 | 2D | 1F | 6D | 22 | 36 |
| Octal | 160 | 261 | 142 | 45 | 0 | 55 | 37 | 155 | 42 | 66 |
| Binary | 1110000 | 10110001 | 1100010 | 100101 | 0 | 101101 | 11111 | 1101101 | 100010 | 110110 |
Color Harmonies of #70B162
Complementary color
Monochromatic Colors of #70B162
Black with #70B162
Text Example
Text Example
White with #70B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B162; }
p { color: rgb(112,177,98); }
H1.HeaderClassName
{
color: #70B162;
}
.AnyTagClassName
{
color: #70B162;
}
</style>
background-color css
<style>
a { background-color: #70B162; }
a { background-color: rgb(112,177,98); }
div.DivClassName
{
background-color: #70B162;
}
.BgClassName
{
background-color: #70B162;
}
</style>
border-color css
<style>
span { border-color: #70B162; }
span { border-color: rgb(112,177,98); }
td.TdClassName
{
border-color: #70B162;
}
.TagClassName
{
border-color: #70B162;
}
</style>