Shades of Green Leaf #4E760C
Tints of Green Leaf #4E760C
RGB
CMYK
RGB Variations
Color information
#4E760C (or 0x4E760C) is known color: Green Leaf. HEX triplet: 4E, 76 and 0C. RGB value is (78,118,12). Sum of RGB (Red+Green+Blue) = 78+118+12=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #4E760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E760C is #B189F3. Grayscale: #5E5E5E. Windows color (decimal): -11635188 or 816718. OLE color: 816718.
HSL color Cylindrical-coordinate representation of color #4E760C: hue angle of 82.64º 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 #4E760C is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 12 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.54 |
| HSL | 82.64º | 0.82% | 0.25% | - |
| HSV(B) | 82.64º | 0.9% | 0.46% | - |
| XYZ | 9.69 | 14.6 | 2.66 | - |
| YUV | 93.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 12 | 0.34 | 0 | 0.90 | 0.54 | 82.64 | 0.82 | 0.25 |
| Hex | 4E | 76 | C | 22 | 0 | 5A | 36 | 53 | 52 | 19 |
| Octal | 116 | 166 | 14 | 42 | 0 | 132 | 66 | 123 | 122 | 31 |
| Binary | 1001110 | 1110110 | 1100 | 100010 | 0 | 1011010 | 110110 | 1010011 | 1010010 | 11001 |
Color Harmonies of #4E760C
Complementary color
Monochromatic Colors of #4E760C
Black with #4E760C
Text Example
Text Example
White with #4E760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E760C; }
p { color: rgb(78,118,12); }
H1.HeaderClassName
{
color: #4E760C;
}
.AnyTagClassName
{
color: #4E760C;
}
</style>
background-color css
<style>
a { background-color: #4E760C; }
a { background-color: rgb(78,118,12); }
div.DivClassName
{
background-color: #4E760C;
}
.BgClassName
{
background-color: #4E760C;
}
</style>
border-color css
<style>
span { border-color: #4E760C; }
span { border-color: rgb(78,118,12); }
td.TdClassName
{
border-color: #4E760C;
}
.TagClassName
{
border-color: #4E760C;
}
</style>