Shades of Mantis #70B160
Tints of Mantis #70B160
RGB
CMYK
RGB Variations
Color information
#70B160 (or 0x70B160) is known color: Mantis. HEX triplet: 70, B1 and 60. RGB value is (112,177,96). Sum of RGB (Red+Green+Blue) = 112+177+96=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #70B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B160 is #8F4E9F. Grayscale: #949494. Windows color (decimal): -9391776 or 6336880. OLE color: 6336880.
HSL color Cylindrical-coordinate representation of color #70B160: hue angle of 108.15º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B160 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 96 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.31 |
| HSL | 108.15º | 0.34% | 0.54% | - |
| HSV(B) | 108.15º | 0.46% | 0.69% | - |
| XYZ | 24.52 | 35.73 | 16.67 | - |
| YUV | 148.33 | 98.47 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 96 | 0.37 | 0 | 0.46 | 0.31 | 108.15 | 0.34 | 0.54 |
| Hex | 70 | B1 | 60 | 25 | 0 | 2E | 1F | 6C | 22 | 36 |
| Octal | 160 | 261 | 140 | 45 | 0 | 56 | 37 | 154 | 42 | 66 |
| Binary | 1110000 | 10110001 | 1100000 | 100101 | 0 | 101110 | 11111 | 1101100 | 100010 | 110110 |
Color Harmonies of #70B160
Complementary color
Monochromatic Colors of #70B160
Black with #70B160
Text Example
Text Example
White with #70B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B160; }
p { color: rgb(112,177,96); }
H1.HeaderClassName
{
color: #70B160;
}
.AnyTagClassName
{
color: #70B160;
}
</style>
background-color css
<style>
a { background-color: #70B160; }
a { background-color: rgb(112,177,96); }
div.DivClassName
{
background-color: #70B160;
}
.BgClassName
{
background-color: #70B160;
}
</style>
border-color css
<style>
span { border-color: #70B160; }
span { border-color: rgb(112,177,96); }
td.TdClassName
{
border-color: #70B160;
}
.TagClassName
{
border-color: #70B160;
}
</style>