Shades of Mantis #78B86D
Tints of Mantis #78B86D
RGB
CMYK
RGB Variations
Color information
#78B86D (or 0x78B86D) is known color: Mantis. HEX triplet: 78, B8 and 6D. RGB value is (120,184,109). Sum of RGB (Red+Green+Blue) = 120+184+109=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 184 - color contains mainly: green. Hex color #78B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B86D is #874792. Grayscale: #9C9C9C. Windows color (decimal): -8865683 or 7190648. OLE color: 7190648.
HSL color Cylindrical-coordinate representation of color #78B86D: hue angle of 111.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78B86D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 109 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.28 |
| HSL | 111.2º | 0.35% | 0.57% | - |
| HSV(B) | 111.2º | 0.41% | 0.72% | - |
| XYZ | 27.65 | 39.38 | 20.61 | - |
| YUV | 156.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 109 | 0.35 | 0 | 0.41 | 0.28 | 111.2 | 0.35 | 0.57 |
| Hex | 78 | B8 | 6D | 23 | 0 | 29 | 1C | 6F | 23 | 39 |
| Octal | 170 | 270 | 155 | 43 | 0 | 51 | 34 | 157 | 43 | 71 |
| Binary | 1111000 | 10111000 | 1101101 | 100011 | 0 | 101001 | 11100 | 1101111 | 100011 | 111001 |
Color Harmonies of #78B86D
Complementary color
Monochromatic Colors of #78B86D
Black with #78B86D
Text Example
Text Example
White with #78B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B86D; }
p { color: rgb(120,184,109); }
H1.HeaderClassName
{
color: #78B86D;
}
.AnyTagClassName
{
color: #78B86D;
}
</style>
background-color css
<style>
a { background-color: #78B86D; }
a { background-color: rgb(120,184,109); }
div.DivClassName
{
background-color: #78B86D;
}
.BgClassName
{
background-color: #78B86D;
}
</style>
border-color css
<style>
span { border-color: #78B86D; }
span { border-color: rgb(120,184,109); }
td.TdClassName
{
border-color: #78B86D;
}
.TagClassName
{
border-color: #78B86D;
}
</style>