Shades of Mantis #7ABA69
Tints of Mantis #7ABA69
RGB
CMYK
RGB Variations
Color information
#7ABA69 (or 0x7ABA69) is known color: Mantis. HEX triplet: 7A, BA and 69. RGB value is (122,186,105). Sum of RGB (Red+Green+Blue) = 122+186+105=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA69 is #854596. Grayscale: #9D9D9D. Windows color (decimal): -8734103 or 6929018. OLE color: 6929018.
HSL color Cylindrical-coordinate representation of color #7ABA69: hue angle of 107.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABA69 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 105 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.27 |
| HSL | 107.41º | 0.37% | 0.57% | - |
| HSV(B) | 107.41º | 0.44% | 0.73% | - |
| XYZ | 28.13 | 40.28 | 19.66 | - |
| YUV | 157.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 105 | 0.34 | 0 | 0.44 | 0.27 | 107.41 | 0.37 | 0.57 |
| Hex | 7A | BA | 69 | 22 | 0 | 2C | 1B | 6B | 25 | 39 |
| Octal | 172 | 272 | 151 | 42 | 0 | 54 | 33 | 153 | 45 | 71 |
| Binary | 1111010 | 10111010 | 1101001 | 100010 | 0 | 101100 | 11011 | 1101011 | 100101 | 111001 |
Color Harmonies of #7ABA69
Complementary color
Monochromatic Colors of #7ABA69
Black with #7ABA69
Text Example
Text Example
White with #7ABA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA69; }
p { color: rgb(122,186,105); }
H1.HeaderClassName
{
color: #7ABA69;
}
.AnyTagClassName
{
color: #7ABA69;
}
</style>
background-color css
<style>
a { background-color: #7ABA69; }
a { background-color: rgb(122,186,105); }
div.DivClassName
{
background-color: #7ABA69;
}
.BgClassName
{
background-color: #7ABA69;
}
</style>
border-color css
<style>
span { border-color: #7ABA69; }
span { border-color: rgb(122,186,105); }
td.TdClassName
{
border-color: #7ABA69;
}
.TagClassName
{
border-color: #7ABA69;
}
</style>