Shades of Fern #78B875
Tints of Fern #78B875
RGB
CMYK
RGB Variations
Color information
#78B875 (or 0x78B875) is known color: Fern. HEX triplet: 78, B8 and 75. RGB value is (120,184,117). Sum of RGB (Red+Green+Blue) = 120+184+117=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #78B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B875 is #87478A. Grayscale: #9D9D9D. Windows color (decimal): -8865675 or 7714936. OLE color: 7714936.
HSL color Cylindrical-coordinate representation of color #78B875: hue angle of 117.31º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78B875 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 117 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.28 |
| HSL | 117.31º | 0.32% | 0.59% | - |
| HSV(B) | 117.31º | 0.36% | 0.72% | - |
| XYZ | 28.1 | 39.56 | 22.98 | - |
| YUV | 157.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 117 | 0.35 | 0 | 0.36 | 0.28 | 117.31 | 0.32 | 0.59 |
| Hex | 78 | B8 | 75 | 23 | 0 | 24 | 1C | 75 | 20 | 3B |
| Octal | 170 | 270 | 165 | 43 | 0 | 44 | 34 | 165 | 40 | 73 |
| Binary | 1111000 | 10111000 | 1110101 | 100011 | 0 | 100100 | 11100 | 1110101 | 100000 | 111011 |
Color Harmonies of #78B875
Complementary color
Monochromatic Colors of #78B875
Black with #78B875
Text Example
Text Example
White with #78B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B875; }
p { color: rgb(120,184,117); }
H1.HeaderClassName
{
color: #78B875;
}
.AnyTagClassName
{
color: #78B875;
}
</style>
background-color css
<style>
a { background-color: #78B875; }
a { background-color: rgb(120,184,117); }
div.DivClassName
{
background-color: #78B875;
}
.BgClassName
{
background-color: #78B875;
}
</style>
border-color css
<style>
span { border-color: #78B875; }
span { border-color: rgb(120,184,117); }
td.TdClassName
{
border-color: #78B875;
}
.TagClassName
{
border-color: #78B875;
}
</style>