Shades of Mantis #70B963
Tints of Mantis #70B963
RGB
CMYK
RGB Variations
Color information
#70B963 (or 0x70B963) is known color: Mantis. HEX triplet: 70, B9 and 63. RGB value is (112,185,99). Sum of RGB (Red+Green+Blue) = 112+185+99=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #70B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B963 is #8F469C. Grayscale: #999999. Windows color (decimal): -9389725 or 6535536. OLE color: 6535536.
HSL color Cylindrical-coordinate representation of color #70B963: hue angle of 110.93º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B963 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 99 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.27 |
| HSL | 110.93º | 0.38% | 0.56% | - |
| HSV(B) | 110.93º | 0.46% | 0.73% | - |
| XYZ | 26.28 | 39.04 | 17.96 | - |
| YUV | 153.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 99 | 0.39 | 0 | 0.46 | 0.27 | 110.93 | 0.38 | 0.56 |
| Hex | 70 | B9 | 63 | 27 | 0 | 2E | 1B | 6F | 26 | 38 |
| Octal | 160 | 271 | 143 | 47 | 0 | 56 | 33 | 157 | 46 | 70 |
| Binary | 1110000 | 10111001 | 1100011 | 100111 | 0 | 101110 | 11011 | 1101111 | 100110 | 111000 |
Color Harmonies of #70B963
Complementary color
Monochromatic Colors of #70B963
Black with #70B963
Text Example
Text Example
White with #70B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B963; }
p { color: rgb(112,185,99); }
H1.HeaderClassName
{
color: #70B963;
}
.AnyTagClassName
{
color: #70B963;
}
</style>
background-color css
<style>
a { background-color: #70B963; }
a { background-color: rgb(112,185,99); }
div.DivClassName
{
background-color: #70B963;
}
.BgClassName
{
background-color: #70B963;
}
</style>
border-color css
<style>
span { border-color: #70B963; }
span { border-color: rgb(112,185,99); }
td.TdClassName
{
border-color: #70B963;
}
.TagClassName
{
border-color: #70B963;
}
</style>