Shades of Mantis #78C067
Tints of Mantis #78C067
RGB
CMYK
RGB Variations
Color information
#78C067 (or 0x78C067) is known color: Mantis. HEX triplet: 78, C0 and 67. RGB value is (120,192,103). Sum of RGB (Red+Green+Blue) = 120+192+103=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #78C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C067 is #873F98. Grayscale: #A0A0A0. Windows color (decimal): -8863641 or 6799480. OLE color: 6799480.
HSL color Cylindrical-coordinate representation of color #78C067: hue angle of 108.54º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C067 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 103 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.25 |
| HSL | 108.54º | 0.41% | 0.58% | - |
| HSV(B) | 108.54º | 0.46% | 0.75% | - |
| XYZ | 29.04 | 42.67 | 19.54 | - |
| YUV | 160.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 103 | 0.38 | 0 | 0.46 | 0.25 | 108.54 | 0.41 | 0.58 |
| Hex | 78 | C0 | 67 | 26 | 0 | 2E | 19 | 6D | 29 | 3A |
| Octal | 170 | 300 | 147 | 46 | 0 | 56 | 31 | 155 | 51 | 72 |
| Binary | 1111000 | 11000000 | 1100111 | 100110 | 0 | 101110 | 11001 | 1101101 | 101001 | 111010 |
Color Harmonies of #78C067
Complementary color
Monochromatic Colors of #78C067
Black with #78C067
Text Example
Text Example
White with #78C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C067; }
p { color: rgb(120,192,103); }
H1.HeaderClassName
{
color: #78C067;
}
.AnyTagClassName
{
color: #78C067;
}
</style>
background-color css
<style>
a { background-color: #78C067; }
a { background-color: rgb(120,192,103); }
div.DivClassName
{
background-color: #78C067;
}
.BgClassName
{
background-color: #78C067;
}
</style>
border-color css
<style>
span { border-color: #78C067; }
span { border-color: rgb(120,192,103); }
td.TdClassName
{
border-color: #78C067;
}
.TagClassName
{
border-color: #78C067;
}
</style>