Shades of Green Leaf #4F740C
Tints of Green Leaf #4F740C
RGB
CMYK
RGB Variations
Color information
#4F740C (or 0x4F740C) is known color: Green Leaf. HEX triplet: 4F, 74 and 0C. RGB value is (79,116,12). Sum of RGB (Red+Green+Blue) = 79+116+12=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #4F740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F740C is #B08BF3. Grayscale: #5D5D5D. Windows color (decimal): -11570164 or 816207. OLE color: 816207.
HSL color Cylindrical-coordinate representation of color #4F740C: hue angle of 81.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F740C is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 12 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.55 |
| HSL | 81.35º | 0.81% | 0.25% | - |
| HSV(B) | 81.35º | 0.9% | 0.45% | - |
| XYZ | 9.54 | 14.18 | 2.58 | - |
| YUV | 93.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 12 | 0.32 | 0 | 0.90 | 0.55 | 81.35 | 0.81 | 0.25 |
| Hex | 4F | 74 | C | 20 | 0 | 5A | 37 | 51 | 51 | 19 |
| Octal | 117 | 164 | 14 | 40 | 0 | 132 | 67 | 121 | 121 | 31 |
| Binary | 1001111 | 1110100 | 1100 | 100000 | 0 | 1011010 | 110111 | 1010001 | 1010001 | 11001 |
Color Harmonies of #4F740C
Complementary color
Monochromatic Colors of #4F740C
Black with #4F740C
Text Example
Text Example
White with #4F740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F740C; }
p { color: rgb(79,116,12); }
H1.HeaderClassName
{
color: #4F740C;
}
.AnyTagClassName
{
color: #4F740C;
}
</style>
background-color css
<style>
a { background-color: #4F740C; }
a { background-color: rgb(79,116,12); }
div.DivClassName
{
background-color: #4F740C;
}
.BgClassName
{
background-color: #4F740C;
}
</style>
border-color css
<style>
span { border-color: #4F740C; }
span { border-color: rgb(79,116,12); }
td.TdClassName
{
border-color: #4F740C;
}
.TagClassName
{
border-color: #4F740C;
}
</style>