Shades of Fern Green #56764A
Tints of Fern Green #56764A
RGB
CMYK
RGB Variations
Color information
#56764A (or 0x56764A) is known color: Fern Green. HEX triplet: 56, 76 and 4A. RGB value is (86,118,74). Sum of RGB (Red+Green+Blue) = 86+118+74=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #56764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56764A is #A989B5. Grayscale: #676767. Windows color (decimal): -11110838 or 4879958. OLE color: 4879958.
HSL color Cylindrical-coordinate representation of color #56764A: hue angle of 103.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56764A is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 118 | 74 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.54 |
| HSL | 103.64º | 0.23% | 0.38% | - |
| HSV(B) | 103.64º | 0.37% | 0.46% | - |
| XYZ | 11.55 | 15.43 | 8.85 | - |
| YUV | 103.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 74 | 0.27 | 0 | 0.37 | 0.54 | 103.64 | 0.23 | 0.38 |
| Hex | 56 | 76 | 4A | 1B | 0 | 25 | 36 | 68 | 17 | 26 |
| Octal | 126 | 166 | 112 | 33 | 0 | 45 | 66 | 150 | 27 | 46 |
| Binary | 1010110 | 1110110 | 1001010 | 11011 | 0 | 100101 | 110110 | 1101000 | 10111 | 100110 |
Color Harmonies of #56764A
Complementary color
Monochromatic Colors of #56764A
Black with #56764A
Text Example
Text Example
White with #56764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56764A; }
p { color: rgb(86,118,74); }
H1.HeaderClassName
{
color: #56764A;
}
.AnyTagClassName
{
color: #56764A;
}
</style>
background-color css
<style>
a { background-color: #56764A; }
a { background-color: rgb(86,118,74); }
div.DivClassName
{
background-color: #56764A;
}
.BgClassName
{
background-color: #56764A;
}
</style>
border-color css
<style>
span { border-color: #56764A; }
span { border-color: rgb(86,118,74); }
td.TdClassName
{
border-color: #56764A;
}
.TagClassName
{
border-color: #56764A;
}
</style>