Shades of Green Leaf #4D760A
Tints of Green Leaf #4D760A
RGB
CMYK
RGB Variations
Color information
#4D760A (or 0x4D760A) is known color: Green Leaf. HEX triplet: 4D, 76 and 0A. RGB value is (77,118,10). Sum of RGB (Red+Green+Blue) = 77+118+10=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #4D760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D760A is #B289F5. Grayscale: #5D5D5D. Windows color (decimal): -11700726 or 685645. OLE color: 685645.
HSL color Cylindrical-coordinate representation of color #4D760A: hue angle of 82.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D760A is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 10 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.54 |
| HSL | 82.78º | 0.84% | 0.25% | - |
| HSV(B) | 82.78º | 0.92% | 0.46% | - |
| XYZ | 9.59 | 14.56 | 2.59 | - |
| YUV | 93.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 10 | 0.35 | 0 | 0.92 | 0.54 | 82.78 | 0.84 | 0.25 |
| Hex | 4D | 76 | A | 23 | 0 | 5C | 36 | 53 | 54 | 19 |
| Octal | 115 | 166 | 12 | 43 | 0 | 134 | 66 | 123 | 124 | 31 |
| Binary | 1001101 | 1110110 | 1010 | 100011 | 0 | 1011100 | 110110 | 1010011 | 1010100 | 11001 |
Color Harmonies of #4D760A
Complementary color
Monochromatic Colors of #4D760A
Black with #4D760A
Text Example
Text Example
White with #4D760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D760A; }
p { color: rgb(77,118,10); }
H1.HeaderClassName
{
color: #4D760A;
}
.AnyTagClassName
{
color: #4D760A;
}
</style>
background-color css
<style>
a { background-color: #4D760A; }
a { background-color: rgb(77,118,10); }
div.DivClassName
{
background-color: #4D760A;
}
.BgClassName
{
background-color: #4D760A;
}
</style>
border-color css
<style>
span { border-color: #4D760A; }
span { border-color: rgb(77,118,10); }
td.TdClassName
{
border-color: #4D760A;
}
.TagClassName
{
border-color: #4D760A;
}
</style>