Shades of Mantis #7AC861
Tints of Mantis #7AC861
RGB
CMYK
RGB Variations
Color information
#7AC861 (or 0x7AC861) is known color: Mantis. HEX triplet: 7A, C8 and 61. RGB value is (122,200,97). Sum of RGB (Red+Green+Blue) = 122+200+97=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC861 is #85379E. Grayscale: #A5A5A5. Windows color (decimal): -8730527 or 6408314. OLE color: 6408314.
HSL color Cylindrical-coordinate representation of color #7AC861: hue angle of 105.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AC861 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 97 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.22 |
| HSL | 105.44º | 0.48% | 0.58% | - |
| HSV(B) | 105.44º | 0.52% | 0.78% | - |
| XYZ | 30.84 | 46.31 | 18.62 | - |
| YUV | 164.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 97 | 0.39 | 0 | 0.52 | 0.22 | 105.44 | 0.48 | 0.58 |
| Hex | 7A | C8 | 61 | 27 | 0 | 34 | 16 | 69 | 30 | 3A |
| Octal | 172 | 310 | 141 | 47 | 0 | 64 | 26 | 151 | 60 | 72 |
| Binary | 1111010 | 11001000 | 1100001 | 100111 | 0 | 110100 | 10110 | 1101001 | 110000 | 111010 |
Color Harmonies of #7AC861
Complementary color
Monochromatic Colors of #7AC861
Black with #7AC861
Text Example
Text Example
White with #7AC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC861; }
p { color: rgb(122,200,97); }
H1.HeaderClassName
{
color: #7AC861;
}
.AnyTagClassName
{
color: #7AC861;
}
</style>
background-color css
<style>
a { background-color: #7AC861; }
a { background-color: rgb(122,200,97); }
div.DivClassName
{
background-color: #7AC861;
}
.BgClassName
{
background-color: #7AC861;
}
</style>
border-color css
<style>
span { border-color: #7AC861; }
span { border-color: rgb(122,200,97); }
td.TdClassName
{
border-color: #7AC861;
}
.TagClassName
{
border-color: #7AC861;
}
</style>