Shades of Mantis #77C661
Tints of Mantis #77C661
RGB
CMYK
RGB Variations
Color information
#77C661 (or 0x77C661) is known color: Mantis. HEX triplet: 77, C6 and 61. RGB value is (119,198,97). Sum of RGB (Red+Green+Blue) = 119+198+97=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #77C661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C661 is #88399E. Grayscale: #A3A3A3. Windows color (decimal): -8927647 or 6407799. OLE color: 6407799.
HSL color Cylindrical-coordinate representation of color #77C661: hue angle of 106.93º degrees, saturation: 0.47, 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 #77C661 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 198 | 97 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.22 |
| HSL | 106.93º | 0.47% | 0.58% | - |
| HSV(B) | 106.93º | 0.51% | 0.78% | - |
| XYZ | 29.96 | 45.17 | 18.45 | - |
| YUV | 162.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 198 | 97 | 0.40 | 0 | 0.51 | 0.22 | 106.93 | 0.47 | 0.58 |
| Hex | 77 | C6 | 61 | 28 | 0 | 33 | 16 | 6B | 2F | 3A |
| Octal | 167 | 306 | 141 | 50 | 0 | 63 | 26 | 153 | 57 | 72 |
| Binary | 1110111 | 11000110 | 1100001 | 101000 | 0 | 110011 | 10110 | 1101011 | 101111 | 111010 |
Color Harmonies of #77C661
Complementary color
Monochromatic Colors of #77C661
Black with #77C661
Text Example
Text Example
White with #77C661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C661; }
p { color: rgb(119,198,97); }
H1.HeaderClassName
{
color: #77C661;
}
.AnyTagClassName
{
color: #77C661;
}
</style>
background-color css
<style>
a { background-color: #77C661; }
a { background-color: rgb(119,198,97); }
div.DivClassName
{
background-color: #77C661;
}
.BgClassName
{
background-color: #77C661;
}
</style>
border-color css
<style>
span { border-color: #77C661; }
span { border-color: rgb(119,198,97); }
td.TdClassName
{
border-color: #77C661;
}
.TagClassName
{
border-color: #77C661;
}
</style>