Shades of Mantis #7AB351
Tints of Mantis #7AB351
RGB
CMYK
RGB Variations
Color information
#7AB351 (or 0x7AB351) is known color: Mantis. HEX triplet: 7A, B3 and 51. RGB value is (122,179,81). Sum of RGB (Red+Green+Blue) = 122+179+81=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB351 is #854CAE. Grayscale: #979797. Windows color (decimal): -8735919 or 5354362. OLE color: 5354362.
HSL color Cylindrical-coordinate representation of color #7AB351: hue angle of 94.9º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AB351 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 81 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.30 |
| HSL | 94.9º | 0.39% | 0.51% | - |
| HSV(B) | 94.9º | 0.55% | 0.7% | - |
| XYZ | 25.63 | 36.97 | 13.57 | - |
| YUV | 150.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 81 | 0.32 | 0 | 0.55 | 0.30 | 94.9 | 0.39 | 0.51 |
| Hex | 7A | B3 | 51 | 20 | 0 | 37 | 1E | 5F | 27 | 33 |
| Octal | 172 | 263 | 121 | 40 | 0 | 67 | 36 | 137 | 47 | 63 |
| Binary | 1111010 | 10110011 | 1010001 | 100000 | 0 | 110111 | 11110 | 1011111 | 100111 | 110011 |
Color Harmonies of #7AB351
Complementary color
Monochromatic Colors of #7AB351
Black with #7AB351
Text Example
Text Example
White with #7AB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB351; }
p { color: rgb(122,179,81); }
H1.HeaderClassName
{
color: #7AB351;
}
.AnyTagClassName
{
color: #7AB351;
}
</style>
background-color css
<style>
a { background-color: #7AB351; }
a { background-color: rgb(122,179,81); }
div.DivClassName
{
background-color: #7AB351;
}
.BgClassName
{
background-color: #7AB351;
}
</style>
border-color css
<style>
span { border-color: #7AB351; }
span { border-color: rgb(122,179,81); }
td.TdClassName
{
border-color: #7AB351;
}
.TagClassName
{
border-color: #7AB351;
}
</style>