Shades of Fern #78BA71
Tints of Fern #78BA71
RGB
CMYK
RGB Variations
Color information
#78BA71 (or 0x78BA71) is known color: Fern. HEX triplet: 78, BA and 71. RGB value is (120,186,113). Sum of RGB (Red+Green+Blue) = 120+186+113=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA71 is #87458E. Grayscale: #9E9E9E. Windows color (decimal): -8865167 or 7453304. OLE color: 7453304.
HSL color Cylindrical-coordinate representation of color #78BA71: hue angle of 114.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78BA71 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 113 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.27 |
| HSL | 114.25º | 0.35% | 0.59% | - |
| HSV(B) | 114.25º | 0.39% | 0.73% | - |
| XYZ | 28.29 | 40.3 | 21.91 | - |
| YUV | 157.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 113 | 0.35 | 0 | 0.39 | 0.27 | 114.25 | 0.35 | 0.59 |
| Hex | 78 | BA | 71 | 23 | 0 | 27 | 1B | 72 | 23 | 3B |
| Octal | 170 | 272 | 161 | 43 | 0 | 47 | 33 | 162 | 43 | 73 |
| Binary | 1111000 | 10111010 | 1110001 | 100011 | 0 | 100111 | 11011 | 1110010 | 100011 | 111011 |
Color Harmonies of #78BA71
Complementary color
Monochromatic Colors of #78BA71
Black with #78BA71
Text Example
Text Example
White with #78BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA71; }
p { color: rgb(120,186,113); }
H1.HeaderClassName
{
color: #78BA71;
}
.AnyTagClassName
{
color: #78BA71;
}
</style>
background-color css
<style>
a { background-color: #78BA71; }
a { background-color: rgb(120,186,113); }
div.DivClassName
{
background-color: #78BA71;
}
.BgClassName
{
background-color: #78BA71;
}
</style>
border-color css
<style>
span { border-color: #78BA71; }
span { border-color: rgb(120,186,113); }
td.TdClassName
{
border-color: #78BA71;
}
.TagClassName
{
border-color: #78BA71;
}
</style>