Shades of Green #04760C
Tints of Green #04760C
RGB
CMYK
RGB Variations
Color information
#04760C (or 0x04760C) is known color: Green. HEX triplet: 04, 76 and 0C. RGB value is (4,118,12). Sum of RGB (Red+Green+Blue) = 4+118+12=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #04760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04760C is #FB89F3. Grayscale: #484848. Windows color (decimal): -16484852 or 816644. OLE color: 816644.
HSL color Cylindrical-coordinate representation of color #04760C: hue angle of 124.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04760C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 12 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.54 |
| HSL | 124.21º | 0.93% | 0.24% | - |
| HSV(B) | 124.21º | 0.97% | 0.46% | - |
| XYZ | 6.59 | 13.01 | 2.51 | - |
| YUV | 71.83 | 94.23 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 12 | 0.97 | 0 | 0.90 | 0.54 | 124.21 | 0.93 | 0.24 |
| Hex | 4 | 76 | C | 61 | 0 | 5A | 36 | 7C | 5D | 18 |
| Octal | 4 | 166 | 14 | 141 | 0 | 132 | 66 | 174 | 135 | 30 |
| Binary | 100 | 1110110 | 1100 | 1100001 | 0 | 1011010 | 110110 | 1111100 | 1011101 | 11000 |
Color Harmonies of #04760C
Complementary color
Monochromatic Colors of #04760C
Black with #04760C
Text Example
Text Example
White with #04760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04760C; }
p { color: rgb(4,118,12); }
H1.HeaderClassName
{
color: #04760C;
}
.AnyTagClassName
{
color: #04760C;
}
</style>
background-color css
<style>
a { background-color: #04760C; }
a { background-color: rgb(4,118,12); }
div.DivClassName
{
background-color: #04760C;
}
.BgClassName
{
background-color: #04760C;
}
</style>
border-color css
<style>
span { border-color: #04760C; }
span { border-color: rgb(4,118,12); }
td.TdClassName
{
border-color: #04760C;
}
.TagClassName
{
border-color: #04760C;
}
</style>