Shades of Mantis #70B75D
Tints of Mantis #70B75D
RGB
CMYK
RGB Variations
Color information
#70B75D (or 0x70B75D) is known color: Mantis. HEX triplet: 70, B7 and 5D. RGB value is (112,183,93). Sum of RGB (Red+Green+Blue) = 112+183+93=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #70B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B75D is #8F48A2. Grayscale: #979797. Windows color (decimal): -9390243 or 6141808. OLE color: 6141808.
HSL color Cylindrical-coordinate representation of color #70B75D: hue angle of 107.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B75D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 93 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.28 |
| HSL | 107.33º | 0.38% | 0.54% | - |
| HSV(B) | 107.33º | 0.49% | 0.72% | - |
| XYZ | 25.59 | 38.1 | 16.36 | - |
| YUV | 151.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 93 | 0.39 | 0 | 0.49 | 0.28 | 107.33 | 0.38 | 0.54 |
| Hex | 70 | B7 | 5D | 27 | 0 | 31 | 1C | 6B | 26 | 36 |
| Octal | 160 | 267 | 135 | 47 | 0 | 61 | 34 | 153 | 46 | 66 |
| Binary | 1110000 | 10110111 | 1011101 | 100111 | 0 | 110001 | 11100 | 1101011 | 100110 | 110110 |
Color Harmonies of #70B75D
Complementary color
Monochromatic Colors of #70B75D
Black with #70B75D
Text Example
Text Example
White with #70B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B75D; }
p { color: rgb(112,183,93); }
H1.HeaderClassName
{
color: #70B75D;
}
.AnyTagClassName
{
color: #70B75D;
}
</style>
background-color css
<style>
a { background-color: #70B75D; }
a { background-color: rgb(112,183,93); }
div.DivClassName
{
background-color: #70B75D;
}
.BgClassName
{
background-color: #70B75D;
}
</style>
border-color css
<style>
span { border-color: #70B75D; }
span { border-color: rgb(112,183,93); }
td.TdClassName
{
border-color: #70B75D;
}
.TagClassName
{
border-color: #70B75D;
}
</style>