Shades of Green #04680F
Tints of Green #04680F
RGB
CMYK
RGB Variations
Color information
#04680F (or 0x04680F) is known color: Green. HEX triplet: 04, 68 and 0F. RGB value is (4,104,15). Sum of RGB (Red+Green+Blue) = 4+104+15=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #04680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04680F is #FB97F0. Grayscale: #404040. Windows color (decimal): -16488433 or 1009668. OLE color: 1009668.
HSL color Cylindrical-coordinate representation of color #04680F: hue angle of 126.6º 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 #04680F is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 15 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.59 |
| HSL | 126.6º | 0.93% | 0.21% | - |
| HSV(B) | 126.6º | 0.96% | 0.41% | - |
| XYZ | 5.09 | 9.96 | 2.11 | - |
| YUV | 63.95 | 100.37 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 15 | 0.96 | 0 | 0.86 | 0.59 | 126.6 | 0.93 | 0.21 |
| Hex | 4 | 68 | F | 60 | 0 | 56 | 3B | 7F | 5D | 15 |
| Octal | 4 | 150 | 17 | 140 | 0 | 126 | 73 | 177 | 135 | 25 |
| Binary | 100 | 1101000 | 1111 | 1100000 | 0 | 1010110 | 111011 | 1111111 | 1011101 | 10101 |
Color Harmonies of #04680F
Complementary color
Monochromatic Colors of #04680F
Black with #04680F
Text Example
Text Example
White with #04680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04680F; }
p { color: rgb(4,104,15); }
H1.HeaderClassName
{
color: #04680F;
}
.AnyTagClassName
{
color: #04680F;
}
</style>
background-color css
<style>
a { background-color: #04680F; }
a { background-color: rgb(4,104,15); }
div.DivClassName
{
background-color: #04680F;
}
.BgClassName
{
background-color: #04680F;
}
</style>
border-color css
<style>
span { border-color: #04680F; }
span { border-color: rgb(4,104,15); }
td.TdClassName
{
border-color: #04680F;
}
.TagClassName
{
border-color: #04680F;
}
</style>