Shades of Green #076811
Tints of Green #076811
RGB
CMYK
RGB Variations
Color information
#076811 (or 0x076811) is known color: Green. HEX triplet: 07, 68 and 11. RGB value is (7,104,17). Sum of RGB (Red+Green+Blue) = 7+104+17=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #076811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076811 is #F897EE. Grayscale: #414141. Windows color (decimal): -16291823 or 1140743. OLE color: 1140743.
HSL color Cylindrical-coordinate representation of color #076811: hue angle of 126.19º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076811 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 17 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.59 |
| HSL | 126.19º | 0.87% | 0.22% | - |
| HSV(B) | 126.19º | 0.93% | 0.41% | - |
| XYZ | 5.14 | 9.99 | 2.19 | - |
| YUV | 65.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 17 | 0.93 | 0 | 0.84 | 0.59 | 126.19 | 0.87 | 0.22 |
| Hex | 7 | 68 | 11 | 5D | 0 | 54 | 3B | 7E | 57 | 16 |
| Octal | 7 | 150 | 21 | 135 | 0 | 124 | 73 | 176 | 127 | 26 |
| Binary | 111 | 1101000 | 10001 | 1011101 | 0 | 1010100 | 111011 | 1111110 | 1010111 | 10110 |
Color Harmonies of #076811
Complementary color
Monochromatic Colors of #076811
Black with #076811
Text Example
Text Example
White with #076811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076811; }
p { color: rgb(7,104,17); }
H1.HeaderClassName
{
color: #076811;
}
.AnyTagClassName
{
color: #076811;
}
</style>
background-color css
<style>
a { background-color: #076811; }
a { background-color: rgb(7,104,17); }
div.DivClassName
{
background-color: #076811;
}
.BgClassName
{
background-color: #076811;
}
</style>
border-color css
<style>
span { border-color: #076811; }
span { border-color: rgb(7,104,17); }
td.TdClassName
{
border-color: #076811;
}
.TagClassName
{
border-color: #076811;
}
</style>