Shades of Green #04760B
Tints of Green #04760B
RGB
CMYK
RGB Variations
Color information
#04760B (or 0x04760B) is known color: Green. HEX triplet: 04, 76 and 0B. RGB value is (4,118,11). Sum of RGB (Red+Green+Blue) = 4+118+11=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 118 (46.48% from 255 or 88.72% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 118 - color contains mainly: green. Hex color #04760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04760B is #FB89F4. Grayscale: #484848. Windows color (decimal): -16484853 or 751108. OLE color: 751108.
HSL color Cylindrical-coordinate representation of color #04760B: hue angle of 123.68º 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 #04760B is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 118 | 11 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.54 |
| HSL | 123.68º | 0.93% | 0.24% | - |
| HSV(B) | 123.68º | 0.97% | 0.46% | - |
| XYZ | 6.59 | 13.01 | 2.48 | - |
| YUV | 71.72 | 93.73 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 118 | 11 | 0.97 | 0 | 0.91 | 0.54 | 123.68 | 0.93 | 0.24 |
| Hex | 4 | 76 | B | 61 | 0 | 5B | 36 | 7C | 5D | 18 |
| Octal | 4 | 166 | 13 | 141 | 0 | 133 | 66 | 174 | 135 | 30 |
| Binary | 100 | 1110110 | 1011 | 1100001 | 0 | 1011011 | 110110 | 1111100 | 1011101 | 11000 |
Color Harmonies of #04760B
Complementary color
Monochromatic Colors of #04760B
Black with #04760B
Text Example
Text Example
White with #04760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04760B; }
p { color: rgb(4,118,11); }
H1.HeaderClassName
{
color: #04760B;
}
.AnyTagClassName
{
color: #04760B;
}
</style>
background-color css
<style>
a { background-color: #04760B; }
a { background-color: rgb(4,118,11); }
div.DivClassName
{
background-color: #04760B;
}
.BgClassName
{
background-color: #04760B;
}
</style>
border-color css
<style>
span { border-color: #04760B; }
span { border-color: rgb(4,118,11); }
td.TdClassName
{
border-color: #04760B;
}
.TagClassName
{
border-color: #04760B;
}
</style>