Shades of Fern #78B974
Tints of Fern #78B974
RGB
CMYK
RGB Variations
Color information
#78B974 (or 0x78B974) is known color: Fern. HEX triplet: 78, B9 and 74. RGB value is (120,185,116). Sum of RGB (Red+Green+Blue) = 120+185+116=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #78B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B974 is #87468B. Grayscale: #9D9D9D. Windows color (decimal): -8865420 or 7649656. OLE color: 7649656.
HSL color Cylindrical-coordinate representation of color #78B974: hue angle of 116.52º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B974 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 116 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.27 |
| HSL | 116.52º | 0.33% | 0.59% | - |
| HSV(B) | 116.52º | 0.37% | 0.73% | - |
| XYZ | 28.25 | 39.95 | 22.75 | - |
| YUV | 157.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 116 | 0.35 | 0 | 0.37 | 0.27 | 116.52 | 0.33 | 0.59 |
| Hex | 78 | B9 | 74 | 23 | 0 | 25 | 1B | 75 | 21 | 3B |
| Octal | 170 | 271 | 164 | 43 | 0 | 45 | 33 | 165 | 41 | 73 |
| Binary | 1111000 | 10111001 | 1110100 | 100011 | 0 | 100101 | 11011 | 1110101 | 100001 | 111011 |
Color Harmonies of #78B974
Complementary color
Monochromatic Colors of #78B974
Black with #78B974
Text Example
Text Example
White with #78B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B974; }
p { color: rgb(120,185,116); }
H1.HeaderClassName
{
color: #78B974;
}
.AnyTagClassName
{
color: #78B974;
}
</style>
background-color css
<style>
a { background-color: #78B974; }
a { background-color: rgb(120,185,116); }
div.DivClassName
{
background-color: #78B974;
}
.BgClassName
{
background-color: #78B974;
}
</style>
border-color css
<style>
span { border-color: #78B974; }
span { border-color: rgb(120,185,116); }
td.TdClassName
{
border-color: #78B974;
}
.TagClassName
{
border-color: #78B974;
}
</style>