Shades of Green Leaf #4F7014
Tints of Green Leaf #4F7014
RGB
CMYK
RGB Variations
Color information
#4F7014 (or 0x4F7014) is known color: Green Leaf. HEX triplet: 4F, 70 and 14. RGB value is (79,112,20). Sum of RGB (Red+Green+Blue) = 79+112+20=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7014 is #B08FEB. Grayscale: #5B5B5B. Windows color (decimal): -11571180 or 1339471. OLE color: 1339471.
HSL color Cylindrical-coordinate representation of color #4F7014: hue angle of 81.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F7014 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 20 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.56 |
| HSL | 81.52º | 0.7% | 0.26% | - |
| HSV(B) | 81.52º | 0.82% | 0.44% | - |
| XYZ | 9.14 | 13.3 | 2.75 | - |
| YUV | 91.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 20 | 0.29 | 0 | 0.82 | 0.56 | 81.52 | 0.7 | 0.26 |
| Hex | 4F | 70 | 14 | 1D | 0 | 52 | 38 | 52 | 46 | 1A |
| Octal | 117 | 160 | 24 | 35 | 0 | 122 | 70 | 122 | 106 | 32 |
| Binary | 1001111 | 1110000 | 10100 | 11101 | 0 | 1010010 | 111000 | 1010010 | 1000110 | 11010 |
Color Harmonies of #4F7014
Complementary color
Monochromatic Colors of #4F7014
Black with #4F7014
Text Example
Text Example
White with #4F7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7014; }
p { color: rgb(79,112,20); }
H1.HeaderClassName
{
color: #4F7014;
}
.AnyTagClassName
{
color: #4F7014;
}
</style>
background-color css
<style>
a { background-color: #4F7014; }
a { background-color: rgb(79,112,20); }
div.DivClassName
{
background-color: #4F7014;
}
.BgClassName
{
background-color: #4F7014;
}
</style>
border-color css
<style>
span { border-color: #4F7014; }
span { border-color: rgb(79,112,20); }
td.TdClassName
{
border-color: #4F7014;
}
.TagClassName
{
border-color: #4F7014;
}
</style>