Shades of Fern #78BB74
Tints of Fern #78BB74
RGB
CMYK
RGB Variations
Color information
#78BB74 (or 0x78BB74) is known color: Fern. HEX triplet: 78, BB and 74. RGB value is (120,187,116). Sum of RGB (Red+Green+Blue) = 120+187+116=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BB74 is #87448B. Grayscale: #9F9F9F. Windows color (decimal): -8864908 or 7650168. OLE color: 7650168.
HSL color Cylindrical-coordinate representation of color #78BB74: hue angle of 116.62º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BB74 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 116 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.27 |
| HSL | 116.62º | 0.34% | 0.59% | - |
| HSV(B) | 116.62º | 0.38% | 0.73% | - |
| XYZ | 28.67 | 40.79 | 22.89 | - |
| YUV | 158.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 116 | 0.36 | 0 | 0.38 | 0.27 | 116.62 | 0.34 | 0.59 |
| Hex | 78 | BB | 74 | 24 | 0 | 26 | 1B | 75 | 22 | 3B |
| Octal | 170 | 273 | 164 | 44 | 0 | 46 | 33 | 165 | 42 | 73 |
| Binary | 1111000 | 10111011 | 1110100 | 100100 | 0 | 100110 | 11011 | 1110101 | 100010 | 111011 |
Color Harmonies of #78BB74
Complementary color
Monochromatic Colors of #78BB74
Black with #78BB74
Text Example
Text Example
White with #78BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB74; }
p { color: rgb(120,187,116); }
H1.HeaderClassName
{
color: #78BB74;
}
.AnyTagClassName
{
color: #78BB74;
}
</style>
background-color css
<style>
a { background-color: #78BB74; }
a { background-color: rgb(120,187,116); }
div.DivClassName
{
background-color: #78BB74;
}
.BgClassName
{
background-color: #78BB74;
}
</style>
border-color css
<style>
span { border-color: #78BB74; }
span { border-color: rgb(120,187,116); }
td.TdClassName
{
border-color: #78BB74;
}
.TagClassName
{
border-color: #78BB74;
}
</style>