Shades of Mantis #70B762
Tints of Mantis #70B762
RGB
CMYK
RGB Variations
Color information
#70B762 (or 0x70B762) is known color: Mantis. HEX triplet: 70, B7 and 62. RGB value is (112,183,98). Sum of RGB (Red+Green+Blue) = 112+183+98=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #70B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B762 is #8F489D. Grayscale: #989898. Windows color (decimal): -9390238 or 6469488. OLE color: 6469488.
HSL color Cylindrical-coordinate representation of color #70B762: hue angle of 110.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B762 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 98 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.28 |
| HSL | 110.12º | 0.37% | 0.55% | - |
| HSV(B) | 110.12º | 0.46% | 0.72% | - |
| XYZ | 25.82 | 38.19 | 17.57 | - |
| YUV | 152.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 98 | 0.39 | 0 | 0.46 | 0.28 | 110.12 | 0.37 | 0.55 |
| Hex | 70 | B7 | 62 | 27 | 0 | 2E | 1C | 6E | 25 | 37 |
| Octal | 160 | 267 | 142 | 47 | 0 | 56 | 34 | 156 | 45 | 67 |
| Binary | 1110000 | 10110111 | 1100010 | 100111 | 0 | 101110 | 11100 | 1101110 | 100101 | 110111 |
Color Harmonies of #70B762
Complementary color
Monochromatic Colors of #70B762
Black with #70B762
Text Example
Text Example
White with #70B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B762; }
p { color: rgb(112,183,98); }
H1.HeaderClassName
{
color: #70B762;
}
.AnyTagClassName
{
color: #70B762;
}
</style>
background-color css
<style>
a { background-color: #70B762; }
a { background-color: rgb(112,183,98); }
div.DivClassName
{
background-color: #70B762;
}
.BgClassName
{
background-color: #70B762;
}
</style>
border-color css
<style>
span { border-color: #70B762; }
span { border-color: rgb(112,183,98); }
td.TdClassName
{
border-color: #70B762;
}
.TagClassName
{
border-color: #70B762;
}
</style>