Shades of Mantis #70BA60
Tints of Mantis #70BA60
RGB
CMYK
RGB Variations
Color information
#70BA60 (or 0x70BA60) is known color: Mantis. HEX triplet: 70, BA and 60. RGB value is (112,186,96). Sum of RGB (Red+Green+Blue) = 112+186+96=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA60 is #8F459F. Grayscale: #999999. Windows color (decimal): -9389472 or 6339184. OLE color: 6339184.
HSL color Cylindrical-coordinate representation of color #70BA60: hue angle of 109.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BA60 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 96 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.27 |
| HSL | 109.33º | 0.39% | 0.55% | - |
| HSV(B) | 109.33º | 0.48% | 0.73% | - |
| XYZ | 26.35 | 39.41 | 17.28 | - |
| YUV | 153.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 96 | 0.40 | 0 | 0.48 | 0.27 | 109.33 | 0.39 | 0.55 |
| Hex | 70 | BA | 60 | 28 | 0 | 30 | 1B | 6D | 27 | 37 |
| Octal | 160 | 272 | 140 | 50 | 0 | 60 | 33 | 155 | 47 | 67 |
| Binary | 1110000 | 10111010 | 1100000 | 101000 | 0 | 110000 | 11011 | 1101101 | 100111 | 110111 |
Color Harmonies of #70BA60
Complementary color
Monochromatic Colors of #70BA60
Black with #70BA60
Text Example
Text Example
White with #70BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA60; }
p { color: rgb(112,186,96); }
H1.HeaderClassName
{
color: #70BA60;
}
.AnyTagClassName
{
color: #70BA60;
}
</style>
background-color css
<style>
a { background-color: #70BA60; }
a { background-color: rgb(112,186,96); }
div.DivClassName
{
background-color: #70BA60;
}
.BgClassName
{
background-color: #70BA60;
}
</style>
border-color css
<style>
span { border-color: #70BA60; }
span { border-color: rgb(112,186,96); }
td.TdClassName
{
border-color: #70BA60;
}
.TagClassName
{
border-color: #70BA60;
}
</style>