Shades of Green Leaf #4F761B
Tints of Green Leaf #4F761B
RGB
CMYK
RGB Variations
Color information
#4F761B (or 0x4F761B) is known color: Green Leaf. HEX triplet: 4F, 76 and 1B. RGB value is (79,118,27). Sum of RGB (Red+Green+Blue) = 79+118+27=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #4F761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F761B is #B089E4. Grayscale: #606060. Windows color (decimal): -11569637 or 1799759. OLE color: 1799759.
HSL color Cylindrical-coordinate representation of color #4F761B: hue angle of 85.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F761B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 27 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.54 |
| HSL | 85.71º | 0.63% | 0.28% | - |
| HSV(B) | 85.71º | 0.77% | 0.46% | - |
| XYZ | 9.9 | 14.7 | 3.35 | - |
| YUV | 95.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 27 | 0.33 | 0 | 0.77 | 0.54 | 85.71 | 0.63 | 0.28 |
| Hex | 4F | 76 | 1B | 21 | 0 | 4D | 36 | 56 | 3F | 1C |
| Octal | 117 | 166 | 33 | 41 | 0 | 115 | 66 | 126 | 77 | 34 |
| Binary | 1001111 | 1110110 | 11011 | 100001 | 0 | 1001101 | 110110 | 1010110 | 111111 | 11100 |
Color Harmonies of #4F761B
Complementary color
Monochromatic Colors of #4F761B
Black with #4F761B
Text Example
Text Example
White with #4F761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F761B; }
p { color: rgb(79,118,27); }
H1.HeaderClassName
{
color: #4F761B;
}
.AnyTagClassName
{
color: #4F761B;
}
</style>
background-color css
<style>
a { background-color: #4F761B; }
a { background-color: rgb(79,118,27); }
div.DivClassName
{
background-color: #4F761B;
}
.BgClassName
{
background-color: #4F761B;
}
</style>
border-color css
<style>
span { border-color: #4F761B; }
span { border-color: rgb(79,118,27); }
td.TdClassName
{
border-color: #4F761B;
}
.TagClassName
{
border-color: #4F761B;
}
</style>