Shades of Green #077600
Tints of Green #077600
RGB
CMYK
RGB Variations
Color information
#077600 (or 0x077600) is known color: Green. HEX triplet: 07, 76 and 00. RGB value is (7,118,0). Sum of RGB (Red+Green+Blue) = 7+118+0=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 118 (46.48% from 255 or 94.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 118 - color contains mainly: green. Hex color #077600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077600 is #F889FF. Grayscale: #474747. Windows color (decimal): -16288256 or 30215. OLE color: 30215.
HSL color Cylindrical-coordinate representation of color #077600: hue angle of 116.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077600 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.54 |
| HSL | 116.44º | 1% | 0.23% | - |
| HSV(B) | 116.44º | 1% | 0.46% | - |
| XYZ | 6.57 | 13 | 2.16 | - |
| YUV | 71.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 0 | 0.94 | 0 | 1 | 0.54 | 116.44 | 1 | 0.23 |
| Hex | 7 | 76 | 0 | 5E | 0 | 64 | 36 | 74 | 64 | 17 |
| Octal | 7 | 166 | 0 | 136 | 0 | 144 | 66 | 164 | 144 | 27 |
| Binary | 111 | 1110110 | 0 | 1011110 | 0 | 1100100 | 110110 | 1110100 | 1100100 | 10111 |
Color Harmonies of #077600
Complementary color
Monochromatic Colors of #077600
Black with #077600
Text Example
Text Example
White with #077600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077600; }
p { color: rgb(7,118,0); }
H1.HeaderClassName
{
color: #077600;
}
.AnyTagClassName
{
color: #077600;
}
</style>
background-color css
<style>
a { background-color: #077600; }
a { background-color: rgb(7,118,0); }
div.DivClassName
{
background-color: #077600;
}
.BgClassName
{
background-color: #077600;
}
</style>
border-color css
<style>
span { border-color: #077600; }
span { border-color: rgb(7,118,0); }
td.TdClassName
{
border-color: #077600;
}
.TagClassName
{
border-color: #077600;
}
</style>