Shades of Green Leaf #4F761C
Tints of Green Leaf #4F761C
RGB
CMYK
RGB Variations
Color information
#4F761C (or 0x4F761C) is known color: Green Leaf. HEX triplet: 4F, 76 and 1C. RGB value is (79,118,28). Sum of RGB (Red+Green+Blue) = 79+118+28=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #4F761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F761C is #B089E3. Grayscale: #606060. Windows color (decimal): -11569636 or 1865295. OLE color: 1865295.
HSL color Cylindrical-coordinate representation of color #4F761C: hue angle of 86º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F761C is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 28 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.54 |
| HSL | 86º | 0.62% | 0.29% | - |
| HSV(B) | 86º | 0.76% | 0.46% | - |
| XYZ | 9.91 | 14.7 | 3.41 | - |
| YUV | 96.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 28 | 0.33 | 0 | 0.76 | 0.54 | 86 | 0.62 | 0.29 |
| Hex | 4F | 76 | 1C | 21 | 0 | 4C | 36 | 56 | 3E | 1D |
| Octal | 117 | 166 | 34 | 41 | 0 | 114 | 66 | 126 | 76 | 35 |
| Binary | 1001111 | 1110110 | 11100 | 100001 | 0 | 1001100 | 110110 | 1010110 | 111110 | 11101 |
Color Harmonies of #4F761C
Complementary color
Monochromatic Colors of #4F761C
Black with #4F761C
Text Example
Text Example
White with #4F761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F761C; }
p { color: rgb(79,118,28); }
H1.HeaderClassName
{
color: #4F761C;
}
.AnyTagClassName
{
color: #4F761C;
}
</style>
background-color css
<style>
a { background-color: #4F761C; }
a { background-color: rgb(79,118,28); }
div.DivClassName
{
background-color: #4F761C;
}
.BgClassName
{
background-color: #4F761C;
}
</style>
border-color css
<style>
span { border-color: #4F761C; }
span { border-color: rgb(79,118,28); }
td.TdClassName
{
border-color: #4F761C;
}
.TagClassName
{
border-color: #4F761C;
}
</style>