Shades of Green Leaf #4F771B
Tints of Green Leaf #4F771B
RGB
CMYK
RGB Variations
Color information
#4F771B (or 0x4F771B) is known color: Green Leaf. HEX triplet: 4F, 77 and 1B. RGB value is (79,119,27). Sum of RGB (Red+Green+Blue) = 79+119+27=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #4F771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F771B is #B088E4. Grayscale: #606060. Windows color (decimal): -11569381 or 1800015. OLE color: 1800015.
HSL color Cylindrical-coordinate representation of color #4F771B: hue angle of 86.09º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F771B is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 27 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.53 |
| HSL | 86.09º | 0.63% | 0.29% | - |
| HSV(B) | 86.09º | 0.77% | 0.47% | - |
| XYZ | 10.02 | 14.94 | 3.39 | - |
| YUV | 96.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 27 | 0.34 | 0 | 0.77 | 0.53 | 86.09 | 0.63 | 0.29 |
| Hex | 4F | 77 | 1B | 22 | 0 | 4D | 35 | 56 | 3F | 1D |
| Octal | 117 | 167 | 33 | 42 | 0 | 115 | 65 | 126 | 77 | 35 |
| Binary | 1001111 | 1110111 | 11011 | 100010 | 0 | 1001101 | 110101 | 1010110 | 111111 | 11101 |
Color Harmonies of #4F771B
Complementary color
Monochromatic Colors of #4F771B
Black with #4F771B
Text Example
Text Example
White with #4F771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F771B; }
p { color: rgb(79,119,27); }
H1.HeaderClassName
{
color: #4F771B;
}
.AnyTagClassName
{
color: #4F771B;
}
</style>
background-color css
<style>
a { background-color: #4F771B; }
a { background-color: rgb(79,119,27); }
div.DivClassName
{
background-color: #4F771B;
}
.BgClassName
{
background-color: #4F771B;
}
</style>
border-color css
<style>
span { border-color: #4F771B; }
span { border-color: rgb(79,119,27); }
td.TdClassName
{
border-color: #4F771B;
}
.TagClassName
{
border-color: #4F771B;
}
</style>