Shades of Mantis #7ABD70
Tints of Mantis #7ABD70
RGB
CMYK
RGB Variations
Color information
#7ABD70 (or 0x7ABD70) is known color: Mantis. HEX triplet: 7A, BD and 70. RGB value is (122,189,112). Sum of RGB (Red+Green+Blue) = 122+189+112=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABD70 is #85428F. Grayscale: #A0A0A0. Windows color (decimal): -8733328 or 7388538. OLE color: 7388538.
HSL color Cylindrical-coordinate representation of color #7ABD70: hue angle of 112.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABD70 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 112 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.26 |
| HSL | 112.21º | 0.37% | 0.59% | - |
| HSV(B) | 112.21º | 0.41% | 0.74% | - |
| XYZ | 29.15 | 41.7 | 21.84 | - |
| YUV | 160.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 112 | 0.35 | 0 | 0.41 | 0.26 | 112.21 | 0.37 | 0.59 |
| Hex | 7A | BD | 70 | 23 | 0 | 29 | 1A | 70 | 25 | 3B |
| Octal | 172 | 275 | 160 | 43 | 0 | 51 | 32 | 160 | 45 | 73 |
| Binary | 1111010 | 10111101 | 1110000 | 100011 | 0 | 101001 | 11010 | 1110000 | 100101 | 111011 |
Color Harmonies of #7ABD70
Complementary color
Monochromatic Colors of #7ABD70
Black with #7ABD70
Text Example
Text Example
White with #7ABD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD70; }
p { color: rgb(122,189,112); }
H1.HeaderClassName
{
color: #7ABD70;
}
.AnyTagClassName
{
color: #7ABD70;
}
</style>
background-color css
<style>
a { background-color: #7ABD70; }
a { background-color: rgb(122,189,112); }
div.DivClassName
{
background-color: #7ABD70;
}
.BgClassName
{
background-color: #7ABD70;
}
</style>
border-color css
<style>
span { border-color: #7ABD70; }
span { border-color: rgb(122,189,112); }
td.TdClassName
{
border-color: #7ABD70;
}
.TagClassName
{
border-color: #7ABD70;
}
</style>