Shades of Mantis #70B363
Tints of Mantis #70B363
RGB
CMYK
RGB Variations
Color information
#70B363 (or 0x70B363) is known color: Mantis. HEX triplet: 70, B3 and 63. RGB value is (112,179,99). Sum of RGB (Red+Green+Blue) = 112+179+99=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #70B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B363 is #8F4C9C. Grayscale: #969696. Windows color (decimal): -9391261 or 6534000. OLE color: 6534000.
HSL color Cylindrical-coordinate representation of color #70B363: hue angle of 110.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B363 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 99 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.30 |
| HSL | 110.25º | 0.34% | 0.55% | - |
| HSV(B) | 110.25º | 0.45% | 0.7% | - |
| XYZ | 25.05 | 36.59 | 17.55 | - |
| YUV | 149.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 99 | 0.37 | 0 | 0.45 | 0.30 | 110.25 | 0.34 | 0.55 |
| Hex | 70 | B3 | 63 | 25 | 0 | 2D | 1E | 6E | 22 | 37 |
| Octal | 160 | 263 | 143 | 45 | 0 | 55 | 36 | 156 | 42 | 67 |
| Binary | 1110000 | 10110011 | 1100011 | 100101 | 0 | 101101 | 11110 | 1101110 | 100010 | 110111 |
Color Harmonies of #70B363
Complementary color
Monochromatic Colors of #70B363
Black with #70B363
Text Example
Text Example
White with #70B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B363; }
p { color: rgb(112,179,99); }
H1.HeaderClassName
{
color: #70B363;
}
.AnyTagClassName
{
color: #70B363;
}
</style>
background-color css
<style>
a { background-color: #70B363; }
a { background-color: rgb(112,179,99); }
div.DivClassName
{
background-color: #70B363;
}
.BgClassName
{
background-color: #70B363;
}
</style>
border-color css
<style>
span { border-color: #70B363; }
span { border-color: rgb(112,179,99); }
td.TdClassName
{
border-color: #70B363;
}
.TagClassName
{
border-color: #70B363;
}
</style>