Shades of Green Leaf #4F760C
Tints of Green Leaf #4F760C
RGB
CMYK
RGB Variations
Color information
#4F760C (or 0x4F760C) is known color: Green Leaf. HEX triplet: 4F, 76 and 0C. RGB value is (79,118,12). Sum of RGB (Red+Green+Blue) = 79+118+12=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #4F760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F760C is #B089F3. Grayscale: #5E5E5E. Windows color (decimal): -11569652 or 816719. OLE color: 816719.
HSL color Cylindrical-coordinate representation of color #4F760C: hue angle of 82.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F760C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 12 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.54 |
| HSL | 82.08º | 0.82% | 0.25% | - |
| HSV(B) | 82.08º | 0.9% | 0.46% | - |
| XYZ | 9.77 | 14.65 | 2.66 | - |
| YUV | 94.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 12 | 0.33 | 0 | 0.90 | 0.54 | 82.08 | 0.82 | 0.25 |
| Hex | 4F | 76 | C | 21 | 0 | 5A | 36 | 52 | 52 | 19 |
| Octal | 117 | 166 | 14 | 41 | 0 | 132 | 66 | 122 | 122 | 31 |
| Binary | 1001111 | 1110110 | 1100 | 100001 | 0 | 1011010 | 110110 | 1010010 | 1010010 | 11001 |
Color Harmonies of #4F760C
Complementary color
Monochromatic Colors of #4F760C
Black with #4F760C
Text Example
Text Example
White with #4F760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F760C; }
p { color: rgb(79,118,12); }
H1.HeaderClassName
{
color: #4F760C;
}
.AnyTagClassName
{
color: #4F760C;
}
</style>
background-color css
<style>
a { background-color: #4F760C; }
a { background-color: rgb(79,118,12); }
div.DivClassName
{
background-color: #4F760C;
}
.BgClassName
{
background-color: #4F760C;
}
</style>
border-color css
<style>
span { border-color: #4F760C; }
span { border-color: rgb(79,118,12); }
td.TdClassName
{
border-color: #4F760C;
}
.TagClassName
{
border-color: #4F760C;
}
</style>