Shades of Green #078019
Tints of Green #078019
RGB
CMYK
RGB Variations
Color information
#078019 (or 0x078019) is known color: Green. HEX triplet: 07, 80 and 19. RGB value is (7,128,25). Sum of RGB (Red+Green+Blue) = 7+128+25=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 128 (50.39% from 255 or 80% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 128 - color contains mainly: green. Hex color #078019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078019 is #F87FE6. Grayscale: #505050. Windows color (decimal): -16285671 or 1671175. OLE color: 1671175.
HSL color Cylindrical-coordinate representation of color #078019: hue angle of 128.93º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078019 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 25 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.50 |
| HSL | 128.93º | 0.9% | 0.26% | - |
| HSV(B) | 128.93º | 0.95% | 0.5% | - |
| XYZ | 7.98 | 15.55 | 3.5 | - |
| YUV | 80.08 | 96.91 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 25 | 0.95 | 0 | 0.80 | 0.50 | 128.93 | 0.9 | 0.26 |
| Hex | 7 | 80 | 19 | 5F | 0 | 50 | 32 | 81 | 5A | 1A |
| Octal | 7 | 200 | 31 | 137 | 0 | 120 | 62 | 201 | 132 | 32 |
| Binary | 111 | 10000000 | 11001 | 1011111 | 0 | 1010000 | 110010 | 10000001 | 1011010 | 11010 |
Color Harmonies of #078019
Complementary color
Monochromatic Colors of #078019
Black with #078019
Text Example
Text Example
White with #078019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078019; }
p { color: rgb(7,128,25); }
H1.HeaderClassName
{
color: #078019;
}
.AnyTagClassName
{
color: #078019;
}
</style>
background-color css
<style>
a { background-color: #078019; }
a { background-color: rgb(7,128,25); }
div.DivClassName
{
background-color: #078019;
}
.BgClassName
{
background-color: #078019;
}
</style>
border-color css
<style>
span { border-color: #078019; }
span { border-color: rgb(7,128,25); }
td.TdClassName
{
border-color: #078019;
}
.TagClassName
{
border-color: #078019;
}
</style>