Shades of Green #078204
Tints of Green #078204
RGB
CMYK
RGB Variations
Color information
#078204 (or 0x078204) is known color: Green. HEX triplet: 07, 82 and 04. RGB value is (7,130,4). Sum of RGB (Red+Green+Blue) = 7+130+4=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 130 (51.17% from 255 or 92.20% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 130 - color contains mainly: green. Hex color #078204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078204 is #F87DFB. Grayscale: #4F4F4F. Windows color (decimal): -16285180 or 295431. OLE color: 295431.
HSL color Cylindrical-coordinate representation of color #078204: hue angle of 118.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078204 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 4 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.49 |
| HSL | 118.57º | 0.94% | 0.26% | - |
| HSV(B) | 118.57º | 0.97% | 0.51% | - |
| XYZ | 8.09 | 16.02 | 2.78 | - |
| YUV | 78.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 4 | 0.95 | 0 | 0.97 | 0.49 | 118.57 | 0.94 | 0.26 |
| Hex | 7 | 82 | 4 | 5F | 0 | 61 | 31 | 77 | 5E | 1A |
| Octal | 7 | 202 | 4 | 137 | 0 | 141 | 61 | 167 | 136 | 32 |
| Binary | 111 | 10000010 | 100 | 1011111 | 0 | 1100001 | 110001 | 1110111 | 1011110 | 11010 |
Color Harmonies of #078204
Complementary color
Monochromatic Colors of #078204
Black with #078204
Text Example
Text Example
White with #078204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078204; }
p { color: rgb(7,130,4); }
H1.HeaderClassName
{
color: #078204;
}
.AnyTagClassName
{
color: #078204;
}
</style>
background-color css
<style>
a { background-color: #078204; }
a { background-color: rgb(7,130,4); }
div.DivClassName
{
background-color: #078204;
}
.BgClassName
{
background-color: #078204;
}
</style>
border-color css
<style>
span { border-color: #078204; }
span { border-color: rgb(7,130,4); }
td.TdClassName
{
border-color: #078204;
}
.TagClassName
{
border-color: #078204;
}
</style>