Shades of Fern Green #4F764A
Tints of Fern Green #4F764A
RGB
CMYK
RGB Variations
Color information
#4F764A (or 0x4F764A) is known color: Fern Green. HEX triplet: 4F, 76 and 4A. RGB value is (79,118,74). Sum of RGB (Red+Green+Blue) = 79+118+74=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #4F764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F764A is #B089B5. Grayscale: #656565. Windows color (decimal): -11569590 or 4879951. OLE color: 4879951.
HSL color Cylindrical-coordinate representation of color #4F764A: hue angle of 113.18º 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 #4F764A is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 74 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.54 |
| HSL | 113.18º | 0.23% | 0.38% | - |
| HSV(B) | 113.18º | 0.37% | 0.46% | - |
| XYZ | 10.94 | 15.11 | 8.82 | - |
| YUV | 101.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 74 | 0.33 | 0 | 0.37 | 0.54 | 113.18 | 0.23 | 0.38 |
| Hex | 4F | 76 | 4A | 21 | 0 | 25 | 36 | 71 | 17 | 26 |
| Octal | 117 | 166 | 112 | 41 | 0 | 45 | 66 | 161 | 27 | 46 |
| Binary | 1001111 | 1110110 | 1001010 | 100001 | 0 | 100101 | 110110 | 1110001 | 10111 | 100110 |
Color Harmonies of #4F764A
Complementary color
Monochromatic Colors of #4F764A
Black with #4F764A
Text Example
Text Example
White with #4F764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F764A; }
p { color: rgb(79,118,74); }
H1.HeaderClassName
{
color: #4F764A;
}
.AnyTagClassName
{
color: #4F764A;
}
</style>
background-color css
<style>
a { background-color: #4F764A; }
a { background-color: rgb(79,118,74); }
div.DivClassName
{
background-color: #4F764A;
}
.BgClassName
{
background-color: #4F764A;
}
</style>
border-color css
<style>
span { border-color: #4F764A; }
span { border-color: rgb(79,118,74); }
td.TdClassName
{
border-color: #4F764A;
}
.TagClassName
{
border-color: #4F764A;
}
</style>