Shades of Mantis #77B456
Tints of Mantis #77B456
RGB
CMYK
RGB Variations
Color information
#77B456 (or 0x77B456) is known color: Mantis. HEX triplet: 77, B4 and 56. RGB value is (119,180,86). Sum of RGB (Red+Green+Blue) = 119+180+86=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #77B456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B456 is #884BA9. Grayscale: #979797. Windows color (decimal): -8932266 or 5682295. OLE color: 5682295.
HSL color Cylindrical-coordinate representation of color #77B456: hue angle of 98.94º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B456 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 86 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.29 |
| HSL | 98.94º | 0.39% | 0.52% | - |
| HSV(B) | 98.94º | 0.52% | 0.71% | - |
| XYZ | 25.61 | 37.24 | 14.64 | - |
| YUV | 151.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 86 | 0.34 | 0 | 0.52 | 0.29 | 98.94 | 0.39 | 0.52 |
| Hex | 77 | B4 | 56 | 22 | 0 | 34 | 1D | 63 | 27 | 34 |
| Octal | 167 | 264 | 126 | 42 | 0 | 64 | 35 | 143 | 47 | 64 |
| Binary | 1110111 | 10110100 | 1010110 | 100010 | 0 | 110100 | 11101 | 1100011 | 100111 | 110100 |
Color Harmonies of #77B456
Complementary color
Monochromatic Colors of #77B456
Black with #77B456
Text Example
Text Example
White with #77B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B456; }
p { color: rgb(119,180,86); }
H1.HeaderClassName
{
color: #77B456;
}
.AnyTagClassName
{
color: #77B456;
}
</style>
background-color css
<style>
a { background-color: #77B456; }
a { background-color: rgb(119,180,86); }
div.DivClassName
{
background-color: #77B456;
}
.BgClassName
{
background-color: #77B456;
}
</style>
border-color css
<style>
span { border-color: #77B456; }
span { border-color: rgb(119,180,86); }
td.TdClassName
{
border-color: #77B456;
}
.TagClassName
{
border-color: #77B456;
}
</style>