Shades of Mantis #78B96C
Tints of Mantis #78B96C
RGB
CMYK
RGB Variations
Color information
#78B96C (or 0x78B96C) is known color: Mantis. HEX triplet: 78, B9 and 6C. RGB value is (120,185,108). Sum of RGB (Red+Green+Blue) = 120+185+108=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #78B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B96C is #874693. Grayscale: #9D9D9D. Windows color (decimal): -8865428 or 7125368. OLE color: 7125368.
HSL color Cylindrical-coordinate representation of color #78B96C: hue angle of 110.65º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78B96C is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 108 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.27 |
| HSL | 110.65º | 0.35% | 0.57% | - |
| HSV(B) | 110.65º | 0.42% | 0.73% | - |
| XYZ | 27.8 | 39.77 | 20.4 | - |
| YUV | 156.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 108 | 0.35 | 0 | 0.42 | 0.27 | 110.65 | 0.35 | 0.57 |
| Hex | 78 | B9 | 6C | 23 | 0 | 2A | 1B | 6F | 23 | 39 |
| Octal | 170 | 271 | 154 | 43 | 0 | 52 | 33 | 157 | 43 | 71 |
| Binary | 1111000 | 10111001 | 1101100 | 100011 | 0 | 101010 | 11011 | 1101111 | 100011 | 111001 |
Color Harmonies of #78B96C
Complementary color
Monochromatic Colors of #78B96C
Black with #78B96C
Text Example
Text Example
White with #78B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B96C; }
p { color: rgb(120,185,108); }
H1.HeaderClassName
{
color: #78B96C;
}
.AnyTagClassName
{
color: #78B96C;
}
</style>
background-color css
<style>
a { background-color: #78B96C; }
a { background-color: rgb(120,185,108); }
div.DivClassName
{
background-color: #78B96C;
}
.BgClassName
{
background-color: #78B96C;
}
</style>
border-color css
<style>
span { border-color: #78B96C; }
span { border-color: rgb(120,185,108); }
td.TdClassName
{
border-color: #78B96C;
}
.TagClassName
{
border-color: #78B96C;
}
</style>