Shades of Mantis #7AC063
Tints of Mantis #7AC063
RGB
CMYK
RGB Variations
Color information
#7AC063 (or 0x7AC063) is known color: Mantis. HEX triplet: 7A, C0 and 63. RGB value is (122,192,99). Sum of RGB (Red+Green+Blue) = 122+192+99=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC063 is #853F9C. Grayscale: #A0A0A0. Windows color (decimal): -8732573 or 6537338. OLE color: 6537338.
HSL color Cylindrical-coordinate representation of color #7AC063: hue angle of 105.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC063 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 99 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.25 |
| HSL | 105.16º | 0.42% | 0.57% | - |
| HSV(B) | 105.16º | 0.48% | 0.75% | - |
| XYZ | 29.13 | 42.74 | 18.52 | - |
| YUV | 160.47 | 93.31 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 99 | 0.36 | 0 | 0.48 | 0.25 | 105.16 | 0.42 | 0.57 |
| Hex | 7A | C0 | 63 | 24 | 0 | 30 | 19 | 69 | 2A | 39 |
| Octal | 172 | 300 | 143 | 44 | 0 | 60 | 31 | 151 | 52 | 71 |
| Binary | 1111010 | 11000000 | 1100011 | 100100 | 0 | 110000 | 11001 | 1101001 | 101010 | 111001 |
Color Harmonies of #7AC063
Complementary color
Monochromatic Colors of #7AC063
Black with #7AC063
Text Example
Text Example
White with #7AC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC063; }
p { color: rgb(122,192,99); }
H1.HeaderClassName
{
color: #7AC063;
}
.AnyTagClassName
{
color: #7AC063;
}
</style>
background-color css
<style>
a { background-color: #7AC063; }
a { background-color: rgb(122,192,99); }
div.DivClassName
{
background-color: #7AC063;
}
.BgClassName
{
background-color: #7AC063;
}
</style>
border-color css
<style>
span { border-color: #7AC063; }
span { border-color: rgb(122,192,99); }
td.TdClassName
{
border-color: #7AC063;
}
.TagClassName
{
border-color: #7AC063;
}
</style>