Shades of Fern #78B07A
Tints of Fern #78B07A
RGB
CMYK
RGB Variations
Color information
#78B07A (or 0x78B07A) is known color: Fern. HEX triplet: 78, B0 and 7A. RGB value is (120,176,122). Sum of RGB (Red+Green+Blue) = 120+176+122=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #78B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B07A is #874F85. Grayscale: #999999. Windows color (decimal): -8867718 or 8040568. OLE color: 8040568.
HSL color Cylindrical-coordinate representation of color #78B07A: hue angle of 122.14º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78B07A is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 122 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.31 |
| HSL | 122.14º | 0.26% | 0.58% | - |
| HSV(B) | 122.14º | 0.32% | 0.69% | - |
| XYZ | 26.78 | 36.45 | 24.04 | - |
| YUV | 153.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 122 | 0.32 | 0 | 0.31 | 0.31 | 122.14 | 0.26 | 0.58 |
| Hex | 78 | B0 | 7A | 20 | 0 | 1F | 1F | 7A | 1A | 3A |
| Octal | 170 | 260 | 172 | 40 | 0 | 37 | 37 | 172 | 32 | 72 |
| Binary | 1111000 | 10110000 | 1111010 | 100000 | 0 | 11111 | 11111 | 1111010 | 11010 | 111010 |
Color Harmonies of #78B07A
Complementary color
Monochromatic Colors of #78B07A
Black with #78B07A
Text Example
Text Example
White with #78B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B07A; }
p { color: rgb(120,176,122); }
H1.HeaderClassName
{
color: #78B07A;
}
.AnyTagClassName
{
color: #78B07A;
}
</style>
background-color css
<style>
a { background-color: #78B07A; }
a { background-color: rgb(120,176,122); }
div.DivClassName
{
background-color: #78B07A;
}
.BgClassName
{
background-color: #78B07A;
}
</style>
border-color css
<style>
span { border-color: #78B07A; }
span { border-color: rgb(120,176,122); }
td.TdClassName
{
border-color: #78B07A;
}
.TagClassName
{
border-color: #78B07A;
}
</style>