Shades of Mantis #78C168
Tints of Mantis #78C168
RGB
CMYK
RGB Variations
Color information
#78C168 (or 0x78C168) is known color: Mantis. HEX triplet: 78, C1 and 68. RGB value is (120,193,104). Sum of RGB (Red+Green+Blue) = 120+193+104=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #78C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C168 is #873E97. Grayscale: #A1A1A1. Windows color (decimal): -8863384 or 6865272. OLE color: 6865272.
HSL color Cylindrical-coordinate representation of color #78C168: hue angle of 109.21º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C168 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 104 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.24 |
| HSL | 109.21º | 0.42% | 0.58% | - |
| HSV(B) | 109.21º | 0.46% | 0.76% | - |
| XYZ | 29.31 | 43.13 | 19.88 | - |
| YUV | 161.03 | 95.82 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 104 | 0.38 | 0 | 0.46 | 0.24 | 109.21 | 0.42 | 0.58 |
| Hex | 78 | C1 | 68 | 26 | 0 | 2E | 18 | 6D | 2A | 3A |
| Octal | 170 | 301 | 150 | 46 | 0 | 56 | 30 | 155 | 52 | 72 |
| Binary | 1111000 | 11000001 | 1101000 | 100110 | 0 | 101110 | 11000 | 1101101 | 101010 | 111010 |
Color Harmonies of #78C168
Complementary color
Monochromatic Colors of #78C168
Black with #78C168
Text Example
Text Example
White with #78C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C168; }
p { color: rgb(120,193,104); }
H1.HeaderClassName
{
color: #78C168;
}
.AnyTagClassName
{
color: #78C168;
}
</style>
background-color css
<style>
a { background-color: #78C168; }
a { background-color: rgb(120,193,104); }
div.DivClassName
{
background-color: #78C168;
}
.BgClassName
{
background-color: #78C168;
}
</style>
border-color css
<style>
span { border-color: #78C168; }
span { border-color: rgb(120,193,104); }
td.TdClassName
{
border-color: #78C168;
}
.TagClassName
{
border-color: #78C168;
}
</style>