Shades of Green Leaf #4F770C
Tints of Green Leaf #4F770C
RGB
CMYK
RGB Variations
Color information
#4F770C (or 0x4F770C) is known color: Green Leaf. HEX triplet: 4F, 77 and 0C. RGB value is (79,119,12). Sum of RGB (Red+Green+Blue) = 79+119+12=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #4F770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F770C is #B088F3. Grayscale: #5F5F5F. Windows color (decimal): -11569396 or 816975. OLE color: 816975.
HSL color Cylindrical-coordinate representation of color #4F770C: hue angle of 82.43º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F770C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 12 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.53 |
| HSL | 82.43º | 0.82% | 0.26% | - |
| HSV(B) | 82.43º | 0.9% | 0.47% | - |
| XYZ | 9.89 | 14.88 | 2.7 | - |
| YUV | 94.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 12 | 0.34 | 0 | 0.90 | 0.53 | 82.43 | 0.82 | 0.26 |
| Hex | 4F | 77 | C | 22 | 0 | 5A | 35 | 52 | 52 | 1A |
| Octal | 117 | 167 | 14 | 42 | 0 | 132 | 65 | 122 | 122 | 32 |
| Binary | 1001111 | 1110111 | 1100 | 100010 | 0 | 1011010 | 110101 | 1010010 | 1010010 | 11010 |
Color Harmonies of #4F770C
Complementary color
Monochromatic Colors of #4F770C
Black with #4F770C
Text Example
Text Example
White with #4F770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F770C; }
p { color: rgb(79,119,12); }
H1.HeaderClassName
{
color: #4F770C;
}
.AnyTagClassName
{
color: #4F770C;
}
</style>
background-color css
<style>
a { background-color: #4F770C; }
a { background-color: rgb(79,119,12); }
div.DivClassName
{
background-color: #4F770C;
}
.BgClassName
{
background-color: #4F770C;
}
</style>
border-color css
<style>
span { border-color: #4F770C; }
span { border-color: rgb(79,119,12); }
td.TdClassName
{
border-color: #4F770C;
}
.TagClassName
{
border-color: #4F770C;
}
</style>