Shades of Mantis #78BA67
Tints of Mantis #78BA67
RGB
CMYK
RGB Variations
Color information
#78BA67 (or 0x78BA67) is known color: Mantis. HEX triplet: 78, BA and 67. RGB value is (120,186,103). Sum of RGB (Red+Green+Blue) = 120+186+103=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA67 is #874598. Grayscale: #9D9D9D. Windows color (decimal): -8865177 or 6797944. OLE color: 6797944.
HSL color Cylindrical-coordinate representation of color #78BA67: hue angle of 107.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BA67 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 103 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.27 |
| HSL | 107.71º | 0.38% | 0.57% | - |
| HSV(B) | 107.71º | 0.45% | 0.73% | - |
| XYZ | 27.75 | 40.09 | 19.11 | - |
| YUV | 156.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 103 | 0.35 | 0 | 0.45 | 0.27 | 107.71 | 0.38 | 0.57 |
| Hex | 78 | BA | 67 | 23 | 0 | 2D | 1B | 6C | 26 | 39 |
| Octal | 170 | 272 | 147 | 43 | 0 | 55 | 33 | 154 | 46 | 71 |
| Binary | 1111000 | 10111010 | 1100111 | 100011 | 0 | 101101 | 11011 | 1101100 | 100110 | 111001 |
Color Harmonies of #78BA67
Complementary color
Monochromatic Colors of #78BA67
Black with #78BA67
Text Example
Text Example
White with #78BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA67; }
p { color: rgb(120,186,103); }
H1.HeaderClassName
{
color: #78BA67;
}
.AnyTagClassName
{
color: #78BA67;
}
</style>
background-color css
<style>
a { background-color: #78BA67; }
a { background-color: rgb(120,186,103); }
div.DivClassName
{
background-color: #78BA67;
}
.BgClassName
{
background-color: #78BA67;
}
</style>
border-color css
<style>
span { border-color: #78BA67; }
span { border-color: rgb(120,186,103); }
td.TdClassName
{
border-color: #78BA67;
}
.TagClassName
{
border-color: #78BA67;
}
</style>