Shades of Mantis #7AB963
Tints of Mantis #7AB963
RGB
CMYK
RGB Variations
Color information
#7AB963 (or 0x7AB963) is known color: Mantis. HEX triplet: 7A, B9 and 63. RGB value is (122,185,99). Sum of RGB (Red+Green+Blue) = 122+185+99=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB963 is #85469C. Grayscale: #9C9C9C. Windows color (decimal): -8734365 or 6535546. OLE color: 6535546.
HSL color Cylindrical-coordinate representation of color #7AB963: hue angle of 103.95º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AB963 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 99 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.27 |
| HSL | 103.95º | 0.38% | 0.56% | - |
| HSV(B) | 103.95º | 0.46% | 0.73% | - |
| XYZ | 27.63 | 39.74 | 18.02 | - |
| YUV | 156.36 | 95.63 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 99 | 0.34 | 0 | 0.46 | 0.27 | 103.95 | 0.38 | 0.56 |
| Hex | 7A | B9 | 63 | 22 | 0 | 2E | 1B | 68 | 26 | 38 |
| Octal | 172 | 271 | 143 | 42 | 0 | 56 | 33 | 150 | 46 | 70 |
| Binary | 1111010 | 10111001 | 1100011 | 100010 | 0 | 101110 | 11011 | 1101000 | 100110 | 111000 |
Color Harmonies of #7AB963
Complementary color
Monochromatic Colors of #7AB963
Black with #7AB963
Text Example
Text Example
White with #7AB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB963; }
p { color: rgb(122,185,99); }
H1.HeaderClassName
{
color: #7AB963;
}
.AnyTagClassName
{
color: #7AB963;
}
</style>
background-color css
<style>
a { background-color: #7AB963; }
a { background-color: rgb(122,185,99); }
div.DivClassName
{
background-color: #7AB963;
}
.BgClassName
{
background-color: #7AB963;
}
</style>
border-color css
<style>
span { border-color: #7AB963; }
span { border-color: rgb(122,185,99); }
td.TdClassName
{
border-color: #7AB963;
}
.TagClassName
{
border-color: #7AB963;
}
</style>