Shades of Green #076D11
Tints of Green #076D11
RGB
CMYK
RGB Variations
Color information
#076D11 (or 0x076D11) is known color: Green. HEX triplet: 07, 6D and 11. RGB value is (7,109,17). Sum of RGB (Red+Green+Blue) = 7+109+17=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 109 (42.97% from 255 or 81.95% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 109 - color contains mainly: green. Hex color #076D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D11 is #F892EE. Grayscale: #444444. Windows color (decimal): -16290543 or 1142023. OLE color: 1142023.
HSL color Cylindrical-coordinate representation of color #076D11: hue angle of 125.88º 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 #076D11 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 109 | 17 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.57 |
| HSL | 125.88º | 0.88% | 0.23% | - |
| HSV(B) | 125.88º | 0.94% | 0.43% | - |
| XYZ | 5.66 | 11.02 | 2.36 | - |
| YUV | 68.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 17 | 0.94 | 0 | 0.84 | 0.57 | 125.88 | 0.88 | 0.23 |
| Hex | 7 | 6D | 11 | 5E | 0 | 54 | 39 | 7E | 58 | 17 |
| Octal | 7 | 155 | 21 | 136 | 0 | 124 | 71 | 176 | 130 | 27 |
| Binary | 111 | 1101101 | 10001 | 1011110 | 0 | 1010100 | 111001 | 1111110 | 1011000 | 10111 |
Color Harmonies of #076D11
Complementary color
Monochromatic Colors of #076D11
Black with #076D11
Text Example
Text Example
White with #076D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D11; }
p { color: rgb(7,109,17); }
H1.HeaderClassName
{
color: #076D11;
}
.AnyTagClassName
{
color: #076D11;
}
</style>
background-color css
<style>
a { background-color: #076D11; }
a { background-color: rgb(7,109,17); }
div.DivClassName
{
background-color: #076D11;
}
.BgClassName
{
background-color: #076D11;
}
</style>
border-color css
<style>
span { border-color: #076D11; }
span { border-color: rgb(7,109,17); }
td.TdClassName
{
border-color: #076D11;
}
.TagClassName
{
border-color: #076D11;
}
</style>