Shades of Mantis #78C066
Tints of Mantis #78C066
RGB
CMYK
RGB Variations
Color information
#78C066 (or 0x78C066) is known color: Mantis. HEX triplet: 78, C0 and 66. RGB value is (120,192,102). Sum of RGB (Red+Green+Blue) = 120+192+102=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #78C066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C066 is #873F99. Grayscale: #A0A0A0. Windows color (decimal): -8863642 or 6733944. OLE color: 6733944.
HSL color Cylindrical-coordinate representation of color #78C066: hue angle of 108º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78C066 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 102 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.25 |
| HSL | 108º | 0.42% | 0.58% | - |
| HSV(B) | 108º | 0.47% | 0.75% | - |
| XYZ | 28.99 | 42.65 | 19.27 | - |
| YUV | 160.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 102 | 0.38 | 0 | 0.47 | 0.25 | 108 | 0.42 | 0.58 |
| Hex | 78 | C0 | 66 | 26 | 0 | 2F | 19 | 6C | 2A | 3A |
| Octal | 170 | 300 | 146 | 46 | 0 | 57 | 31 | 154 | 52 | 72 |
| Binary | 1111000 | 11000000 | 1100110 | 100110 | 0 | 101111 | 11001 | 1101100 | 101010 | 111010 |
Color Harmonies of #78C066
Complementary color
Monochromatic Colors of #78C066
Black with #78C066
Text Example
Text Example
White with #78C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C066; }
p { color: rgb(120,192,102); }
H1.HeaderClassName
{
color: #78C066;
}
.AnyTagClassName
{
color: #78C066;
}
</style>
background-color css
<style>
a { background-color: #78C066; }
a { background-color: rgb(120,192,102); }
div.DivClassName
{
background-color: #78C066;
}
.BgClassName
{
background-color: #78C066;
}
</style>
border-color css
<style>
span { border-color: #78C066; }
span { border-color: rgb(120,192,102); }
td.TdClassName
{
border-color: #78C066;
}
.TagClassName
{
border-color: #78C066;
}
</style>