Shades of Mantis #7ABA65
Tints of Mantis #7ABA65
RGB
CMYK
RGB Variations
Color information
#7ABA65 (or 0x7ABA65) is known color: Mantis. HEX triplet: 7A, BA and 65. RGB value is (122,186,101). Sum of RGB (Red+Green+Blue) = 122+186+101=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA65 is #85459A. Grayscale: #9D9D9D. Windows color (decimal): -8734107 or 6666874. OLE color: 6666874.
HSL color Cylindrical-coordinate representation of color #7ABA65: hue angle of 105.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABA65 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 101 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.27 |
| HSL | 105.18º | 0.38% | 0.56% | - |
| HSV(B) | 105.18º | 0.46% | 0.73% | - |
| XYZ | 27.93 | 40.19 | 18.6 | - |
| YUV | 157.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 101 | 0.34 | 0 | 0.46 | 0.27 | 105.18 | 0.38 | 0.56 |
| Hex | 7A | BA | 65 | 22 | 0 | 2E | 1B | 69 | 26 | 38 |
| Octal | 172 | 272 | 145 | 42 | 0 | 56 | 33 | 151 | 46 | 70 |
| Binary | 1111010 | 10111010 | 1100101 | 100010 | 0 | 101110 | 11011 | 1101001 | 100110 | 111000 |
Color Harmonies of #7ABA65
Complementary color
Monochromatic Colors of #7ABA65
Black with #7ABA65
Text Example
Text Example
White with #7ABA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA65; }
p { color: rgb(122,186,101); }
H1.HeaderClassName
{
color: #7ABA65;
}
.AnyTagClassName
{
color: #7ABA65;
}
</style>
background-color css
<style>
a { background-color: #7ABA65; }
a { background-color: rgb(122,186,101); }
div.DivClassName
{
background-color: #7ABA65;
}
.BgClassName
{
background-color: #7ABA65;
}
</style>
border-color css
<style>
span { border-color: #7ABA65; }
span { border-color: rgb(122,186,101); }
td.TdClassName
{
border-color: #7ABA65;
}
.TagClassName
{
border-color: #7ABA65;
}
</style>