Shades of Mantis #7AB45A
Tints of Mantis #7AB45A
RGB
CMYK
RGB Variations
Color information
#7AB45A (or 0x7AB45A) is known color: Mantis. HEX triplet: 7A, B4 and 5A. RGB value is (122,180,90). Sum of RGB (Red+Green+Blue) = 122+180+90=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB45A is #854BA5. Grayscale: #989898. Windows color (decimal): -8735654 or 5944442. OLE color: 5944442.
HSL color Cylindrical-coordinate representation of color #7AB45A: hue angle of 98.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AB45A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 90 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.29 |
| HSL | 98.67º | 0.38% | 0.53% | - |
| HSV(B) | 98.67º | 0.5% | 0.71% | - |
| XYZ | 26.19 | 37.52 | 15.53 | - |
| YUV | 152.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 90 | 0.32 | 0 | 0.50 | 0.29 | 98.67 | 0.38 | 0.53 |
| Hex | 7A | B4 | 5A | 20 | 0 | 32 | 1D | 63 | 26 | 35 |
| Octal | 172 | 264 | 132 | 40 | 0 | 62 | 35 | 143 | 46 | 65 |
| Binary | 1111010 | 10110100 | 1011010 | 100000 | 0 | 110010 | 11101 | 1100011 | 100110 | 110101 |
Color Harmonies of #7AB45A
Complementary color
Monochromatic Colors of #7AB45A
Black with #7AB45A
Text Example
Text Example
White with #7AB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB45A; }
p { color: rgb(122,180,90); }
H1.HeaderClassName
{
color: #7AB45A;
}
.AnyTagClassName
{
color: #7AB45A;
}
</style>
background-color css
<style>
a { background-color: #7AB45A; }
a { background-color: rgb(122,180,90); }
div.DivClassName
{
background-color: #7AB45A;
}
.BgClassName
{
background-color: #7AB45A;
}
</style>
border-color css
<style>
span { border-color: #7AB45A; }
span { border-color: rgb(122,180,90); }
td.TdClassName
{
border-color: #7AB45A;
}
.TagClassName
{
border-color: #7AB45A;
}
</style>