Shades of Mantis #7AB749
Tints of Mantis #7AB749
RGB
CMYK
RGB Variations
Color information
#7AB749 (or 0x7AB749) is known color: Mantis. HEX triplet: 7A, B7 and 49. RGB value is (122,183,73). Sum of RGB (Red+Green+Blue) = 122+183+73=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB749 is #8548B6. Grayscale: #989898. Windows color (decimal): -8734903 or 4831098. OLE color: 4831098.
HSL color Cylindrical-coordinate representation of color #7AB749: hue angle of 93.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AB749 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 73 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.28 |
| HSL | 93.27º | 0.43% | 0.5% | - |
| HSV(B) | 93.27º | 0.6% | 0.72% | - |
| XYZ | 26.16 | 38.49 | 12.35 | - |
| YUV | 152.22 | 83.29 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 73 | 0.33 | 0 | 0.60 | 0.28 | 93.27 | 0.43 | 0.5 |
| Hex | 7A | B7 | 49 | 21 | 0 | 3C | 1C | 5D | 2B | 32 |
| Octal | 172 | 267 | 111 | 41 | 0 | 74 | 34 | 135 | 53 | 62 |
| Binary | 1111010 | 10110111 | 1001001 | 100001 | 0 | 111100 | 11100 | 1011101 | 101011 | 110010 |
Color Harmonies of #7AB749
Complementary color
Monochromatic Colors of #7AB749
Black with #7AB749
Text Example
Text Example
White with #7AB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB749; }
p { color: rgb(122,183,73); }
H1.HeaderClassName
{
color: #7AB749;
}
.AnyTagClassName
{
color: #7AB749;
}
</style>
background-color css
<style>
a { background-color: #7AB749; }
a { background-color: rgb(122,183,73); }
div.DivClassName
{
background-color: #7AB749;
}
.BgClassName
{
background-color: #7AB749;
}
</style>
border-color css
<style>
span { border-color: #7AB749; }
span { border-color: rgb(122,183,73); }
td.TdClassName
{
border-color: #7AB749;
}
.TagClassName
{
border-color: #7AB749;
}
</style>