Shades of Green Leaf #4C770C
Tints of Green Leaf #4C770C
RGB
CMYK
RGB Variations
Color information
#4C770C (or 0x4C770C) is known color: Green Leaf. HEX triplet: 4C, 77 and 0C. RGB value is (76,119,12). Sum of RGB (Red+Green+Blue) = 76+119+12=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #4C770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C770C is #B388F3. Grayscale: #5E5E5E. Windows color (decimal): -11766004 or 816972. OLE color: 816972.
HSL color Cylindrical-coordinate representation of color #4C770C: hue angle of 84.11º 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 #4C770C is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 119 | 12 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.53 |
| HSL | 84.11º | 0.82% | 0.26% | - |
| HSV(B) | 84.11º | 0.9% | 0.47% | - |
| XYZ | 9.64 | 14.76 | 2.69 | - |
| YUV | 93.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 119 | 12 | 0.36 | 0 | 0.90 | 0.53 | 84.11 | 0.82 | 0.26 |
| Hex | 4C | 77 | C | 24 | 0 | 5A | 35 | 54 | 52 | 1A |
| Octal | 114 | 167 | 14 | 44 | 0 | 132 | 65 | 124 | 122 | 32 |
| Binary | 1001100 | 1110111 | 1100 | 100100 | 0 | 1011010 | 110101 | 1010100 | 1010010 | 11010 |
Color Harmonies of #4C770C
Complementary color
Monochromatic Colors of #4C770C
Black with #4C770C
Text Example
Text Example
White with #4C770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C770C; }
p { color: rgb(76,119,12); }
H1.HeaderClassName
{
color: #4C770C;
}
.AnyTagClassName
{
color: #4C770C;
}
</style>
background-color css
<style>
a { background-color: #4C770C; }
a { background-color: rgb(76,119,12); }
div.DivClassName
{
background-color: #4C770C;
}
.BgClassName
{
background-color: #4C770C;
}
</style>
border-color css
<style>
span { border-color: #4C770C; }
span { border-color: rgb(76,119,12); }
td.TdClassName
{
border-color: #4C770C;
}
.TagClassName
{
border-color: #4C770C;
}
</style>