Shades of Mantis #78B94D
Tints of Mantis #78B94D
RGB
CMYK
RGB Variations
Color information
#78B94D (or 0x78B94D) is known color: Mantis. HEX triplet: 78, B9 and 4D. RGB value is (120,185,77). Sum of RGB (Red+Green+Blue) = 120+185+77=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #78B94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B94D is #8746B2. Grayscale: #999999. Windows color (decimal): -8865459 or 5093752. OLE color: 5093752.
HSL color Cylindrical-coordinate representation of color #78B94D: hue angle of 96.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78B94D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 77 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.27 |
| HSL | 96.11º | 0.44% | 0.51% | - |
| HSV(B) | 96.11º | 0.58% | 0.73% | - |
| XYZ | 26.43 | 39.23 | 13.2 | - |
| YUV | 153.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 77 | 0.35 | 0 | 0.58 | 0.27 | 96.11 | 0.44 | 0.51 |
| Hex | 78 | B9 | 4D | 23 | 0 | 3A | 1B | 60 | 2C | 33 |
| Octal | 170 | 271 | 115 | 43 | 0 | 72 | 33 | 140 | 54 | 63 |
| Binary | 1111000 | 10111001 | 1001101 | 100011 | 0 | 111010 | 11011 | 1100000 | 101100 | 110011 |
Color Harmonies of #78B94D
Complementary color
Monochromatic Colors of #78B94D
Black with #78B94D
Text Example
Text Example
White with #78B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B94D; }
p { color: rgb(120,185,77); }
H1.HeaderClassName
{
color: #78B94D;
}
.AnyTagClassName
{
color: #78B94D;
}
</style>
background-color css
<style>
a { background-color: #78B94D; }
a { background-color: rgb(120,185,77); }
div.DivClassName
{
background-color: #78B94D;
}
.BgClassName
{
background-color: #78B94D;
}
</style>
border-color css
<style>
span { border-color: #78B94D; }
span { border-color: rgb(120,185,77); }
td.TdClassName
{
border-color: #78B94D;
}
.TagClassName
{
border-color: #78B94D;
}
</style>