Shades of Mantis #7AB44D
Tints of Mantis #7AB44D
RGB
CMYK
RGB Variations
Color information
#7AB44D (or 0x7AB44D) is known color: Mantis. HEX triplet: 7A, B4 and 4D. RGB value is (122,180,77). Sum of RGB (Red+Green+Blue) = 122+180+77=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB44D is #854BB2. Grayscale: #979797. Windows color (decimal): -8735667 or 5092474. OLE color: 5092474.
HSL color Cylindrical-coordinate representation of color #7AB44D: hue angle of 93.79º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AB44D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 77 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.29 |
| HSL | 93.79º | 0.41% | 0.5% | - |
| HSV(B) | 93.79º | 0.57% | 0.71% | - |
| XYZ | 25.69 | 37.32 | 12.87 | - |
| YUV | 150.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 77 | 0.32 | 0 | 0.57 | 0.29 | 93.79 | 0.41 | 0.5 |
| Hex | 7A | B4 | 4D | 20 | 0 | 39 | 1D | 5E | 29 | 32 |
| Octal | 172 | 264 | 115 | 40 | 0 | 71 | 35 | 136 | 51 | 62 |
| Binary | 1111010 | 10110100 | 1001101 | 100000 | 0 | 111001 | 11101 | 1011110 | 101001 | 110010 |
Color Harmonies of #7AB44D
Complementary color
Monochromatic Colors of #7AB44D
Black with #7AB44D
Text Example
Text Example
White with #7AB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB44D; }
p { color: rgb(122,180,77); }
H1.HeaderClassName
{
color: #7AB44D;
}
.AnyTagClassName
{
color: #7AB44D;
}
</style>
background-color css
<style>
a { background-color: #7AB44D; }
a { background-color: rgb(122,180,77); }
div.DivClassName
{
background-color: #7AB44D;
}
.BgClassName
{
background-color: #7AB44D;
}
</style>
border-color css
<style>
span { border-color: #7AB44D; }
span { border-color: rgb(122,180,77); }
td.TdClassName
{
border-color: #7AB44D;
}
.TagClassName
{
border-color: #7AB44D;
}
</style>