Shades of Fern Green #56794A
Tints of Fern Green #56794A
RGB
CMYK
RGB Variations
Color information
#56794A (or 0x56794A) is known color: Fern Green. HEX triplet: 56, 79 and 4A. RGB value is (86,121,74). Sum of RGB (Red+Green+Blue) = 86+121+74=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #56794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56794A is #A986B5. Grayscale: #696969. Windows color (decimal): -11110070 or 4880726. OLE color: 4880726.
HSL color Cylindrical-coordinate representation of color #56794A: hue angle of 104.68º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56794A is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 74 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.53 |
| HSL | 104.68º | 0.24% | 0.38% | - |
| HSV(B) | 104.68º | 0.39% | 0.47% | - |
| XYZ | 11.91 | 16.15 | 8.97 | - |
| YUV | 105.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 74 | 0.29 | 0 | 0.39 | 0.53 | 104.68 | 0.24 | 0.38 |
| Hex | 56 | 79 | 4A | 1D | 0 | 27 | 35 | 69 | 18 | 26 |
| Octal | 126 | 171 | 112 | 35 | 0 | 47 | 65 | 151 | 30 | 46 |
| Binary | 1010110 | 1111001 | 1001010 | 11101 | 0 | 100111 | 110101 | 1101001 | 11000 | 100110 |
Color Harmonies of #56794A
Complementary color
Monochromatic Colors of #56794A
Black with #56794A
Text Example
Text Example
White with #56794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56794A; }
p { color: rgb(86,121,74); }
H1.HeaderClassName
{
color: #56794A;
}
.AnyTagClassName
{
color: #56794A;
}
</style>
background-color css
<style>
a { background-color: #56794A; }
a { background-color: rgb(86,121,74); }
div.DivClassName
{
background-color: #56794A;
}
.BgClassName
{
background-color: #56794A;
}
</style>
border-color css
<style>
span { border-color: #56794A; }
span { border-color: rgb(86,121,74); }
td.TdClassName
{
border-color: #56794A;
}
.TagClassName
{
border-color: #56794A;
}
</style>