Shades of Green #077907
Tints of Green #077907
RGB
CMYK
RGB Variations
Color information
#077907 (or 0x077907) is known color: Green. HEX triplet: 07, 79 and 07. RGB value is (7,121,7). Sum of RGB (Red+Green+Blue) = 7+121+7=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 121 (47.66% from 255 or 89.63% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 121 - color contains mainly: green. Hex color #077907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077907 is #F886F8. Grayscale: #4A4A4A. Windows color (decimal): -16287481 or 489735. OLE color: 489735.
HSL color Cylindrical-coordinate representation of color #077907: hue angle of 120º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077907 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 7 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.53 |
| HSL | 120º | 0.89% | 0.25% | - |
| HSV(B) | 120º | 0.94% | 0.47% | - |
| XYZ | 6.96 | 13.74 | 2.49 | - |
| YUV | 73.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 7 | 0.94 | 0 | 0.94 | 0.53 | 120 | 0.89 | 0.25 |
| Hex | 7 | 79 | 7 | 5E | 0 | 5E | 35 | 78 | 59 | 19 |
| Octal | 7 | 171 | 7 | 136 | 0 | 136 | 65 | 170 | 131 | 31 |
| Binary | 111 | 1111001 | 111 | 1011110 | 0 | 1011110 | 110101 | 1111000 | 1011001 | 11001 |
Color Harmonies of #077907
Complementary color
Monochromatic Colors of #077907
Black with #077907
Text Example
Text Example
White with #077907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077907; }
p { color: rgb(7,121,7); }
H1.HeaderClassName
{
color: #077907;
}
.AnyTagClassName
{
color: #077907;
}
</style>
background-color css
<style>
a { background-color: #077907; }
a { background-color: rgb(7,121,7); }
div.DivClassName
{
background-color: #077907;
}
.BgClassName
{
background-color: #077907;
}
</style>
border-color css
<style>
span { border-color: #077907; }
span { border-color: rgb(7,121,7); }
td.TdClassName
{
border-color: #077907;
}
.TagClassName
{
border-color: #077907;
}
</style>