Shades of Mantis #78B155
Tints of Mantis #78B155
RGB
CMYK
RGB Variations
Color information
#78B155 (or 0x78B155) is known color: Mantis. HEX triplet: 78, B1 and 55. RGB value is (120,177,85). Sum of RGB (Red+Green+Blue) = 120+177+85=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #78B155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B155 is #874EAA. Grayscale: #959595. Windows color (decimal): -8867499 or 5615992. OLE color: 5615992.
HSL color Cylindrical-coordinate representation of color #78B155: hue angle of 97.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78B155 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 177 | 85 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.31 |
| HSL | 97.17º | 0.37% | 0.51% | - |
| HSV(B) | 97.17º | 0.52% | 0.69% | - |
| XYZ | 25.11 | 36.09 | 14.24 | - |
| YUV | 149.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 85 | 0.32 | 0 | 0.52 | 0.31 | 97.17 | 0.37 | 0.51 |
| Hex | 78 | B1 | 55 | 20 | 0 | 34 | 1F | 61 | 25 | 33 |
| Octal | 170 | 261 | 125 | 40 | 0 | 64 | 37 | 141 | 45 | 63 |
| Binary | 1111000 | 10110001 | 1010101 | 100000 | 0 | 110100 | 11111 | 1100001 | 100101 | 110011 |
Color Harmonies of #78B155
Complementary color
Monochromatic Colors of #78B155
Black with #78B155
Text Example
Text Example
White with #78B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B155; }
p { color: rgb(120,177,85); }
H1.HeaderClassName
{
color: #78B155;
}
.AnyTagClassName
{
color: #78B155;
}
</style>
background-color css
<style>
a { background-color: #78B155; }
a { background-color: rgb(120,177,85); }
div.DivClassName
{
background-color: #78B155;
}
.BgClassName
{
background-color: #78B155;
}
</style>
border-color css
<style>
span { border-color: #78B155; }
span { border-color: rgb(120,177,85); }
td.TdClassName
{
border-color: #78B155;
}
.TagClassName
{
border-color: #78B155;
}
</style>