Shades of Green #077607
Tints of Green #077607
RGB
CMYK
RGB Variations
Color information
#077607 (or 0x077607) is known color: Green. HEX triplet: 07, 76 and 07. RGB value is (7,118,7). Sum of RGB (Red+Green+Blue) = 7+118+7=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 118 (46.48% from 255 or 89.39% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 118 - color contains mainly: green. Hex color #077607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077607 is #F889F8. Grayscale: #484848. Windows color (decimal): -16288249 or 488967. OLE color: 488967.
HSL color Cylindrical-coordinate representation of color #077607: hue angle of 120º 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 #077607 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 7 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.54 |
| HSL | 120º | 0.89% | 0.25% | - |
| HSV(B) | 120º | 0.94% | 0.46% | - |
| XYZ | 6.6 | 13.02 | 2.37 | - |
| YUV | 72.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 7 | 0.94 | 0 | 0.94 | 0.54 | 120 | 0.89 | 0.25 |
| Hex | 7 | 76 | 7 | 5E | 0 | 5E | 36 | 78 | 59 | 19 |
| Octal | 7 | 166 | 7 | 136 | 0 | 136 | 66 | 170 | 131 | 31 |
| Binary | 111 | 1110110 | 111 | 1011110 | 0 | 1011110 | 110110 | 1111000 | 1011001 | 11001 |
Color Harmonies of #077607
Complementary color
Monochromatic Colors of #077607
Black with #077607
Text Example
Text Example
White with #077607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077607; }
p { color: rgb(7,118,7); }
H1.HeaderClassName
{
color: #077607;
}
.AnyTagClassName
{
color: #077607;
}
</style>
background-color css
<style>
a { background-color: #077607; }
a { background-color: rgb(7,118,7); }
div.DivClassName
{
background-color: #077607;
}
.BgClassName
{
background-color: #077607;
}
</style>
border-color css
<style>
span { border-color: #077607; }
span { border-color: rgb(7,118,7); }
td.TdClassName
{
border-color: #077607;
}
.TagClassName
{
border-color: #077607;
}
</style>