Shades of Green Leaf #4D760C
Tints of Green Leaf #4D760C
RGB
CMYK
RGB Variations
Color information
#4D760C (or 0x4D760C) is known color: Green Leaf. HEX triplet: 4D, 76 and 0C. RGB value is (77,118,12). Sum of RGB (Red+Green+Blue) = 77+118+12=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #4D760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D760C is #B289F3. Grayscale: #5E5E5E. Windows color (decimal): -11700724 or 816717. OLE color: 816717.
HSL color Cylindrical-coordinate representation of color #4D760C: hue angle of 83.21º 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 #4D760C is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 12 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.54 |
| HSL | 83.21º | 0.82% | 0.25% | - |
| HSV(B) | 83.21º | 0.9% | 0.46% | - |
| XYZ | 9.61 | 14.56 | 2.65 | - |
| YUV | 93.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 12 | 0.35 | 0 | 0.90 | 0.54 | 83.21 | 0.82 | 0.25 |
| Hex | 4D | 76 | C | 23 | 0 | 5A | 36 | 53 | 52 | 19 |
| Octal | 115 | 166 | 14 | 43 | 0 | 132 | 66 | 123 | 122 | 31 |
| Binary | 1001101 | 1110110 | 1100 | 100011 | 0 | 1011010 | 110110 | 1010011 | 1010010 | 11001 |
Color Harmonies of #4D760C
Complementary color
Monochromatic Colors of #4D760C
Black with #4D760C
Text Example
Text Example
White with #4D760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D760C; }
p { color: rgb(77,118,12); }
H1.HeaderClassName
{
color: #4D760C;
}
.AnyTagClassName
{
color: #4D760C;
}
</style>
background-color css
<style>
a { background-color: #4D760C; }
a { background-color: rgb(77,118,12); }
div.DivClassName
{
background-color: #4D760C;
}
.BgClassName
{
background-color: #4D760C;
}
</style>
border-color css
<style>
span { border-color: #4D760C; }
span { border-color: rgb(77,118,12); }
td.TdClassName
{
border-color: #4D760C;
}
.TagClassName
{
border-color: #4D760C;
}
</style>