Shades of Green #077009
Tints of Green #077009
RGB
CMYK
RGB Variations
Color information
#077009 (or 0x077009) is known color: Green. HEX triplet: 07, 70 and 09. RGB value is (7,112,9). Sum of RGB (Red+Green+Blue) = 7+112+9=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #077009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077009 is #F88FF6. Grayscale: #454545. Windows color (decimal): -16289783 or 618503. OLE color: 618503.
HSL color Cylindrical-coordinate representation of color #077009: hue angle of 121.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077009 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 9 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.56 |
| HSL | 121.14º | 0.88% | 0.23% | - |
| HSV(B) | 121.14º | 0.94% | 0.44% | - |
| XYZ | 5.93 | 11.65 | 2.2 | - |
| YUV | 68.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 9 | 0.94 | 0 | 0.92 | 0.56 | 121.14 | 0.88 | 0.23 |
| Hex | 7 | 70 | 9 | 5E | 0 | 5C | 38 | 79 | 58 | 17 |
| Octal | 7 | 160 | 11 | 136 | 0 | 134 | 70 | 171 | 130 | 27 |
| Binary | 111 | 1110000 | 1001 | 1011110 | 0 | 1011100 | 111000 | 1111001 | 1011000 | 10111 |
Color Harmonies of #077009
Complementary color
Monochromatic Colors of #077009
Black with #077009
Text Example
Text Example
White with #077009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077009; }
p { color: rgb(7,112,9); }
H1.HeaderClassName
{
color: #077009;
}
.AnyTagClassName
{
color: #077009;
}
</style>
background-color css
<style>
a { background-color: #077009; }
a { background-color: rgb(7,112,9); }
div.DivClassName
{
background-color: #077009;
}
.BgClassName
{
background-color: #077009;
}
</style>
border-color css
<style>
span { border-color: #077009; }
span { border-color: rgb(7,112,9); }
td.TdClassName
{
border-color: #077009;
}
.TagClassName
{
border-color: #077009;
}
</style>