Shades of Mantis #7AB970
Tints of Mantis #7AB970
RGB
CMYK
RGB Variations
Color information
#7AB970 (or 0x7AB970) is known color: Mantis. HEX triplet: 7A, B9 and 70. RGB value is (122,185,112). Sum of RGB (Red+Green+Blue) = 122+185+112=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB970 is #85468F. Grayscale: #9E9E9E. Windows color (decimal): -8734352 or 7387514. OLE color: 7387514.
HSL color Cylindrical-coordinate representation of color #7AB970: hue angle of 111.78º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AB970 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 112 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.27 |
| HSL | 111.78º | 0.34% | 0.58% | - |
| HSV(B) | 111.78º | 0.39% | 0.73% | - |
| XYZ | 28.3 | 40.01 | 21.56 | - |
| YUV | 157.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 112 | 0.34 | 0 | 0.39 | 0.27 | 111.78 | 0.34 | 0.58 |
| Hex | 7A | B9 | 70 | 22 | 0 | 27 | 1B | 70 | 22 | 3A |
| Octal | 172 | 271 | 160 | 42 | 0 | 47 | 33 | 160 | 42 | 72 |
| Binary | 1111010 | 10111001 | 1110000 | 100010 | 0 | 100111 | 11011 | 1110000 | 100010 | 111010 |
Color Harmonies of #7AB970
Complementary color
Monochromatic Colors of #7AB970
Black with #7AB970
Text Example
Text Example
White with #7AB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB970; }
p { color: rgb(122,185,112); }
H1.HeaderClassName
{
color: #7AB970;
}
.AnyTagClassName
{
color: #7AB970;
}
</style>
background-color css
<style>
a { background-color: #7AB970; }
a { background-color: rgb(122,185,112); }
div.DivClassName
{
background-color: #7AB970;
}
.BgClassName
{
background-color: #7AB970;
}
</style>
border-color css
<style>
span { border-color: #7AB970; }
span { border-color: rgb(122,185,112); }
td.TdClassName
{
border-color: #7AB970;
}
.TagClassName
{
border-color: #7AB970;
}
</style>