Shades of Fern #78BD74
Tints of Fern #78BD74
RGB
CMYK
RGB Variations
Color information
#78BD74 (or 0x78BD74) is known color: Fern. HEX triplet: 78, BD and 74. RGB value is (120,189,116). Sum of RGB (Red+Green+Blue) = 120+189+116=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BD74 is #87428B. Grayscale: #A0A0A0. Windows color (decimal): -8864396 or 7650680. OLE color: 7650680.
HSL color Cylindrical-coordinate representation of color #78BD74: hue angle of 116.71º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78BD74 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 116 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.26 |
| HSL | 116.71º | 0.36% | 0.6% | - |
| HSV(B) | 116.71º | 0.39% | 0.74% | - |
| XYZ | 29.1 | 41.65 | 23.03 | - |
| YUV | 160.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 116 | 0.37 | 0 | 0.39 | 0.26 | 116.71 | 0.36 | 0.6 |
| Hex | 78 | BD | 74 | 25 | 0 | 27 | 1A | 75 | 24 | 3C |
| Octal | 170 | 275 | 164 | 45 | 0 | 47 | 32 | 165 | 44 | 74 |
| Binary | 1111000 | 10111101 | 1110100 | 100101 | 0 | 100111 | 11010 | 1110101 | 100100 | 111100 |
Color Harmonies of #78BD74
Complementary color
Monochromatic Colors of #78BD74
Black with #78BD74
Text Example
Text Example
White with #78BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD74; }
p { color: rgb(120,189,116); }
H1.HeaderClassName
{
color: #78BD74;
}
.AnyTagClassName
{
color: #78BD74;
}
</style>
background-color css
<style>
a { background-color: #78BD74; }
a { background-color: rgb(120,189,116); }
div.DivClassName
{
background-color: #78BD74;
}
.BgClassName
{
background-color: #78BD74;
}
</style>
border-color css
<style>
span { border-color: #78BD74; }
span { border-color: rgb(120,189,116); }
td.TdClassName
{
border-color: #78BD74;
}
.TagClassName
{
border-color: #78BD74;
}
</style>