Shades of Green #076804
Tints of Green #076804
RGB
CMYK
RGB Variations
Color information
#076804 (or 0x076804) is known color: Green. HEX triplet: 07, 68 and 04. RGB value is (7,104,4). Sum of RGB (Red+Green+Blue) = 7+104+4=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #076804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076804 is #F897FB. Grayscale: #3F3F3F. Windows color (decimal): -16291836 or 288775. OLE color: 288775.
HSL color Cylindrical-coordinate representation of color #076804: hue angle of 118.2º 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 #076804 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 4 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.59 |
| HSL | 118.2º | 0.93% | 0.21% | - |
| HSV(B) | 118.2º | 0.96% | 0.41% | - |
| XYZ | 5.06 | 9.95 | 1.77 | - |
| YUV | 63.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 4 | 0.93 | 0 | 0.96 | 0.59 | 118.2 | 0.93 | 0.21 |
| Hex | 7 | 68 | 4 | 5D | 0 | 60 | 3B | 76 | 5D | 15 |
| Octal | 7 | 150 | 4 | 135 | 0 | 140 | 73 | 166 | 135 | 25 |
| Binary | 111 | 1101000 | 100 | 1011101 | 0 | 1100000 | 111011 | 1110110 | 1011101 | 10101 |
Color Harmonies of #076804
Complementary color
Monochromatic Colors of #076804
Black with #076804
Text Example
Text Example
White with #076804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076804; }
p { color: rgb(7,104,4); }
H1.HeaderClassName
{
color: #076804;
}
.AnyTagClassName
{
color: #076804;
}
</style>
background-color css
<style>
a { background-color: #076804; }
a { background-color: rgb(7,104,4); }
div.DivClassName
{
background-color: #076804;
}
.BgClassName
{
background-color: #076804;
}
</style>
border-color css
<style>
span { border-color: #076804; }
span { border-color: rgb(7,104,4); }
td.TdClassName
{
border-color: #076804;
}
.TagClassName
{
border-color: #076804;
}
</style>