Shades of Mantis #7AB74D
Tints of Mantis #7AB74D
RGB
CMYK
RGB Variations
Color information
#7AB74D (or 0x7AB74D) is known color: Mantis. HEX triplet: 7A, B7 and 4D. RGB value is (122,183,77). Sum of RGB (Red+Green+Blue) = 122+183+77=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB74D is #8548B2. Grayscale: #999999. Windows color (decimal): -8734899 or 5093242. OLE color: 5093242.
HSL color Cylindrical-coordinate representation of color #7AB74D: hue angle of 94.53º degrees, saturation: 0.42, 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 #7AB74D is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 77 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.28 |
| HSL | 94.53º | 0.42% | 0.51% | - |
| HSV(B) | 94.53º | 0.58% | 0.72% | - |
| XYZ | 26.3 | 38.54 | 13.07 | - |
| YUV | 152.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 77 | 0.33 | 0 | 0.58 | 0.28 | 94.53 | 0.42 | 0.51 |
| Hex | 7A | B7 | 4D | 21 | 0 | 3A | 1C | 5F | 2A | 33 |
| Octal | 172 | 267 | 115 | 41 | 0 | 72 | 34 | 137 | 52 | 63 |
| Binary | 1111010 | 10110111 | 1001101 | 100001 | 0 | 111010 | 11100 | 1011111 | 101010 | 110011 |
Color Harmonies of #7AB74D
Complementary color
Monochromatic Colors of #7AB74D
Black with #7AB74D
Text Example
Text Example
White with #7AB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB74D; }
p { color: rgb(122,183,77); }
H1.HeaderClassName
{
color: #7AB74D;
}
.AnyTagClassName
{
color: #7AB74D;
}
</style>
background-color css
<style>
a { background-color: #7AB74D; }
a { background-color: rgb(122,183,77); }
div.DivClassName
{
background-color: #7AB74D;
}
.BgClassName
{
background-color: #7AB74D;
}
</style>
border-color css
<style>
span { border-color: #7AB74D; }
span { border-color: rgb(122,183,77); }
td.TdClassName
{
border-color: #7AB74D;
}
.TagClassName
{
border-color: #7AB74D;
}
</style>