Shades of Mantis #78BB68
Tints of Mantis #78BB68
RGB
CMYK
RGB Variations
Color information
#78BB68 (or 0x78BB68) is known color: Mantis. HEX triplet: 78, BB and 68. RGB value is (120,187,104). Sum of RGB (Red+Green+Blue) = 120+187+104=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BB68 is #874497. Grayscale: #9D9D9D. Windows color (decimal): -8864920 or 6863736. OLE color: 6863736.
HSL color Cylindrical-coordinate representation of color #78BB68: hue angle of 108.43º degrees, saturation: 0.38, 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 #78BB68 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 104 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.27 |
| HSL | 108.43º | 0.38% | 0.57% | - |
| HSV(B) | 108.43º | 0.44% | 0.73% | - |
| XYZ | 28.01 | 40.53 | 19.44 | - |
| YUV | 157.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 104 | 0.36 | 0 | 0.44 | 0.27 | 108.43 | 0.38 | 0.57 |
| Hex | 78 | BB | 68 | 24 | 0 | 2C | 1B | 6C | 26 | 39 |
| Octal | 170 | 273 | 150 | 44 | 0 | 54 | 33 | 154 | 46 | 71 |
| Binary | 1111000 | 10111011 | 1101000 | 100100 | 0 | 101100 | 11011 | 1101100 | 100110 | 111001 |
Color Harmonies of #78BB68
Complementary color
Monochromatic Colors of #78BB68
Black with #78BB68
Text Example
Text Example
White with #78BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB68; }
p { color: rgb(120,187,104); }
H1.HeaderClassName
{
color: #78BB68;
}
.AnyTagClassName
{
color: #78BB68;
}
</style>
background-color css
<style>
a { background-color: #78BB68; }
a { background-color: rgb(120,187,104); }
div.DivClassName
{
background-color: #78BB68;
}
.BgClassName
{
background-color: #78BB68;
}
</style>
border-color css
<style>
span { border-color: #78BB68; }
span { border-color: rgb(120,187,104); }
td.TdClassName
{
border-color: #78BB68;
}
.TagClassName
{
border-color: #78BB68;
}
</style>