Shades of Mantis #77B557
Tints of Mantis #77B557
RGB
CMYK
RGB Variations
Color information
#77B557 (or 0x77B557) is known color: Mantis. HEX triplet: 77, B5 and 57. RGB value is (119,181,87). Sum of RGB (Red+Green+Blue) = 119+181+87=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #77B557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B557 is #884AA8. Grayscale: #989898. Windows color (decimal): -8932009 or 5748087. OLE color: 5748087.
HSL color Cylindrical-coordinate representation of color #77B557: hue angle of 99.57º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B557 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 181 | 87 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.29 |
| HSL | 99.57º | 0.39% | 0.53% | - |
| HSV(B) | 99.57º | 0.52% | 0.71% | - |
| XYZ | 25.85 | 37.66 | 14.92 | - |
| YUV | 151.75 | 91.46 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 87 | 0.34 | 0 | 0.52 | 0.29 | 99.57 | 0.39 | 0.53 |
| Hex | 77 | B5 | 57 | 22 | 0 | 34 | 1D | 64 | 27 | 35 |
| Octal | 167 | 265 | 127 | 42 | 0 | 64 | 35 | 144 | 47 | 65 |
| Binary | 1110111 | 10110101 | 1010111 | 100010 | 0 | 110100 | 11101 | 1100100 | 100111 | 110101 |
Color Harmonies of #77B557
Complementary color
Monochromatic Colors of #77B557
Black with #77B557
Text Example
Text Example
White with #77B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B557; }
p { color: rgb(119,181,87); }
H1.HeaderClassName
{
color: #77B557;
}
.AnyTagClassName
{
color: #77B557;
}
</style>
background-color css
<style>
a { background-color: #77B557; }
a { background-color: rgb(119,181,87); }
div.DivClassName
{
background-color: #77B557;
}
.BgClassName
{
background-color: #77B557;
}
</style>
border-color css
<style>
span { border-color: #77B557; }
span { border-color: rgb(119,181,87); }
td.TdClassName
{
border-color: #77B557;
}
.TagClassName
{
border-color: #77B557;
}
</style>