Shades of Mantis #7AB748
Tints of Mantis #7AB748
RGB
CMYK
RGB Variations
Color information
#7AB748 (or 0x7AB748) is known color: Mantis. HEX triplet: 7A, B7 and 48. RGB value is (122,183,72). Sum of RGB (Red+Green+Blue) = 122+183+72=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB748 is #8548B7. Grayscale: #989898. Windows color (decimal): -8734904 or 4765562. OLE color: 4765562.
HSL color Cylindrical-coordinate representation of color #7AB748: hue angle of 92.97º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AB748 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 72 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.28 |
| HSL | 92.97º | 0.44% | 0.5% | - |
| HSV(B) | 92.97º | 0.61% | 0.72% | - |
| XYZ | 26.13 | 38.47 | 12.18 | - |
| YUV | 152.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 72 | 0.33 | 0 | 0.61 | 0.28 | 92.97 | 0.44 | 0.5 |
| Hex | 7A | B7 | 48 | 21 | 0 | 3D | 1C | 5D | 2C | 32 |
| Octal | 172 | 267 | 110 | 41 | 0 | 75 | 34 | 135 | 54 | 62 |
| Binary | 1111010 | 10110111 | 1001000 | 100001 | 0 | 111101 | 11100 | 1011101 | 101100 | 110010 |
Color Harmonies of #7AB748
Complementary color
Monochromatic Colors of #7AB748
Black with #7AB748
Text Example
Text Example
White with #7AB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB748; }
p { color: rgb(122,183,72); }
H1.HeaderClassName
{
color: #7AB748;
}
.AnyTagClassName
{
color: #7AB748;
}
</style>
background-color css
<style>
a { background-color: #7AB748; }
a { background-color: rgb(122,183,72); }
div.DivClassName
{
background-color: #7AB748;
}
.BgClassName
{
background-color: #7AB748;
}
</style>
border-color css
<style>
span { border-color: #7AB748; }
span { border-color: rgb(122,183,72); }
td.TdClassName
{
border-color: #7AB748;
}
.TagClassName
{
border-color: #7AB748;
}
</style>