Shades of Mantis #7AB950
Tints of Mantis #7AB950
RGB
CMYK
RGB Variations
Color information
#7AB950 (or 0x7AB950) is known color: Mantis. HEX triplet: 7A, B9 and 50. RGB value is (122,185,80). Sum of RGB (Red+Green+Blue) = 122+185+80=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB950 is #8546AF. Grayscale: #9A9A9A. Windows color (decimal): -8734384 or 5290362. OLE color: 5290362.
HSL color Cylindrical-coordinate representation of color #7AB950: hue angle of 96º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AB950 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 80 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.27 |
| HSL | 96º | 0.43% | 0.52% | - |
| HSV(B) | 96º | 0.57% | 0.73% | - |
| XYZ | 26.82 | 39.41 | 13.78 | - |
| YUV | 154.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 80 | 0.34 | 0 | 0.57 | 0.27 | 96 | 0.43 | 0.52 |
| Hex | 7A | B9 | 50 | 22 | 0 | 39 | 1B | 60 | 2B | 34 |
| Octal | 172 | 271 | 120 | 42 | 0 | 71 | 33 | 140 | 53 | 64 |
| Binary | 1111010 | 10111001 | 1010000 | 100010 | 0 | 111001 | 11011 | 1100000 | 101011 | 110100 |
Color Harmonies of #7AB950
Complementary color
Monochromatic Colors of #7AB950
Black with #7AB950
Text Example
Text Example
White with #7AB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB950; }
p { color: rgb(122,185,80); }
H1.HeaderClassName
{
color: #7AB950;
}
.AnyTagClassName
{
color: #7AB950;
}
</style>
background-color css
<style>
a { background-color: #7AB950; }
a { background-color: rgb(122,185,80); }
div.DivClassName
{
background-color: #7AB950;
}
.BgClassName
{
background-color: #7AB950;
}
</style>
border-color css
<style>
span { border-color: #7AB950; }
span { border-color: rgb(122,185,80); }
td.TdClassName
{
border-color: #7AB950;
}
.TagClassName
{
border-color: #7AB950;
}
</style>