Shades of Green Leaf #4F7D16
Tints of Green Leaf #4F7D16
RGB
CMYK
RGB Variations
Color information
#4F7D16 (or 0x4F7D16) is known color: Green Leaf. HEX triplet: 4F, 7D and 16. RGB value is (79,125,22). Sum of RGB (Red+Green+Blue) = 79+125+22=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #4F7D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7D16 is #B082E9. Grayscale: #636363. Windows color (decimal): -11567850 or 1473871. OLE color: 1473871.
HSL color Cylindrical-coordinate representation of color #4F7D16: hue angle of 86.8º 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 #4F7D16 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 125 | 22 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.51 |
| HSL | 86.8º | 0.7% | 0.29% | - |
| HSV(B) | 86.8º | 0.82% | 0.49% | - |
| XYZ | 10.7 | 16.39 | 3.36 | - |
| YUV | 99.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 125 | 22 | 0.37 | 0 | 0.82 | 0.51 | 86.8 | 0.7 | 0.29 |
| Hex | 4F | 7D | 16 | 25 | 0 | 52 | 33 | 57 | 46 | 1D |
| Octal | 117 | 175 | 26 | 45 | 0 | 122 | 63 | 127 | 106 | 35 |
| Binary | 1001111 | 1111101 | 10110 | 100101 | 0 | 1010010 | 110011 | 1010111 | 1000110 | 11101 |
Color Harmonies of #4F7D16
Complementary color
Monochromatic Colors of #4F7D16
Black with #4F7D16
Text Example
Text Example
White with #4F7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7D16; }
p { color: rgb(79,125,22); }
H1.HeaderClassName
{
color: #4F7D16;
}
.AnyTagClassName
{
color: #4F7D16;
}
</style>
background-color css
<style>
a { background-color: #4F7D16; }
a { background-color: rgb(79,125,22); }
div.DivClassName
{
background-color: #4F7D16;
}
.BgClassName
{
background-color: #4F7D16;
}
</style>
border-color css
<style>
span { border-color: #4F7D16; }
span { border-color: rgb(79,125,22); }
td.TdClassName
{
border-color: #4F7D16;
}
.TagClassName
{
border-color: #4F7D16;
}
</style>