Shades of Green #04770A
Tints of Green #04770A
RGB
CMYK
RGB Variations
Color information
#04770A (or 0x04770A) is known color: Green. HEX triplet: 04, 77 and 0A. RGB value is (4,119,10). Sum of RGB (Red+Green+Blue) = 4+119+10=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 119 (46.88% from 255 or 89.47% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 119 - color contains mainly: green. Hex color #04770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04770A is #FB88F5. Grayscale: #484848. Windows color (decimal): -16484598 or 685828. OLE color: 685828.
HSL color Cylindrical-coordinate representation of color #04770A: hue angle of 123.13º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04770A is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 119 | 10 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.53 |
| HSL | 123.13º | 0.93% | 0.24% | - |
| HSV(B) | 123.13º | 0.97% | 0.47% | - |
| XYZ | 6.7 | 13.24 | 2.49 | - |
| YUV | 72.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 10 | 0.97 | 0 | 0.92 | 0.53 | 123.13 | 0.93 | 0.24 |
| Hex | 4 | 77 | A | 61 | 0 | 5C | 35 | 7B | 5D | 18 |
| Octal | 4 | 167 | 12 | 141 | 0 | 134 | 65 | 173 | 135 | 30 |
| Binary | 100 | 1110111 | 1010 | 1100001 | 0 | 1011100 | 110101 | 1111011 | 1011101 | 11000 |
Color Harmonies of #04770A
Complementary color
Monochromatic Colors of #04770A
Black with #04770A
Text Example
Text Example
White with #04770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04770A; }
p { color: rgb(4,119,10); }
H1.HeaderClassName
{
color: #04770A;
}
.AnyTagClassName
{
color: #04770A;
}
</style>
background-color css
<style>
a { background-color: #04770A; }
a { background-color: rgb(4,119,10); }
div.DivClassName
{
background-color: #04770A;
}
.BgClassName
{
background-color: #04770A;
}
</style>
border-color css
<style>
span { border-color: #04770A; }
span { border-color: rgb(4,119,10); }
td.TdClassName
{
border-color: #04770A;
}
.TagClassName
{
border-color: #04770A;
}
</style>