Shades of Mantis #7ABB70
Tints of Mantis #7ABB70
RGB
CMYK
RGB Variations
Color information
#7ABB70 (or 0x7ABB70) is known color: Mantis. HEX triplet: 7A, BB and 70. RGB value is (122,187,112). Sum of RGB (Red+Green+Blue) = 122+187+112=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABB70 is #85448F. Grayscale: #9F9F9F. Windows color (decimal): -8733840 or 7388026. OLE color: 7388026.
HSL color Cylindrical-coordinate representation of color #7ABB70: hue angle of 112º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABB70 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 112 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.27 |
| HSL | 112º | 0.36% | 0.59% | - |
| HSV(B) | 112º | 0.4% | 0.73% | - |
| XYZ | 28.72 | 40.85 | 21.7 | - |
| YUV | 159.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 112 | 0.35 | 0 | 0.40 | 0.27 | 112 | 0.36 | 0.59 |
| Hex | 7A | BB | 70 | 23 | 0 | 28 | 1B | 70 | 24 | 3B |
| Octal | 172 | 273 | 160 | 43 | 0 | 50 | 33 | 160 | 44 | 73 |
| Binary | 1111010 | 10111011 | 1110000 | 100011 | 0 | 101000 | 11011 | 1110000 | 100100 | 111011 |
Color Harmonies of #7ABB70
Complementary color
Monochromatic Colors of #7ABB70
Black with #7ABB70
Text Example
Text Example
White with #7ABB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB70; }
p { color: rgb(122,187,112); }
H1.HeaderClassName
{
color: #7ABB70;
}
.AnyTagClassName
{
color: #7ABB70;
}
</style>
background-color css
<style>
a { background-color: #7ABB70; }
a { background-color: rgb(122,187,112); }
div.DivClassName
{
background-color: #7ABB70;
}
.BgClassName
{
background-color: #7ABB70;
}
</style>
border-color css
<style>
span { border-color: #7ABB70; }
span { border-color: rgb(122,187,112); }
td.TdClassName
{
border-color: #7ABB70;
}
.TagClassName
{
border-color: #7ABB70;
}
</style>