Shades of Green Leaf #4F7510
Tints of Green Leaf #4F7510
RGB
CMYK
RGB Variations
Color information
#4F7510 (or 0x4F7510) is known color: Green Leaf. HEX triplet: 4F, 75 and 10. RGB value is (79,117,16). Sum of RGB (Red+Green+Blue) = 79+117+16=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7510 is #B08AEF. Grayscale: #5E5E5E. Windows color (decimal): -11569904 or 1078607. OLE color: 1078607.
HSL color Cylindrical-coordinate representation of color #4F7510: hue angle of 82.57º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F7510 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 16 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.54 |
| HSL | 82.57º | 0.76% | 0.26% | - |
| HSV(B) | 82.57º | 0.86% | 0.46% | - |
| XYZ | 9.68 | 14.42 | 2.76 | - |
| YUV | 94.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 16 | 0.32 | 0 | 0.86 | 0.54 | 82.57 | 0.76 | 0.26 |
| Hex | 4F | 75 | 10 | 20 | 0 | 56 | 36 | 53 | 4C | 1A |
| Octal | 117 | 165 | 20 | 40 | 0 | 126 | 66 | 123 | 114 | 32 |
| Binary | 1001111 | 1110101 | 10000 | 100000 | 0 | 1010110 | 110110 | 1010011 | 1001100 | 11010 |
Color Harmonies of #4F7510
Complementary color
Monochromatic Colors of #4F7510
Black with #4F7510
Text Example
Text Example
White with #4F7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7510; }
p { color: rgb(79,117,16); }
H1.HeaderClassName
{
color: #4F7510;
}
.AnyTagClassName
{
color: #4F7510;
}
</style>
background-color css
<style>
a { background-color: #4F7510; }
a { background-color: rgb(79,117,16); }
div.DivClassName
{
background-color: #4F7510;
}
.BgClassName
{
background-color: #4F7510;
}
</style>
border-color css
<style>
span { border-color: #4F7510; }
span { border-color: rgb(79,117,16); }
td.TdClassName
{
border-color: #4F7510;
}
.TagClassName
{
border-color: #4F7510;
}
</style>