Shades of Green #076D14
Tints of Green #076D14
RGB
CMYK
RGB Variations
Color information
#076D14 (or 0x076D14) is known color: Green. HEX triplet: 07, 6D and 14. RGB value is (7,109,20). Sum of RGB (Red+Green+Blue) = 7+109+20=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 109 (42.97% from 255 or 80.15% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 109 - color contains mainly: green. Hex color #076D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D14 is #F892EB. Grayscale: #444444. Windows color (decimal): -16290540 or 1338631. OLE color: 1338631.
HSL color Cylindrical-coordinate representation of color #076D14: hue angle of 127.65º 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 #076D14 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 20 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.57 |
| HSL | 127.65º | 0.88% | 0.23% | - |
| HSV(B) | 127.65º | 0.94% | 0.43% | - |
| XYZ | 5.68 | 11.03 | 2.49 | - |
| YUV | 68.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 20 | 0.94 | 0 | 0.82 | 0.57 | 127.65 | 0.88 | 0.23 |
| Hex | 7 | 6D | 14 | 5E | 0 | 52 | 39 | 80 | 58 | 17 |
| Octal | 7 | 155 | 24 | 136 | 0 | 122 | 71 | 200 | 130 | 27 |
| Binary | 111 | 1101101 | 10100 | 1011110 | 0 | 1010010 | 111001 | 10000000 | 1011000 | 10111 |
Color Harmonies of #076D14
Complementary color
Monochromatic Colors of #076D14
Black with #076D14
Text Example
Text Example
White with #076D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D14; }
p { color: rgb(7,109,20); }
H1.HeaderClassName
{
color: #076D14;
}
.AnyTagClassName
{
color: #076D14;
}
</style>
background-color css
<style>
a { background-color: #076D14; }
a { background-color: rgb(7,109,20); }
div.DivClassName
{
background-color: #076D14;
}
.BgClassName
{
background-color: #076D14;
}
</style>
border-color css
<style>
span { border-color: #076D14; }
span { border-color: rgb(7,109,20); }
td.TdClassName
{
border-color: #076D14;
}
.TagClassName
{
border-color: #076D14;
}
</style>