Shades of Green Leaf #4A7B0A
Tints of Green Leaf #4A7B0A
RGB
CMYK
RGB Variations
Color information
#4A7B0A (or 0x4A7B0A) is known color: Green Leaf. HEX triplet: 4A, 7B and 0A. RGB value is (74,123,10). Sum of RGB (Red+Green+Blue) = 74+123+10=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7B0A is #B584F5. Grayscale: #5F5F5F. Windows color (decimal): -11896054 or 686922. OLE color: 686922.
HSL color Cylindrical-coordinate representation of color #4A7B0A: hue angle of 86.02º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A7B0A is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 123 | 10 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.52 |
| HSL | 86.02º | 0.85% | 0.26% | - |
| HSV(B) | 86.02º | 0.92% | 0.48% | - |
| XYZ | 9.96 | 15.64 | 2.78 | - |
| YUV | 95.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 10 | 0.40 | 0 | 0.92 | 0.52 | 86.02 | 0.85 | 0.26 |
| Hex | 4A | 7B | A | 28 | 0 | 5C | 34 | 56 | 55 | 1A |
| Octal | 112 | 173 | 12 | 50 | 0 | 134 | 64 | 126 | 125 | 32 |
| Binary | 1001010 | 1111011 | 1010 | 101000 | 0 | 1011100 | 110100 | 1010110 | 1010101 | 11010 |
Color Harmonies of #4A7B0A
Complementary color
Monochromatic Colors of #4A7B0A
Black with #4A7B0A
Text Example
Text Example
White with #4A7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7B0A; }
p { color: rgb(74,123,10); }
H1.HeaderClassName
{
color: #4A7B0A;
}
.AnyTagClassName
{
color: #4A7B0A;
}
</style>
background-color css
<style>
a { background-color: #4A7B0A; }
a { background-color: rgb(74,123,10); }
div.DivClassName
{
background-color: #4A7B0A;
}
.BgClassName
{
background-color: #4A7B0A;
}
</style>
border-color css
<style>
span { border-color: #4A7B0A; }
span { border-color: rgb(74,123,10); }
td.TdClassName
{
border-color: #4A7B0A;
}
.TagClassName
{
border-color: #4A7B0A;
}
</style>