Shades of Mantis #70B763
Tints of Mantis #70B763
RGB
CMYK
RGB Variations
Color information
#70B763 (or 0x70B763) is known color: Mantis. HEX triplet: 70, B7 and 63. RGB value is (112,183,99). Sum of RGB (Red+Green+Blue) = 112+183+99=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #70B763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B763 is #8F489C. Grayscale: #989898. Windows color (decimal): -9390237 or 6535024. OLE color: 6535024.
HSL color Cylindrical-coordinate representation of color #70B763: hue angle of 110.71º 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 #70B763 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 99 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.28 |
| HSL | 110.71º | 0.37% | 0.55% | - |
| HSV(B) | 110.71º | 0.46% | 0.72% | - |
| XYZ | 25.87 | 38.21 | 17.82 | - |
| YUV | 152.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 99 | 0.39 | 0 | 0.46 | 0.28 | 110.71 | 0.37 | 0.55 |
| Hex | 70 | B7 | 63 | 27 | 0 | 2E | 1C | 6F | 25 | 37 |
| Octal | 160 | 267 | 143 | 47 | 0 | 56 | 34 | 157 | 45 | 67 |
| Binary | 1110000 | 10110111 | 1100011 | 100111 | 0 | 101110 | 11100 | 1101111 | 100101 | 110111 |
Color Harmonies of #70B763
Complementary color
Monochromatic Colors of #70B763
Black with #70B763
Text Example
Text Example
White with #70B763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B763; }
p { color: rgb(112,183,99); }
H1.HeaderClassName
{
color: #70B763;
}
.AnyTagClassName
{
color: #70B763;
}
</style>
background-color css
<style>
a { background-color: #70B763; }
a { background-color: rgb(112,183,99); }
div.DivClassName
{
background-color: #70B763;
}
.BgClassName
{
background-color: #70B763;
}
</style>
border-color css
<style>
span { border-color: #70B763; }
span { border-color: rgb(112,183,99); }
td.TdClassName
{
border-color: #70B763;
}
.TagClassName
{
border-color: #70B763;
}
</style>