Shades of Green #077605
Tints of Green #077605
RGB
CMYK
RGB Variations
Color information
#077605 (or 0x077605) is known color: Green. HEX triplet: 07, 76 and 05. RGB value is (7,118,5). Sum of RGB (Red+Green+Blue) = 7+118+5=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 118 (46.48% from 255 or 90.77% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 118 - color contains mainly: green. Hex color #077605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077605 is #F889FA. Grayscale: #484848. Windows color (decimal): -16288251 or 357895. OLE color: 357895.
HSL color Cylindrical-coordinate representation of color #077605: hue angle of 118.94º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077605 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.54 |
| HSL | 118.94º | 0.92% | 0.24% | - |
| HSV(B) | 118.94º | 0.96% | 0.46% | - |
| XYZ | 6.59 | 13.01 | 2.31 | - |
| YUV | 71.93 | 90.23 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 5 | 0.94 | 0 | 0.96 | 0.54 | 118.94 | 0.92 | 0.24 |
| Hex | 7 | 76 | 5 | 5E | 0 | 60 | 36 | 77 | 5C | 18 |
| Octal | 7 | 166 | 5 | 136 | 0 | 140 | 66 | 167 | 134 | 30 |
| Binary | 111 | 1110110 | 101 | 1011110 | 0 | 1100000 | 110110 | 1110111 | 1011100 | 11000 |
Color Harmonies of #077605
Complementary color
Monochromatic Colors of #077605
Black with #077605
Text Example
Text Example
White with #077605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077605; }
p { color: rgb(7,118,5); }
H1.HeaderClassName
{
color: #077605;
}
.AnyTagClassName
{
color: #077605;
}
</style>
background-color css
<style>
a { background-color: #077605; }
a { background-color: rgb(7,118,5); }
div.DivClassName
{
background-color: #077605;
}
.BgClassName
{
background-color: #077605;
}
</style>
border-color css
<style>
span { border-color: #077605; }
span { border-color: rgb(7,118,5); }
td.TdClassName
{
border-color: #077605;
}
.TagClassName
{
border-color: #077605;
}
</style>