Shades of Mantis #7AB962
Tints of Mantis #7AB962
RGB
CMYK
RGB Variations
Color information
#7AB962 (or 0x7AB962) is known color: Mantis. HEX triplet: 7A, B9 and 62. RGB value is (122,185,98). Sum of RGB (Red+Green+Blue) = 122+185+98=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB962 is #85469D. Grayscale: #9C9C9C. Windows color (decimal): -8734366 or 6470010. OLE color: 6470010.
HSL color Cylindrical-coordinate representation of color #7AB962: hue angle of 103.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB962 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 98 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.27 |
| HSL | 103.45º | 0.38% | 0.55% | - |
| HSV(B) | 103.45º | 0.47% | 0.73% | - |
| XYZ | 27.58 | 39.72 | 17.77 | - |
| YUV | 156.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 98 | 0.34 | 0 | 0.47 | 0.27 | 103.45 | 0.38 | 0.55 |
| Hex | 7A | B9 | 62 | 22 | 0 | 2F | 1B | 67 | 26 | 37 |
| Octal | 172 | 271 | 142 | 42 | 0 | 57 | 33 | 147 | 46 | 67 |
| Binary | 1111010 | 10111001 | 1100010 | 100010 | 0 | 101111 | 11011 | 1100111 | 100110 | 110111 |
Color Harmonies of #7AB962
Complementary color
Monochromatic Colors of #7AB962
Black with #7AB962
Text Example
Text Example
White with #7AB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB962; }
p { color: rgb(122,185,98); }
H1.HeaderClassName
{
color: #7AB962;
}
.AnyTagClassName
{
color: #7AB962;
}
</style>
background-color css
<style>
a { background-color: #7AB962; }
a { background-color: rgb(122,185,98); }
div.DivClassName
{
background-color: #7AB962;
}
.BgClassName
{
background-color: #7AB962;
}
</style>
border-color css
<style>
span { border-color: #7AB962; }
span { border-color: rgb(122,185,98); }
td.TdClassName
{
border-color: #7AB962;
}
.TagClassName
{
border-color: #7AB962;
}
</style>