Shades of Mantis #78BD6C
Tints of Mantis #78BD6C
RGB
CMYK
RGB Variations
Color information
#78BD6C (or 0x78BD6C) is known color: Mantis. HEX triplet: 78, BD and 6C. RGB value is (120,189,108). Sum of RGB (Red+Green+Blue) = 120+189+108=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BD6C is #874293. Grayscale: #9F9F9F. Windows color (decimal): -8864404 or 7126392. OLE color: 7126392.
HSL color Cylindrical-coordinate representation of color #78BD6C: hue angle of 111.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78BD6C is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 108 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.26 |
| HSL | 111.11º | 0.38% | 0.58% | - |
| HSV(B) | 111.11º | 0.43% | 0.74% | - |
| XYZ | 28.65 | 41.47 | 20.68 | - |
| YUV | 159.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 108 | 0.37 | 0 | 0.43 | 0.26 | 111.11 | 0.38 | 0.58 |
| Hex | 78 | BD | 6C | 25 | 0 | 2B | 1A | 6F | 26 | 3A |
| Octal | 170 | 275 | 154 | 45 | 0 | 53 | 32 | 157 | 46 | 72 |
| Binary | 1111000 | 10111101 | 1101100 | 100101 | 0 | 101011 | 11010 | 1101111 | 100110 | 111010 |
Color Harmonies of #78BD6C
Complementary color
Monochromatic Colors of #78BD6C
Black with #78BD6C
Text Example
Text Example
White with #78BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD6C; }
p { color: rgb(120,189,108); }
H1.HeaderClassName
{
color: #78BD6C;
}
.AnyTagClassName
{
color: #78BD6C;
}
</style>
background-color css
<style>
a { background-color: #78BD6C; }
a { background-color: rgb(120,189,108); }
div.DivClassName
{
background-color: #78BD6C;
}
.BgClassName
{
background-color: #78BD6C;
}
</style>
border-color css
<style>
span { border-color: #78BD6C; }
span { border-color: rgb(120,189,108); }
td.TdClassName
{
border-color: #78BD6C;
}
.TagClassName
{
border-color: #78BD6C;
}
</style>