Shades of Green #076D19
Tints of Green #076D19
RGB
CMYK
RGB Variations
Color information
#076D19 (or 0x076D19) is known color: Green. HEX triplet: 07, 6D and 19. RGB value is (7,109,25). Sum of RGB (Red+Green+Blue) = 7+109+25=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #076D19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D19 is #F892E6. Grayscale: #454545. Windows color (decimal): -16290535 or 1666311. OLE color: 1666311.
HSL color Cylindrical-coordinate representation of color #076D19: hue angle of 130.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076D19 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 25 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.57 |
| HSL | 130.59º | 0.88% | 0.23% | - |
| HSV(B) | 130.59º | 0.94% | 0.43% | - |
| XYZ | 5.73 | 11.05 | 2.75 | - |
| YUV | 68.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 25 | 0.94 | 0 | 0.77 | 0.57 | 130.59 | 0.88 | 0.23 |
| Hex | 7 | 6D | 19 | 5E | 0 | 4D | 39 | 83 | 58 | 17 |
| Octal | 7 | 155 | 31 | 136 | 0 | 115 | 71 | 203 | 130 | 27 |
| Binary | 111 | 1101101 | 11001 | 1011110 | 0 | 1001101 | 111001 | 10000011 | 1011000 | 10111 |
Color Harmonies of #076D19
Complementary color
Monochromatic Colors of #076D19
Black with #076D19
Text Example
Text Example
White with #076D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D19; }
p { color: rgb(7,109,25); }
H1.HeaderClassName
{
color: #076D19;
}
.AnyTagClassName
{
color: #076D19;
}
</style>
background-color css
<style>
a { background-color: #076D19; }
a { background-color: rgb(7,109,25); }
div.DivClassName
{
background-color: #076D19;
}
.BgClassName
{
background-color: #076D19;
}
</style>
border-color css
<style>
span { border-color: #076D19; }
span { border-color: rgb(7,109,25); }
td.TdClassName
{
border-color: #076D19;
}
.TagClassName
{
border-color: #076D19;
}
</style>