Shades of Green #076904
Tints of Green #076904
RGB
CMYK
RGB Variations
Color information
#076904 (or 0x076904) is known color: Green. HEX triplet: 07, 69 and 04. RGB value is (7,105,4). Sum of RGB (Red+Green+Blue) = 7+105+4=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 105 (41.41% from 255 or 90.52% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 105 - color contains mainly: green. Hex color #076904 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076904 is #F896FB. Grayscale: #404040. Windows color (decimal): -16291580 or 289031. OLE color: 289031.
HSL color Cylindrical-coordinate representation of color #076904: hue angle of 118.22º 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 #076904 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 4 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.59 |
| HSL | 118.22º | 0.93% | 0.21% | - |
| HSV(B) | 118.22º | 0.96% | 0.41% | - |
| XYZ | 5.16 | 10.16 | 1.8 | - |
| YUV | 64.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 4 | 0.93 | 0 | 0.96 | 0.59 | 118.22 | 0.93 | 0.21 |
| Hex | 7 | 69 | 4 | 5D | 0 | 60 | 3B | 76 | 5D | 15 |
| Octal | 7 | 151 | 4 | 135 | 0 | 140 | 73 | 166 | 135 | 25 |
| Binary | 111 | 1101001 | 100 | 1011101 | 0 | 1100000 | 111011 | 1110110 | 1011101 | 10101 |
Color Harmonies of #076904
Complementary color
Monochromatic Colors of #076904
Black with #076904
Text Example
Text Example
White with #076904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076904; }
p { color: rgb(7,105,4); }
H1.HeaderClassName
{
color: #076904;
}
.AnyTagClassName
{
color: #076904;
}
</style>
background-color css
<style>
a { background-color: #076904; }
a { background-color: rgb(7,105,4); }
div.DivClassName
{
background-color: #076904;
}
.BgClassName
{
background-color: #076904;
}
</style>
border-color css
<style>
span { border-color: #076904; }
span { border-color: rgb(7,105,4); }
td.TdClassName
{
border-color: #076904;
}
.TagClassName
{
border-color: #076904;
}
</style>