Shades of Green #077019
Tints of Green #077019
RGB
CMYK
RGB Variations
Color information
#077019 (or 0x077019) is known color: Green. HEX triplet: 07, 70 and 19. RGB value is (7,112,25). Sum of RGB (Red+Green+Blue) = 7+112+25=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #077019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077019 is #F88FE6. Grayscale: #464646. Windows color (decimal): -16289767 or 1667079. OLE color: 1667079.
HSL color Cylindrical-coordinate representation of color #077019: hue angle of 130.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077019 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 25 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.56 |
| HSL | 130.29º | 0.88% | 0.23% | - |
| HSV(B) | 130.29º | 0.94% | 0.44% | - |
| XYZ | 6.06 | 11.7 | 2.86 | - |
| YUV | 70.69 | 102.21 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 25 | 0.94 | 0 | 0.78 | 0.56 | 130.29 | 0.88 | 0.23 |
| Hex | 7 | 70 | 19 | 5E | 0 | 4E | 38 | 82 | 58 | 17 |
| Octal | 7 | 160 | 31 | 136 | 0 | 116 | 70 | 202 | 130 | 27 |
| Binary | 111 | 1110000 | 11001 | 1011110 | 0 | 1001110 | 111000 | 10000010 | 1011000 | 10111 |
Color Harmonies of #077019
Complementary color
Monochromatic Colors of #077019
Black with #077019
Text Example
Text Example
White with #077019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077019; }
p { color: rgb(7,112,25); }
H1.HeaderClassName
{
color: #077019;
}
.AnyTagClassName
{
color: #077019;
}
</style>
background-color css
<style>
a { background-color: #077019; }
a { background-color: rgb(7,112,25); }
div.DivClassName
{
background-color: #077019;
}
.BgClassName
{
background-color: #077019;
}
</style>
border-color css
<style>
span { border-color: #077019; }
span { border-color: rgb(7,112,25); }
td.TdClassName
{
border-color: #077019;
}
.TagClassName
{
border-color: #077019;
}
</style>