Shades of Green #077606
Tints of Green #077606
RGB
CMYK
RGB Variations
Color information
#077606 (or 0x077606) is known color: Green. HEX triplet: 07, 76 and 06. RGB value is (7,118,6). Sum of RGB (Red+Green+Blue) = 7+118+6=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #077606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077606 is #F889F9. Grayscale: #484848. Windows color (decimal): -16288250 or 423431. OLE color: 423431.
HSL color Cylindrical-coordinate representation of color #077606: hue angle of 119.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077606 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 6 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.54 |
| HSL | 119.46º | 0.9% | 0.24% | - |
| HSV(B) | 119.46º | 0.95% | 0.46% | - |
| XYZ | 6.6 | 13.02 | 2.34 | - |
| YUV | 72.04 | 90.73 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 6 | 0.94 | 0 | 0.95 | 0.54 | 119.46 | 0.9 | 0.24 |
| Hex | 7 | 76 | 6 | 5E | 0 | 5F | 36 | 77 | 5A | 18 |
| Octal | 7 | 166 | 6 | 136 | 0 | 137 | 66 | 167 | 132 | 30 |
| Binary | 111 | 1110110 | 110 | 1011110 | 0 | 1011111 | 110110 | 1110111 | 1011010 | 11000 |
Color Harmonies of #077606
Complementary color
Monochromatic Colors of #077606
Black with #077606
Text Example
Text Example
White with #077606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077606; }
p { color: rgb(7,118,6); }
H1.HeaderClassName
{
color: #077606;
}
.AnyTagClassName
{
color: #077606;
}
</style>
background-color css
<style>
a { background-color: #077606; }
a { background-color: rgb(7,118,6); }
div.DivClassName
{
background-color: #077606;
}
.BgClassName
{
background-color: #077606;
}
</style>
border-color css
<style>
span { border-color: #077606; }
span { border-color: rgb(7,118,6); }
td.TdClassName
{
border-color: #077606;
}
.TagClassName
{
border-color: #077606;
}
</style>