Shades of Mantis #77B560
Tints of Mantis #77B560
RGB
CMYK
RGB Variations
Color information
#77B560 (or 0x77B560) is known color: Mantis. HEX triplet: 77, B5 and 60. RGB value is (119,181,96). Sum of RGB (Red+Green+Blue) = 119+181+96=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #77B560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B560 is #884A9F. Grayscale: #999999. Windows color (decimal): -8932000 or 6337911. OLE color: 6337911.
HSL color Cylindrical-coordinate representation of color #77B560: hue angle of 103.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77B560 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 96 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.29 |
| HSL | 103.76º | 0.36% | 0.54% | - |
| HSV(B) | 103.76º | 0.47% | 0.71% | - |
| XYZ | 26.24 | 37.81 | 16.98 | - |
| YUV | 152.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 96 | 0.34 | 0 | 0.47 | 0.29 | 103.76 | 0.36 | 0.54 |
| Hex | 77 | B5 | 60 | 22 | 0 | 2F | 1D | 68 | 24 | 36 |
| Octal | 167 | 265 | 140 | 42 | 0 | 57 | 35 | 150 | 44 | 66 |
| Binary | 1110111 | 10110101 | 1100000 | 100010 | 0 | 101111 | 11101 | 1101000 | 100100 | 110110 |
Color Harmonies of #77B560
Complementary color
Monochromatic Colors of #77B560
Black with #77B560
Text Example
Text Example
White with #77B560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B560; }
p { color: rgb(119,181,96); }
H1.HeaderClassName
{
color: #77B560;
}
.AnyTagClassName
{
color: #77B560;
}
</style>
background-color css
<style>
a { background-color: #77B560; }
a { background-color: rgb(119,181,96); }
div.DivClassName
{
background-color: #77B560;
}
.BgClassName
{
background-color: #77B560;
}
</style>
border-color css
<style>
span { border-color: #77B560; }
span { border-color: rgb(119,181,96); }
td.TdClassName
{
border-color: #77B560;
}
.TagClassName
{
border-color: #77B560;
}
</style>