Shades of Mantis #78BA69
Tints of Mantis #78BA69
RGB
CMYK
RGB Variations
Color information
#78BA69 (or 0x78BA69) is known color: Mantis. HEX triplet: 78, BA and 69. RGB value is (120,186,105). Sum of RGB (Red+Green+Blue) = 120+186+105=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA69 is #874596. Grayscale: #9D9D9D. Windows color (decimal): -8865175 or 6929016. OLE color: 6929016.
HSL color Cylindrical-coordinate representation of color #78BA69: hue angle of 108.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78BA69 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 105 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.27 |
| HSL | 108.89º | 0.37% | 0.57% | - |
| HSV(B) | 108.89º | 0.44% | 0.73% | - |
| XYZ | 27.85 | 40.13 | 19.64 | - |
| YUV | 157.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 105 | 0.35 | 0 | 0.44 | 0.27 | 108.89 | 0.37 | 0.57 |
| Hex | 78 | BA | 69 | 23 | 0 | 2C | 1B | 6D | 25 | 39 |
| Octal | 170 | 272 | 151 | 43 | 0 | 54 | 33 | 155 | 45 | 71 |
| Binary | 1111000 | 10111010 | 1101001 | 100011 | 0 | 101100 | 11011 | 1101101 | 100101 | 111001 |
Color Harmonies of #78BA69
Complementary color
Monochromatic Colors of #78BA69
Black with #78BA69
Text Example
Text Example
White with #78BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA69; }
p { color: rgb(120,186,105); }
H1.HeaderClassName
{
color: #78BA69;
}
.AnyTagClassName
{
color: #78BA69;
}
</style>
background-color css
<style>
a { background-color: #78BA69; }
a { background-color: rgb(120,186,105); }
div.DivClassName
{
background-color: #78BA69;
}
.BgClassName
{
background-color: #78BA69;
}
</style>
border-color css
<style>
span { border-color: #78BA69; }
span { border-color: rgb(120,186,105); }
td.TdClassName
{
border-color: #78BA69;
}
.TagClassName
{
border-color: #78BA69;
}
</style>