Shades of Fern #78BC70
Tints of Fern #78BC70
RGB
CMYK
RGB Variations
Color information
#78BC70 (or 0x78BC70) is known color: Fern. HEX triplet: 78, BC and 70. RGB value is (120,188,112). Sum of RGB (Red+Green+Blue) = 120+188+112=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC70 is #87438F. Grayscale: #9F9F9F. Windows color (decimal): -8864656 or 7388280. OLE color: 7388280.
HSL color Cylindrical-coordinate representation of color #78BC70: hue angle of 113.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78BC70 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 112 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.26 |
| HSL | 113.68º | 0.36% | 0.59% | - |
| HSV(B) | 113.68º | 0.4% | 0.74% | - |
| XYZ | 28.65 | 41.13 | 21.76 | - |
| YUV | 159 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 112 | 0.36 | 0 | 0.40 | 0.26 | 113.68 | 0.36 | 0.59 |
| Hex | 78 | BC | 70 | 24 | 0 | 28 | 1A | 72 | 24 | 3B |
| Octal | 170 | 274 | 160 | 44 | 0 | 50 | 32 | 162 | 44 | 73 |
| Binary | 1111000 | 10111100 | 1110000 | 100100 | 0 | 101000 | 11010 | 1110010 | 100100 | 111011 |
Color Harmonies of #78BC70
Complementary color
Monochromatic Colors of #78BC70
Black with #78BC70
Text Example
Text Example
White with #78BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC70; }
p { color: rgb(120,188,112); }
H1.HeaderClassName
{
color: #78BC70;
}
.AnyTagClassName
{
color: #78BC70;
}
</style>
background-color css
<style>
a { background-color: #78BC70; }
a { background-color: rgb(120,188,112); }
div.DivClassName
{
background-color: #78BC70;
}
.BgClassName
{
background-color: #78BC70;
}
</style>
border-color css
<style>
span { border-color: #78BC70; }
span { border-color: rgb(120,188,112); }
td.TdClassName
{
border-color: #78BC70;
}
.TagClassName
{
border-color: #78BC70;
}
</style>