Shades of Fern Green #56774C
Tints of Fern Green #56774C
RGB
CMYK
RGB Variations
Color information
#56774C (or 0x56774C) is known color: Fern Green. HEX triplet: 56, 77 and 4C. RGB value is (86,119,76). Sum of RGB (Red+Green+Blue) = 86+119+76=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #56774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56774C is #A988B3. Grayscale: #686868. Windows color (decimal): -11110580 or 5011286. OLE color: 5011286.
HSL color Cylindrical-coordinate representation of color #56774C: hue angle of 106.05º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56774C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 76 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.53 |
| HSL | 106.05º | 0.22% | 0.38% | - |
| HSV(B) | 106.05º | 0.36% | 0.47% | - |
| XYZ | 11.74 | 15.69 | 9.25 | - |
| YUV | 104.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 76 | 0.28 | 0 | 0.36 | 0.53 | 106.05 | 0.22 | 0.38 |
| Hex | 56 | 77 | 4C | 1C | 0 | 24 | 35 | 6A | 16 | 26 |
| Octal | 126 | 167 | 114 | 34 | 0 | 44 | 65 | 152 | 26 | 46 |
| Binary | 1010110 | 1110111 | 1001100 | 11100 | 0 | 100100 | 110101 | 1101010 | 10110 | 100110 |
Color Harmonies of #56774C
Complementary color
Monochromatic Colors of #56774C
Black with #56774C
Text Example
Text Example
White with #56774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56774C; }
p { color: rgb(86,119,76); }
H1.HeaderClassName
{
color: #56774C;
}
.AnyTagClassName
{
color: #56774C;
}
</style>
background-color css
<style>
a { background-color: #56774C; }
a { background-color: rgb(86,119,76); }
div.DivClassName
{
background-color: #56774C;
}
.BgClassName
{
background-color: #56774C;
}
</style>
border-color css
<style>
span { border-color: #56774C; }
span { border-color: rgb(86,119,76); }
td.TdClassName
{
border-color: #56774C;
}
.TagClassName
{
border-color: #56774C;
}
</style>