Shades of Mantis #78BA63
Tints of Mantis #78BA63
RGB
CMYK
RGB Variations
Color information
#78BA63 (or 0x78BA63) is known color: Mantis. HEX triplet: 78, BA and 63. RGB value is (120,186,99). Sum of RGB (Red+Green+Blue) = 120+186+99=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA63 is #87459C. Grayscale: #9C9C9C. Windows color (decimal): -8865181 or 6535800. OLE color: 6535800.
HSL color Cylindrical-coordinate representation of color #78BA63: hue angle of 105.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78BA63 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 99 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.27 |
| HSL | 105.52º | 0.39% | 0.56% | - |
| HSV(B) | 105.52º | 0.47% | 0.73% | - |
| XYZ | 27.56 | 40.01 | 18.08 | - |
| YUV | 156.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 99 | 0.35 | 0 | 0.47 | 0.27 | 105.52 | 0.39 | 0.56 |
| Hex | 78 | BA | 63 | 23 | 0 | 2F | 1B | 6A | 27 | 38 |
| Octal | 170 | 272 | 143 | 43 | 0 | 57 | 33 | 152 | 47 | 70 |
| Binary | 1111000 | 10111010 | 1100011 | 100011 | 0 | 101111 | 11011 | 1101010 | 100111 | 111000 |
Color Harmonies of #78BA63
Complementary color
Monochromatic Colors of #78BA63
Black with #78BA63
Text Example
Text Example
White with #78BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA63; }
p { color: rgb(120,186,99); }
H1.HeaderClassName
{
color: #78BA63;
}
.AnyTagClassName
{
color: #78BA63;
}
</style>
background-color css
<style>
a { background-color: #78BA63; }
a { background-color: rgb(120,186,99); }
div.DivClassName
{
background-color: #78BA63;
}
.BgClassName
{
background-color: #78BA63;
}
</style>
border-color css
<style>
span { border-color: #78BA63; }
span { border-color: rgb(120,186,99); }
td.TdClassName
{
border-color: #78BA63;
}
.TagClassName
{
border-color: #78BA63;
}
</style>