Shades of Mantis #77C561
Tints of Mantis #77C561
RGB
CMYK
RGB Variations
Color information
#77C561 (or 0x77C561) is known color: Mantis. HEX triplet: 77, C5 and 61. RGB value is (119,197,97). Sum of RGB (Red+Green+Blue) = 119+197+97=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #77C561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C561 is #883A9E. Grayscale: #A2A2A2. Windows color (decimal): -8927903 or 6407543. OLE color: 6407543.
HSL color Cylindrical-coordinate representation of color #77C561: hue angle of 106.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77C561 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 97 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.23 |
| HSL | 106.8º | 0.46% | 0.58% | - |
| HSV(B) | 106.8º | 0.51% | 0.77% | - |
| XYZ | 29.73 | 44.72 | 18.37 | - |
| YUV | 162.28 | 91.16 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 97 | 0.40 | 0 | 0.51 | 0.23 | 106.8 | 0.46 | 0.58 |
| Hex | 77 | C5 | 61 | 28 | 0 | 33 | 17 | 6B | 2E | 3A |
| Octal | 167 | 305 | 141 | 50 | 0 | 63 | 27 | 153 | 56 | 72 |
| Binary | 1110111 | 11000101 | 1100001 | 101000 | 0 | 110011 | 10111 | 1101011 | 101110 | 111010 |
Color Harmonies of #77C561
Complementary color
Monochromatic Colors of #77C561
Black with #77C561
Text Example
Text Example
White with #77C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C561; }
p { color: rgb(119,197,97); }
H1.HeaderClassName
{
color: #77C561;
}
.AnyTagClassName
{
color: #77C561;
}
</style>
background-color css
<style>
a { background-color: #77C561; }
a { background-color: rgb(119,197,97); }
div.DivClassName
{
background-color: #77C561;
}
.BgClassName
{
background-color: #77C561;
}
</style>
border-color css
<style>
span { border-color: #77C561; }
span { border-color: rgb(119,197,97); }
td.TdClassName
{
border-color: #77C561;
}
.TagClassName
{
border-color: #77C561;
}
</style>