Shades of Fern #78B770
Tints of Fern #78B770
RGB
CMYK
RGB Variations
Color information
#78B770 (or 0x78B770) is known color: Fern. HEX triplet: 78, B7 and 70. RGB value is (120,183,112). Sum of RGB (Red+Green+Blue) = 120+183+112=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #78B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B770 is #87488F. Grayscale: #9C9C9C. Windows color (decimal): -8865936 or 7387000. OLE color: 7387000.
HSL color Cylindrical-coordinate representation of color #78B770: hue angle of 113.24º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78B770 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 112 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.28 |
| HSL | 113.24º | 0.33% | 0.58% | - |
| HSV(B) | 113.24º | 0.39% | 0.72% | - |
| XYZ | 27.6 | 39.03 | 21.41 | - |
| YUV | 156.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 112 | 0.34 | 0 | 0.39 | 0.28 | 113.24 | 0.33 | 0.58 |
| Hex | 78 | B7 | 70 | 22 | 0 | 27 | 1C | 71 | 21 | 3A |
| Octal | 170 | 267 | 160 | 42 | 0 | 47 | 34 | 161 | 41 | 72 |
| Binary | 1111000 | 10110111 | 1110000 | 100010 | 0 | 100111 | 11100 | 1110001 | 100001 | 111010 |
Color Harmonies of #78B770
Complementary color
Monochromatic Colors of #78B770
Black with #78B770
Text Example
Text Example
White with #78B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B770; }
p { color: rgb(120,183,112); }
H1.HeaderClassName
{
color: #78B770;
}
.AnyTagClassName
{
color: #78B770;
}
</style>
background-color css
<style>
a { background-color: #78B770; }
a { background-color: rgb(120,183,112); }
div.DivClassName
{
background-color: #78B770;
}
.BgClassName
{
background-color: #78B770;
}
</style>
border-color css
<style>
span { border-color: #78B770; }
span { border-color: rgb(120,183,112); }
td.TdClassName
{
border-color: #78B770;
}
.TagClassName
{
border-color: #78B770;
}
</style>