Shades of Mantis #78B567
Tints of Mantis #78B567
RGB
CMYK
RGB Variations
Color information
#78B567 (or 0x78B567) is known color: Mantis. HEX triplet: 78, B5 and 67. RGB value is (120,181,103). Sum of RGB (Red+Green+Blue) = 120+181+103=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #78B567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B567 is #874A98. Grayscale: #9A9A9A. Windows color (decimal): -8866457 or 6796664. OLE color: 6796664.
HSL color Cylindrical-coordinate representation of color #78B567: hue angle of 106.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78B567 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 103 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.29 |
| HSL | 106.92º | 0.35% | 0.56% | - |
| HSV(B) | 106.92º | 0.43% | 0.71% | - |
| XYZ | 26.72 | 38.02 | 18.76 | - |
| YUV | 153.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 103 | 0.34 | 0 | 0.43 | 0.29 | 106.92 | 0.35 | 0.56 |
| Hex | 78 | B5 | 67 | 22 | 0 | 2B | 1D | 6B | 23 | 38 |
| Octal | 170 | 265 | 147 | 42 | 0 | 53 | 35 | 153 | 43 | 70 |
| Binary | 1111000 | 10110101 | 1100111 | 100010 | 0 | 101011 | 11101 | 1101011 | 100011 | 111000 |
Color Harmonies of #78B567
Complementary color
Monochromatic Colors of #78B567
Black with #78B567
Text Example
Text Example
White with #78B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B567; }
p { color: rgb(120,181,103); }
H1.HeaderClassName
{
color: #78B567;
}
.AnyTagClassName
{
color: #78B567;
}
</style>
background-color css
<style>
a { background-color: #78B567; }
a { background-color: rgb(120,181,103); }
div.DivClassName
{
background-color: #78B567;
}
.BgClassName
{
background-color: #78B567;
}
</style>
border-color css
<style>
span { border-color: #78B567; }
span { border-color: rgb(120,181,103); }
td.TdClassName
{
border-color: #78B567;
}
.TagClassName
{
border-color: #78B567;
}
</style>