Shades of Green #076D12
Tints of Green #076D12
RGB
CMYK
RGB Variations
Color information
#076D12 (or 0x076D12) is known color: Green. HEX triplet: 07, 6D and 12. RGB value is (7,109,18). Sum of RGB (Red+Green+Blue) = 7+109+18=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 109 (42.97% from 255 or 81.34% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 109 - color contains mainly: green. Hex color #076D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D12 is #F892ED. Grayscale: #444444. Windows color (decimal): -16290542 or 1207559. OLE color: 1207559.
HSL color Cylindrical-coordinate representation of color #076D12: hue angle of 126.47º 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 #076D12 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 18 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.57 |
| HSL | 126.47º | 0.88% | 0.23% | - |
| HSV(B) | 126.47º | 0.94% | 0.43% | - |
| XYZ | 5.67 | 11.03 | 2.4 | - |
| YUV | 68.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 18 | 0.94 | 0 | 0.83 | 0.57 | 126.47 | 0.88 | 0.23 |
| Hex | 7 | 6D | 12 | 5E | 0 | 53 | 39 | 7E | 58 | 17 |
| Octal | 7 | 155 | 22 | 136 | 0 | 123 | 71 | 176 | 130 | 27 |
| Binary | 111 | 1101101 | 10010 | 1011110 | 0 | 1010011 | 111001 | 1111110 | 1011000 | 10111 |
Color Harmonies of #076D12
Complementary color
Monochromatic Colors of #076D12
Black with #076D12
Text Example
Text Example
White with #076D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D12; }
p { color: rgb(7,109,18); }
H1.HeaderClassName
{
color: #076D12;
}
.AnyTagClassName
{
color: #076D12;
}
</style>
background-color css
<style>
a { background-color: #076D12; }
a { background-color: rgb(7,109,18); }
div.DivClassName
{
background-color: #076D12;
}
.BgClassName
{
background-color: #076D12;
}
</style>
border-color css
<style>
span { border-color: #076D12; }
span { border-color: rgb(7,109,18); }
td.TdClassName
{
border-color: #076D12;
}
.TagClassName
{
border-color: #076D12;
}
</style>