Shades of Green #04690C
Tints of Green #04690C
RGB
CMYK
RGB Variations
Color information
#04690C (or 0x04690C) is known color: Green. HEX triplet: 04, 69 and 0C. RGB value is (4,105,12). Sum of RGB (Red+Green+Blue) = 4+105+12=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 105 (41.41% from 255 or 86.78% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 105 - color contains mainly: green. Hex color #04690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04690C is #FB96F3. Grayscale: #404040. Windows color (decimal): -16488180 or 813316. OLE color: 813316.
HSL color Cylindrical-coordinate representation of color #04690C: hue angle of 124.75º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04690C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 105 | 12 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.59 |
| HSL | 124.75º | 0.93% | 0.21% | - |
| HSV(B) | 124.75º | 0.96% | 0.41% | - |
| XYZ | 5.17 | 10.16 | 2.04 | - |
| YUV | 64.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 12 | 0.96 | 0 | 0.89 | 0.59 | 124.75 | 0.93 | 0.21 |
| Hex | 4 | 69 | C | 60 | 0 | 59 | 3B | 7D | 5D | 15 |
| Octal | 4 | 151 | 14 | 140 | 0 | 131 | 73 | 175 | 135 | 25 |
| Binary | 100 | 1101001 | 1100 | 1100000 | 0 | 1011001 | 111011 | 1111101 | 1011101 | 10101 |
Color Harmonies of #04690C
Complementary color
Monochromatic Colors of #04690C
Black with #04690C
Text Example
Text Example
White with #04690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04690C; }
p { color: rgb(4,105,12); }
H1.HeaderClassName
{
color: #04690C;
}
.AnyTagClassName
{
color: #04690C;
}
</style>
background-color css
<style>
a { background-color: #04690C; }
a { background-color: rgb(4,105,12); }
div.DivClassName
{
background-color: #04690C;
}
.BgClassName
{
background-color: #04690C;
}
</style>
border-color css
<style>
span { border-color: #04690C; }
span { border-color: rgb(4,105,12); }
td.TdClassName
{
border-color: #04690C;
}
.TagClassName
{
border-color: #04690C;
}
</style>