Shades of Fern Green #56784C
Tints of Fern Green #56784C
RGB
CMYK
RGB Variations
Color information
#56784C (or 0x56784C) is known color: Fern Green. HEX triplet: 56, 78 and 4C. RGB value is (86,120,76). Sum of RGB (Red+Green+Blue) = 86+120+76=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #56784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56784C is #A987B3. Grayscale: #686868. Windows color (decimal): -11110324 or 5011542. OLE color: 5011542.
HSL color Cylindrical-coordinate representation of color #56784C: hue angle of 106.36º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56784C is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 76 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.53 |
| HSL | 106.36º | 0.22% | 0.38% | - |
| HSV(B) | 106.36º | 0.37% | 0.47% | - |
| XYZ | 11.86 | 15.93 | 9.29 | - |
| YUV | 104.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 76 | 0.28 | 0 | 0.37 | 0.53 | 106.36 | 0.22 | 0.38 |
| Hex | 56 | 78 | 4C | 1C | 0 | 25 | 35 | 6A | 16 | 26 |
| Octal | 126 | 170 | 114 | 34 | 0 | 45 | 65 | 152 | 26 | 46 |
| Binary | 1010110 | 1111000 | 1001100 | 11100 | 0 | 100101 | 110101 | 1101010 | 10110 | 100110 |
Color Harmonies of #56784C
Complementary color
Monochromatic Colors of #56784C
Black with #56784C
Text Example
Text Example
White with #56784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56784C; }
p { color: rgb(86,120,76); }
H1.HeaderClassName
{
color: #56784C;
}
.AnyTagClassName
{
color: #56784C;
}
</style>
background-color css
<style>
a { background-color: #56784C; }
a { background-color: rgb(86,120,76); }
div.DivClassName
{
background-color: #56784C;
}
.BgClassName
{
background-color: #56784C;
}
</style>
border-color css
<style>
span { border-color: #56784C; }
span { border-color: rgb(86,120,76); }
td.TdClassName
{
border-color: #56784C;
}
.TagClassName
{
border-color: #56784C;
}
</style>