Shades of Green #076611
Tints of Green #076611
RGB
CMYK
RGB Variations
Color information
#076611 (or 0x076611) is known color: Green. HEX triplet: 07, 66 and 11. RGB value is (7,102,17). Sum of RGB (Red+Green+Blue) = 7+102+17=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #076611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076611 is #F899EE. Grayscale: #404040. Windows color (decimal): -16292335 or 1140231. OLE color: 1140231.
HSL color Cylindrical-coordinate representation of color #076611: hue angle of 126.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076611 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 17 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.6 |
| HSL | 126.32º | 0.87% | 0.21% | - |
| HSV(B) | 126.32º | 0.93% | 0.4% | - |
| XYZ | 4.94 | 9.59 | 2.12 | - |
| YUV | 63.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 17 | 0.93 | 0 | 0.83 | 0.6 | 126.32 | 0.87 | 0.21 |
| Hex | 7 | 66 | 11 | 5D | 0 | 53 | 3C | 7E | 57 | 15 |
| Octal | 7 | 146 | 21 | 135 | 0 | 123 | 74 | 176 | 127 | 25 |
| Binary | 111 | 1100110 | 10001 | 1011101 | 0 | 1010011 | 111100 | 1111110 | 1010111 | 10101 |
Color Harmonies of #076611
Complementary color
Monochromatic Colors of #076611
Black with #076611
Text Example
Text Example
White with #076611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076611; }
p { color: rgb(7,102,17); }
H1.HeaderClassName
{
color: #076611;
}
.AnyTagClassName
{
color: #076611;
}
</style>
background-color css
<style>
a { background-color: #076611; }
a { background-color: rgb(7,102,17); }
div.DivClassName
{
background-color: #076611;
}
.BgClassName
{
background-color: #076611;
}
</style>
border-color css
<style>
span { border-color: #076611; }
span { border-color: rgb(7,102,17); }
td.TdClassName
{
border-color: #076611;
}
.TagClassName
{
border-color: #076611;
}
</style>