Shades of Green Leaf #4F6916
Tints of Green Leaf #4F6916
RGB
CMYK
RGB Variations
Color information
#4F6916 (or 0x4F6916) is known color: Green Leaf. HEX triplet: 4F, 69 and 16. RGB value is (79,105,22). Sum of RGB (Red+Green+Blue) = 79+105+22=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6916 is #B096E9. Grayscale: #585858. Windows color (decimal): -11572970 or 1468751. OLE color: 1468751.
HSL color Cylindrical-coordinate representation of color #4F6916: hue angle of 78.8º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F6916 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 22 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.59 |
| HSL | 78.8º | 0.65% | 0.25% | - |
| HSV(B) | 78.8º | 0.79% | 0.41% | - |
| XYZ | 8.42 | 11.82 | 2.6 | - |
| YUV | 87.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 22 | 0.25 | 0 | 0.79 | 0.59 | 78.8 | 0.65 | 0.25 |
| Hex | 4F | 69 | 16 | 19 | 0 | 4F | 3B | 4F | 41 | 19 |
| Octal | 117 | 151 | 26 | 31 | 0 | 117 | 73 | 117 | 101 | 31 |
| Binary | 1001111 | 1101001 | 10110 | 11001 | 0 | 1001111 | 111011 | 1001111 | 1000001 | 11001 |
Color Harmonies of #4F6916
Complementary color
Monochromatic Colors of #4F6916
Black with #4F6916
Text Example
Text Example
White with #4F6916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6916; }
p { color: rgb(79,105,22); }
H1.HeaderClassName
{
color: #4F6916;
}
.AnyTagClassName
{
color: #4F6916;
}
</style>
background-color css
<style>
a { background-color: #4F6916; }
a { background-color: rgb(79,105,22); }
div.DivClassName
{
background-color: #4F6916;
}
.BgClassName
{
background-color: #4F6916;
}
</style>
border-color css
<style>
span { border-color: #4F6916; }
span { border-color: rgb(79,105,22); }
td.TdClassName
{
border-color: #4F6916;
}
.TagClassName
{
border-color: #4F6916;
}
</style>