Shades of Green #076D04
Tints of Green #076D04
RGB
CMYK
RGB Variations
Color information
#076D04 (or 0x076D04) is known color: Green. HEX triplet: 07, 6D and 04. RGB value is (7,109,4). Sum of RGB (Red+Green+Blue) = 7+109+4=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 109 (42.97% from 255 or 90.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 109 - color contains mainly: green. Hex color #076D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D04 is #F892FB. Grayscale: #424242. Windows color (decimal): -16290556 or 290055. OLE color: 290055.
HSL color Cylindrical-coordinate representation of color #076D04: hue angle of 118.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076D04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 4 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.57 |
| HSL | 118.29º | 0.93% | 0.22% | - |
| HSV(B) | 118.29º | 0.96% | 0.43% | - |
| XYZ | 5.58 | 10.99 | 1.94 | - |
| YUV | 66.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 4 | 0.94 | 0 | 0.96 | 0.57 | 118.29 | 0.93 | 0.22 |
| Hex | 7 | 6D | 4 | 5E | 0 | 60 | 39 | 76 | 5D | 16 |
| Octal | 7 | 155 | 4 | 136 | 0 | 140 | 71 | 166 | 135 | 26 |
| Binary | 111 | 1101101 | 100 | 1011110 | 0 | 1100000 | 111001 | 1110110 | 1011101 | 10110 |
Color Harmonies of #076D04
Complementary color
Monochromatic Colors of #076D04
Black with #076D04
Text Example
Text Example
White with #076D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D04; }
p { color: rgb(7,109,4); }
H1.HeaderClassName
{
color: #076D04;
}
.AnyTagClassName
{
color: #076D04;
}
</style>
background-color css
<style>
a { background-color: #076D04; }
a { background-color: rgb(7,109,4); }
div.DivClassName
{
background-color: #076D04;
}
.BgClassName
{
background-color: #076D04;
}
</style>
border-color css
<style>
span { border-color: #076D04; }
span { border-color: rgb(7,109,4); }
td.TdClassName
{
border-color: #076D04;
}
.TagClassName
{
border-color: #076D04;
}
</style>