Shades of Mantis #7AB949
Tints of Mantis #7AB949
RGB
CMYK
RGB Variations
Color information
#7AB949 (or 0x7AB949) is known color: Mantis. HEX triplet: 7A, B9 and 49. RGB value is (122,185,73). Sum of RGB (Red+Green+Blue) = 122+185+73=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB949 is #8546B6. Grayscale: #999999. Windows color (decimal): -8734391 or 4831610. OLE color: 4831610.
HSL color Cylindrical-coordinate representation of color #7AB949: hue angle of 93.75º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AB949 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 73 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.27 |
| HSL | 93.75º | 0.44% | 0.51% | - |
| HSV(B) | 93.75º | 0.61% | 0.73% | - |
| XYZ | 26.58 | 39.32 | 12.49 | - |
| YUV | 153.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 73 | 0.34 | 0 | 0.61 | 0.27 | 93.75 | 0.44 | 0.51 |
| Hex | 7A | B9 | 49 | 22 | 0 | 3D | 1B | 5E | 2C | 33 |
| Octal | 172 | 271 | 111 | 42 | 0 | 75 | 33 | 136 | 54 | 63 |
| Binary | 1111010 | 10111001 | 1001001 | 100010 | 0 | 111101 | 11011 | 1011110 | 101100 | 110011 |
Color Harmonies of #7AB949
Complementary color
Monochromatic Colors of #7AB949
Black with #7AB949
Text Example
Text Example
White with #7AB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB949; }
p { color: rgb(122,185,73); }
H1.HeaderClassName
{
color: #7AB949;
}
.AnyTagClassName
{
color: #7AB949;
}
</style>
background-color css
<style>
a { background-color: #7AB949; }
a { background-color: rgb(122,185,73); }
div.DivClassName
{
background-color: #7AB949;
}
.BgClassName
{
background-color: #7AB949;
}
</style>
border-color css
<style>
span { border-color: #7AB949; }
span { border-color: rgb(122,185,73); }
td.TdClassName
{
border-color: #7AB949;
}
.TagClassName
{
border-color: #7AB949;
}
</style>