Shades of Mantis #77D060
Tints of Mantis #77D060
RGB
CMYK
RGB Variations
Color information
#77D060 (or 0x77D060) is known color: Mantis. HEX triplet: 77, D0 and 60. RGB value is (119,208,96). Sum of RGB (Red+Green+Blue) = 119+208+96=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #77D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D060 is #882F9F. Grayscale: #A8A8A8. Windows color (decimal): -8925088 or 6344823. OLE color: 6344823.
HSL color Cylindrical-coordinate representation of color #77D060: hue angle of 107.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77D060 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 208 | 96 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.18 |
| HSL | 107.68º | 0.54% | 0.6% | - |
| HSV(B) | 107.68º | 0.54% | 0.82% | - |
| XYZ | 32.27 | 49.88 | 18.99 | - |
| YUV | 168.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 208 | 96 | 0.43 | 0 | 0.54 | 0.18 | 107.68 | 0.54 | 0.6 |
| Hex | 77 | D0 | 60 | 2B | 0 | 36 | 12 | 6C | 36 | 3C |
| Octal | 167 | 320 | 140 | 53 | 0 | 66 | 22 | 154 | 66 | 74 |
| Binary | 1110111 | 11010000 | 1100000 | 101011 | 0 | 110110 | 10010 | 1101100 | 110110 | 111100 |
Color Harmonies of #77D060
Complementary color
Monochromatic Colors of #77D060
Black with #77D060
Text Example
Text Example
White with #77D060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D060; }
p { color: rgb(119,208,96); }
H1.HeaderClassName
{
color: #77D060;
}
.AnyTagClassName
{
color: #77D060;
}
</style>
background-color css
<style>
a { background-color: #77D060; }
a { background-color: rgb(119,208,96); }
div.DivClassName
{
background-color: #77D060;
}
.BgClassName
{
background-color: #77D060;
}
</style>
border-color css
<style>
span { border-color: #77D060; }
span { border-color: rgb(119,208,96); }
td.TdClassName
{
border-color: #77D060;
}
.TagClassName
{
border-color: #77D060;
}
</style>