Shades of Green #078804
Tints of Green #078804
RGB
CMYK
RGB Variations
Color information
#078804 (or 0x078804) is known color: Green. HEX triplet: 07, 88 and 04. RGB value is (7,136,4). Sum of RGB (Red+Green+Blue) = 7+136+4=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 136 (53.52% from 255 or 92.52% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 136 - color contains mainly: green. Hex color #078804 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078804 is #F877FB. Grayscale: #525252. Windows color (decimal): -16283644 or 296967. OLE color: 296967.
HSL color Cylindrical-coordinate representation of color #078804: hue angle of 118.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078804 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 4 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.47 |
| HSL | 118.64º | 0.94% | 0.27% | - |
| HSV(B) | 118.64º | 0.97% | 0.53% | - |
| XYZ | 8.91 | 17.66 | 3.05 | - |
| YUV | 82.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 4 | 0.95 | 0 | 0.97 | 0.47 | 118.64 | 0.94 | 0.27 |
| Hex | 7 | 88 | 4 | 5F | 0 | 61 | 2F | 77 | 5E | 1B |
| Octal | 7 | 210 | 4 | 137 | 0 | 141 | 57 | 167 | 136 | 33 |
| Binary | 111 | 10001000 | 100 | 1011111 | 0 | 1100001 | 101111 | 1110111 | 1011110 | 11011 |
Color Harmonies of #078804
Complementary color
Monochromatic Colors of #078804
Black with #078804
Text Example
Text Example
White with #078804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078804; }
p { color: rgb(7,136,4); }
H1.HeaderClassName
{
color: #078804;
}
.AnyTagClassName
{
color: #078804;
}
</style>
background-color css
<style>
a { background-color: #078804; }
a { background-color: rgb(7,136,4); }
div.DivClassName
{
background-color: #078804;
}
.BgClassName
{
background-color: #078804;
}
</style>
border-color css
<style>
span { border-color: #078804; }
span { border-color: rgb(7,136,4); }
td.TdClassName
{
border-color: #078804;
}
.TagClassName
{
border-color: #078804;
}
</style>