Shades of Mantis #7AB25E
Tints of Mantis #7AB25E
RGB
CMYK
RGB Variations
Color information
#7AB25E (or 0x7AB25E) is known color: Mantis. HEX triplet: 7A, B2 and 5E. RGB value is (122,178,94). Sum of RGB (Red+Green+Blue) = 122+178+94=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB25E is #854DA1. Grayscale: #979797. Windows color (decimal): -8736162 or 6206074. OLE color: 6206074.
HSL color Cylindrical-coordinate representation of color #7AB25E: hue angle of 100º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB25E is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 94 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.30 |
| HSL | 100º | 0.35% | 0.53% | - |
| HSV(B) | 100º | 0.47% | 0.7% | - |
| XYZ | 25.97 | 36.79 | 16.32 | - |
| YUV | 151.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 94 | 0.31 | 0 | 0.47 | 0.30 | 100 | 0.35 | 0.53 |
| Hex | 7A | B2 | 5E | 1F | 0 | 2F | 1E | 64 | 23 | 35 |
| Octal | 172 | 262 | 136 | 37 | 0 | 57 | 36 | 144 | 43 | 65 |
| Binary | 1111010 | 10110010 | 1011110 | 11111 | 0 | 101111 | 11110 | 1100100 | 100011 | 110101 |
Color Harmonies of #7AB25E
Complementary color
Monochromatic Colors of #7AB25E
Black with #7AB25E
Text Example
Text Example
White with #7AB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB25E; }
p { color: rgb(122,178,94); }
H1.HeaderClassName
{
color: #7AB25E;
}
.AnyTagClassName
{
color: #7AB25E;
}
</style>
background-color css
<style>
a { background-color: #7AB25E; }
a { background-color: rgb(122,178,94); }
div.DivClassName
{
background-color: #7AB25E;
}
.BgClassName
{
background-color: #7AB25E;
}
</style>
border-color css
<style>
span { border-color: #7AB25E; }
span { border-color: rgb(122,178,94); }
td.TdClassName
{
border-color: #7AB25E;
}
.TagClassName
{
border-color: #7AB25E;
}
</style>