Shades of Green #078004
Tints of Green #078004
RGB
CMYK
RGB Variations
Color information
#078004 (or 0x078004) is known color: Green. HEX triplet: 07, 80 and 04. RGB value is (7,128,4). Sum of RGB (Red+Green+Blue) = 7+128+4=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #078004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078004 is #F87FFB. Grayscale: #4E4E4E. Windows color (decimal): -16285692 or 294919. OLE color: 294919.
HSL color Cylindrical-coordinate representation of color #078004: hue angle of 118.55º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078004 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 4 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.50 |
| HSL | 118.55º | 0.94% | 0.26% | - |
| HSV(B) | 118.55º | 0.97% | 0.5% | - |
| XYZ | 7.83 | 15.49 | 2.69 | - |
| YUV | 77.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 4 | 0.95 | 0 | 0.97 | 0.50 | 118.55 | 0.94 | 0.26 |
| Hex | 7 | 80 | 4 | 5F | 0 | 61 | 32 | 77 | 5E | 1A |
| Octal | 7 | 200 | 4 | 137 | 0 | 141 | 62 | 167 | 136 | 32 |
| Binary | 111 | 10000000 | 100 | 1011111 | 0 | 1100001 | 110010 | 1110111 | 1011110 | 11010 |
Color Harmonies of #078004
Complementary color
Monochromatic Colors of #078004
Black with #078004
Text Example
Text Example
White with #078004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078004; }
p { color: rgb(7,128,4); }
H1.HeaderClassName
{
color: #078004;
}
.AnyTagClassName
{
color: #078004;
}
</style>
background-color css
<style>
a { background-color: #078004; }
a { background-color: rgb(7,128,4); }
div.DivClassName
{
background-color: #078004;
}
.BgClassName
{
background-color: #078004;
}
</style>
border-color css
<style>
span { border-color: #078004; }
span { border-color: rgb(7,128,4); }
td.TdClassName
{
border-color: #078004;
}
.TagClassName
{
border-color: #078004;
}
</style>