Shades of Green Leaf #4F7C16
Tints of Green Leaf #4F7C16
RGB
CMYK
RGB Variations
Color information
#4F7C16 (or 0x4F7C16) is known color: Green Leaf. HEX triplet: 4F, 7C and 16. RGB value is (79,124,22). Sum of RGB (Red+Green+Blue) = 79+124+22=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C16 is #B083E9. Grayscale: #636363. Windows color (decimal): -11568106 or 1473615. OLE color: 1473615.
HSL color Cylindrical-coordinate representation of color #4F7C16: hue angle of 86.47º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F7C16 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 22 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.51 |
| HSL | 86.47º | 0.7% | 0.29% | - |
| HSV(B) | 86.47º | 0.82% | 0.49% | - |
| XYZ | 10.58 | 16.14 | 3.32 | - |
| YUV | 98.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 22 | 0.36 | 0 | 0.82 | 0.51 | 86.47 | 0.7 | 0.29 |
| Hex | 4F | 7C | 16 | 24 | 0 | 52 | 33 | 56 | 46 | 1D |
| Octal | 117 | 174 | 26 | 44 | 0 | 122 | 63 | 126 | 106 | 35 |
| Binary | 1001111 | 1111100 | 10110 | 100100 | 0 | 1010010 | 110011 | 1010110 | 1000110 | 11101 |
Color Harmonies of #4F7C16
Complementary color
Monochromatic Colors of #4F7C16
Black with #4F7C16
Text Example
Text Example
White with #4F7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C16; }
p { color: rgb(79,124,22); }
H1.HeaderClassName
{
color: #4F7C16;
}
.AnyTagClassName
{
color: #4F7C16;
}
</style>
background-color css
<style>
a { background-color: #4F7C16; }
a { background-color: rgb(79,124,22); }
div.DivClassName
{
background-color: #4F7C16;
}
.BgClassName
{
background-color: #4F7C16;
}
</style>
border-color css
<style>
span { border-color: #4F7C16; }
span { border-color: rgb(79,124,22); }
td.TdClassName
{
border-color: #4F7C16;
}
.TagClassName
{
border-color: #4F7C16;
}
</style>