Shades of Mantis #7AB74C
Tints of Mantis #7AB74C
RGB
CMYK
RGB Variations
Color information
#7AB74C (or 0x7AB74C) is known color: Mantis. HEX triplet: 7A, B7 and 4C. RGB value is (122,183,76). Sum of RGB (Red+Green+Blue) = 122+183+76=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB74C is #8548B3. Grayscale: #989898. Windows color (decimal): -8734900 or 5027706. OLE color: 5027706.
HSL color Cylindrical-coordinate representation of color #7AB74C: hue angle of 94.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AB74C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 76 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.28 |
| HSL | 94.21º | 0.43% | 0.51% | - |
| HSV(B) | 94.21º | 0.58% | 0.72% | - |
| XYZ | 26.26 | 38.53 | 12.89 | - |
| YUV | 152.56 | 84.79 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 76 | 0.33 | 0 | 0.58 | 0.28 | 94.21 | 0.43 | 0.51 |
| Hex | 7A | B7 | 4C | 21 | 0 | 3A | 1C | 5E | 2B | 33 |
| Octal | 172 | 267 | 114 | 41 | 0 | 72 | 34 | 136 | 53 | 63 |
| Binary | 1111010 | 10110111 | 1001100 | 100001 | 0 | 111010 | 11100 | 1011110 | 101011 | 110011 |
Color Harmonies of #7AB74C
Complementary color
Monochromatic Colors of #7AB74C
Black with #7AB74C
Text Example
Text Example
White with #7AB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB74C; }
p { color: rgb(122,183,76); }
H1.HeaderClassName
{
color: #7AB74C;
}
.AnyTagClassName
{
color: #7AB74C;
}
</style>
background-color css
<style>
a { background-color: #7AB74C; }
a { background-color: rgb(122,183,76); }
div.DivClassName
{
background-color: #7AB74C;
}
.BgClassName
{
background-color: #7AB74C;
}
</style>
border-color css
<style>
span { border-color: #7AB74C; }
span { border-color: rgb(122,183,76); }
td.TdClassName
{
border-color: #7AB74C;
}
.TagClassName
{
border-color: #7AB74C;
}
</style>