Shades of Green Leaf #4F7A14
Tints of Green Leaf #4F7A14
RGB
CMYK
RGB Variations
Color information
#4F7A14 (or 0x4F7A14) is known color: Green Leaf. HEX triplet: 4F, 7A and 14. RGB value is (79,122,20). Sum of RGB (Red+Green+Blue) = 79+122+20=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7A14 is #B085EB. Grayscale: #616161. Windows color (decimal): -11568620 or 1342031. OLE color: 1342031.
HSL color Cylindrical-coordinate representation of color #4F7A14: hue angle of 85.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F7A14 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 20 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.52 |
| HSL | 85.29º | 0.72% | 0.28% | - |
| HSV(B) | 85.29º | 0.84% | 0.48% | - |
| XYZ | 10.31 | 15.63 | 3.14 | - |
| YUV | 97.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 20 | 0.35 | 0 | 0.84 | 0.52 | 85.29 | 0.72 | 0.28 |
| Hex | 4F | 7A | 14 | 23 | 0 | 54 | 34 | 55 | 48 | 1C |
| Octal | 117 | 172 | 24 | 43 | 0 | 124 | 64 | 125 | 110 | 34 |
| Binary | 1001111 | 1111010 | 10100 | 100011 | 0 | 1010100 | 110100 | 1010101 | 1001000 | 11100 |
Color Harmonies of #4F7A14
Complementary color
Monochromatic Colors of #4F7A14
Black with #4F7A14
Text Example
Text Example
White with #4F7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A14; }
p { color: rgb(79,122,20); }
H1.HeaderClassName
{
color: #4F7A14;
}
.AnyTagClassName
{
color: #4F7A14;
}
</style>
background-color css
<style>
a { background-color: #4F7A14; }
a { background-color: rgb(79,122,20); }
div.DivClassName
{
background-color: #4F7A14;
}
.BgClassName
{
background-color: #4F7A14;
}
</style>
border-color css
<style>
span { border-color: #4F7A14; }
span { border-color: rgb(79,122,20); }
td.TdClassName
{
border-color: #4F7A14;
}
.TagClassName
{
border-color: #4F7A14;
}
</style>