Shades of Mantis #78C167
Tints of Mantis #78C167
RGB
CMYK
RGB Variations
Color information
#78C167 (or 0x78C167) is known color: Mantis. HEX triplet: 78, C1 and 67. RGB value is (120,193,103). Sum of RGB (Red+Green+Blue) = 120+193+103=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #78C167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C167 is #873E98. Grayscale: #A1A1A1. Windows color (decimal): -8863385 or 6799736. OLE color: 6799736.
HSL color Cylindrical-coordinate representation of color #78C167: hue angle of 108.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78C167 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 103 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.24 |
| HSL | 108.67º | 0.42% | 0.58% | - |
| HSV(B) | 108.67º | 0.47% | 0.76% | - |
| XYZ | 29.26 | 43.11 | 19.61 | - |
| YUV | 160.91 | 95.32 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 103 | 0.38 | 0 | 0.47 | 0.24 | 108.67 | 0.42 | 0.58 |
| Hex | 78 | C1 | 67 | 26 | 0 | 2F | 18 | 6D | 2A | 3A |
| Octal | 170 | 301 | 147 | 46 | 0 | 57 | 30 | 155 | 52 | 72 |
| Binary | 1111000 | 11000001 | 1100111 | 100110 | 0 | 101111 | 11000 | 1101101 | 101010 | 111010 |
Color Harmonies of #78C167
Complementary color
Monochromatic Colors of #78C167
Black with #78C167
Text Example
Text Example
White with #78C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C167; }
p { color: rgb(120,193,103); }
H1.HeaderClassName
{
color: #78C167;
}
.AnyTagClassName
{
color: #78C167;
}
</style>
background-color css
<style>
a { background-color: #78C167; }
a { background-color: rgb(120,193,103); }
div.DivClassName
{
background-color: #78C167;
}
.BgClassName
{
background-color: #78C167;
}
</style>
border-color css
<style>
span { border-color: #78C167; }
span { border-color: rgb(120,193,103); }
td.TdClassName
{
border-color: #78C167;
}
.TagClassName
{
border-color: #78C167;
}
</style>