Shades of Mantis #77B458
Tints of Mantis #77B458
RGB
CMYK
RGB Variations
Color information
#77B458 (or 0x77B458) is known color: Mantis. HEX triplet: 77, B4 and 58. RGB value is (119,180,88). Sum of RGB (Red+Green+Blue) = 119+180+88=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #77B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B458 is #884BA7. Grayscale: #979797. Windows color (decimal): -8932264 or 5813367. OLE color: 5813367.
HSL color Cylindrical-coordinate representation of color #77B458: hue angle of 99.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77B458 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 88 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.29 |
| HSL | 99.78º | 0.38% | 0.53% | - |
| HSV(B) | 99.78º | 0.51% | 0.71% | - |
| XYZ | 25.69 | 37.27 | 15.07 | - |
| YUV | 151.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 88 | 0.34 | 0 | 0.51 | 0.29 | 99.78 | 0.38 | 0.53 |
| Hex | 77 | B4 | 58 | 22 | 0 | 33 | 1D | 64 | 26 | 35 |
| Octal | 167 | 264 | 130 | 42 | 0 | 63 | 35 | 144 | 46 | 65 |
| Binary | 1110111 | 10110100 | 1011000 | 100010 | 0 | 110011 | 11101 | 1100100 | 100110 | 110101 |
Color Harmonies of #77B458
Complementary color
Monochromatic Colors of #77B458
Black with #77B458
Text Example
Text Example
White with #77B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B458; }
p { color: rgb(119,180,88); }
H1.HeaderClassName
{
color: #77B458;
}
.AnyTagClassName
{
color: #77B458;
}
</style>
background-color css
<style>
a { background-color: #77B458; }
a { background-color: rgb(119,180,88); }
div.DivClassName
{
background-color: #77B458;
}
.BgClassName
{
background-color: #77B458;
}
</style>
border-color css
<style>
span { border-color: #77B458; }
span { border-color: rgb(119,180,88); }
td.TdClassName
{
border-color: #77B458;
}
.TagClassName
{
border-color: #77B458;
}
</style>