Shades of Fern #78B874
Tints of Fern #78B874
RGB
CMYK
RGB Variations
Color information
#78B874 (or 0x78B874) is known color: Fern. HEX triplet: 78, B8 and 74. RGB value is (120,184,116). Sum of RGB (Red+Green+Blue) = 120+184+116=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #78B874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B874 is #87478B. Grayscale: #9D9D9D. Windows color (decimal): -8865676 or 7649400. OLE color: 7649400.
HSL color Cylindrical-coordinate representation of color #78B874: hue angle of 116.47º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B874 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 116 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.28 |
| HSL | 116.47º | 0.32% | 0.59% | - |
| HSV(B) | 116.47º | 0.37% | 0.72% | - |
| XYZ | 28.04 | 39.54 | 22.68 | - |
| YUV | 157.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 116 | 0.35 | 0 | 0.37 | 0.28 | 116.47 | 0.32 | 0.59 |
| Hex | 78 | B8 | 74 | 23 | 0 | 25 | 1C | 74 | 20 | 3B |
| Octal | 170 | 270 | 164 | 43 | 0 | 45 | 34 | 164 | 40 | 73 |
| Binary | 1111000 | 10111000 | 1110100 | 100011 | 0 | 100101 | 11100 | 1110100 | 100000 | 111011 |
Color Harmonies of #78B874
Complementary color
Monochromatic Colors of #78B874
Black with #78B874
Text Example
Text Example
White with #78B874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B874; }
p { color: rgb(120,184,116); }
H1.HeaderClassName
{
color: #78B874;
}
.AnyTagClassName
{
color: #78B874;
}
</style>
background-color css
<style>
a { background-color: #78B874; }
a { background-color: rgb(120,184,116); }
div.DivClassName
{
background-color: #78B874;
}
.BgClassName
{
background-color: #78B874;
}
</style>
border-color css
<style>
span { border-color: #78B874; }
span { border-color: rgb(120,184,116); }
td.TdClassName
{
border-color: #78B874;
}
.TagClassName
{
border-color: #78B874;
}
</style>