Shades of Green #077611
Tints of Green #077611
RGB
CMYK
RGB Variations
Color information
#077611 (or 0x077611) is known color: Green. HEX triplet: 07, 76 and 11. RGB value is (7,118,17). Sum of RGB (Red+Green+Blue) = 7+118+17=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #077611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077611 is #F889EE. Grayscale: #494949. Windows color (decimal): -16288239 or 1144327. OLE color: 1144327.
HSL color Cylindrical-coordinate representation of color #077611: hue angle of 125.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077611 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 17 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.54 |
| HSL | 125.41º | 0.89% | 0.25% | - |
| HSV(B) | 125.41º | 0.94% | 0.46% | - |
| XYZ | 6.67 | 13.04 | 2.7 | - |
| YUV | 73.3 | 96.23 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 17 | 0.94 | 0 | 0.86 | 0.54 | 125.41 | 0.89 | 0.25 |
| Hex | 7 | 76 | 11 | 5E | 0 | 56 | 36 | 7D | 59 | 19 |
| Octal | 7 | 166 | 21 | 136 | 0 | 126 | 66 | 175 | 131 | 31 |
| Binary | 111 | 1110110 | 10001 | 1011110 | 0 | 1010110 | 110110 | 1111101 | 1011001 | 11001 |
Color Harmonies of #077611
Complementary color
Monochromatic Colors of #077611
Black with #077611
Text Example
Text Example
White with #077611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077611; }
p { color: rgb(7,118,17); }
H1.HeaderClassName
{
color: #077611;
}
.AnyTagClassName
{
color: #077611;
}
</style>
background-color css
<style>
a { background-color: #077611; }
a { background-color: rgb(7,118,17); }
div.DivClassName
{
background-color: #077611;
}
.BgClassName
{
background-color: #077611;
}
</style>
border-color css
<style>
span { border-color: #077611; }
span { border-color: rgb(7,118,17); }
td.TdClassName
{
border-color: #077611;
}
.TagClassName
{
border-color: #077611;
}
</style>