Shades of Fern #78B978
Tints of Fern #78B978
RGB
CMYK
RGB Variations
Color information
#78B978 (or 0x78B978) is known color: Fern. HEX triplet: 78, B9 and 78. RGB value is (120,185,120). Sum of RGB (Red+Green+Blue) = 120+185+120=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #78B978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B978 is #874687. Grayscale: #9E9E9E. Windows color (decimal): -8865416 or 7911800. OLE color: 7911800.
HSL color Cylindrical-coordinate representation of color #78B978: hue angle of 120º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B978 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 120 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.27 |
| HSL | 120º | 0.32% | 0.6% | - |
| HSV(B) | 120º | 0.35% | 0.73% | - |
| XYZ | 28.48 | 40.05 | 24 | - |
| YUV | 158.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 120 | 0.35 | 0 | 0.35 | 0.27 | 120 | 0.32 | 0.6 |
| Hex | 78 | B9 | 78 | 23 | 0 | 23 | 1B | 78 | 20 | 3C |
| Octal | 170 | 271 | 170 | 43 | 0 | 43 | 33 | 170 | 40 | 74 |
| Binary | 1111000 | 10111001 | 1111000 | 100011 | 0 | 100011 | 11011 | 1111000 | 100000 | 111100 |
Color Harmonies of #78B978
Complementary color
Monochromatic Colors of #78B978
Black with #78B978
Text Example
Text Example
White with #78B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B978; }
p { color: rgb(120,185,120); }
H1.HeaderClassName
{
color: #78B978;
}
.AnyTagClassName
{
color: #78B978;
}
</style>
background-color css
<style>
a { background-color: #78B978; }
a { background-color: rgb(120,185,120); }
div.DivClassName
{
background-color: #78B978;
}
.BgClassName
{
background-color: #78B978;
}
</style>
border-color css
<style>
span { border-color: #78B978; }
span { border-color: rgb(120,185,120); }
td.TdClassName
{
border-color: #78B978;
}
.TagClassName
{
border-color: #78B978;
}
</style>