Shades of Mantis #7ABC70
Tints of Mantis #7ABC70
RGB
CMYK
RGB Variations
Color information
#7ABC70 (or 0x7ABC70) is known color: Mantis. HEX triplet: 7A, BC and 70. RGB value is (122,188,112). Sum of RGB (Red+Green+Blue) = 122+188+112=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC70 is #85438F. Grayscale: #9F9F9F. Windows color (decimal): -8733584 or 7388282. OLE color: 7388282.
HSL color Cylindrical-coordinate representation of color #7ABC70: hue angle of 112.11º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABC70 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 112 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.26 |
| HSL | 112.11º | 0.36% | 0.59% | - |
| HSV(B) | 112.11º | 0.4% | 0.74% | - |
| XYZ | 28.93 | 41.27 | 21.77 | - |
| YUV | 159.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 112 | 0.35 | 0 | 0.40 | 0.26 | 112.11 | 0.36 | 0.59 |
| Hex | 7A | BC | 70 | 23 | 0 | 28 | 1A | 70 | 24 | 3B |
| Octal | 172 | 274 | 160 | 43 | 0 | 50 | 32 | 160 | 44 | 73 |
| Binary | 1111010 | 10111100 | 1110000 | 100011 | 0 | 101000 | 11010 | 1110000 | 100100 | 111011 |
Color Harmonies of #7ABC70
Complementary color
Monochromatic Colors of #7ABC70
Black with #7ABC70
Text Example
Text Example
White with #7ABC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC70; }
p { color: rgb(122,188,112); }
H1.HeaderClassName
{
color: #7ABC70;
}
.AnyTagClassName
{
color: #7ABC70;
}
</style>
background-color css
<style>
a { background-color: #7ABC70; }
a { background-color: rgb(122,188,112); }
div.DivClassName
{
background-color: #7ABC70;
}
.BgClassName
{
background-color: #7ABC70;
}
</style>
border-color css
<style>
span { border-color: #7ABC70; }
span { border-color: rgb(122,188,112); }
td.TdClassName
{
border-color: #7ABC70;
}
.TagClassName
{
border-color: #7ABC70;
}
</style>