Shades of Green #076A11
Tints of Green #076A11
RGB
CMYK
RGB Variations
Color information
#076A11 (or 0x076A11) is known color: Green. HEX triplet: 07, 6A and 11. RGB value is (7,106,17). Sum of RGB (Red+Green+Blue) = 7+106+17=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #076A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A11 is #F895EE. Grayscale: #424242. Windows color (decimal): -16291311 or 1141255. OLE color: 1141255.
HSL color Cylindrical-coordinate representation of color #076A11: hue angle of 126.06º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A11 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 17 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.58 |
| HSL | 126.06º | 0.88% | 0.22% | - |
| HSV(B) | 126.06º | 0.93% | 0.42% | - |
| XYZ | 5.34 | 10.39 | 2.25 | - |
| YUV | 66.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 17 | 0.93 | 0 | 0.84 | 0.58 | 126.06 | 0.88 | 0.22 |
| Hex | 7 | 6A | 11 | 5D | 0 | 54 | 3A | 7E | 58 | 16 |
| Octal | 7 | 152 | 21 | 135 | 0 | 124 | 72 | 176 | 130 | 26 |
| Binary | 111 | 1101010 | 10001 | 1011101 | 0 | 1010100 | 111010 | 1111110 | 1011000 | 10110 |
Color Harmonies of #076A11
Complementary color
Monochromatic Colors of #076A11
Black with #076A11
Text Example
Text Example
White with #076A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A11; }
p { color: rgb(7,106,17); }
H1.HeaderClassName
{
color: #076A11;
}
.AnyTagClassName
{
color: #076A11;
}
</style>
background-color css
<style>
a { background-color: #076A11; }
a { background-color: rgb(7,106,17); }
div.DivClassName
{
background-color: #076A11;
}
.BgClassName
{
background-color: #076A11;
}
</style>
border-color css
<style>
span { border-color: #076A11; }
span { border-color: rgb(7,106,17); }
td.TdClassName
{
border-color: #076A11;
}
.TagClassName
{
border-color: #076A11;
}
</style>