Shades of Green #07790A
Tints of Green #07790A
RGB
CMYK
RGB Variations
Color information
#07790A (or 0x07790A) is known color: Green. HEX triplet: 07, 79 and 0A. RGB value is (7,121,10). Sum of RGB (Red+Green+Blue) = 7+121+10=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 121 (47.66% from 255 or 87.68% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 121 - color contains mainly: green. Hex color #07790A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07790A is #F886F5. Grayscale: #4A4A4A. Windows color (decimal): -16287478 or 686343. OLE color: 686343.
HSL color Cylindrical-coordinate representation of color #07790A: hue angle of 121.58º 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 #07790A is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 121 | 10 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.53 |
| HSL | 121.58º | 0.89% | 0.25% | - |
| HSV(B) | 121.58º | 0.94% | 0.47% | - |
| XYZ | 6.98 | 13.74 | 2.57 | - |
| YUV | 74.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 10 | 0.94 | 0 | 0.92 | 0.53 | 121.58 | 0.89 | 0.25 |
| Hex | 7 | 79 | A | 5E | 0 | 5C | 35 | 7A | 59 | 19 |
| Octal | 7 | 171 | 12 | 136 | 0 | 134 | 65 | 172 | 131 | 31 |
| Binary | 111 | 1111001 | 1010 | 1011110 | 0 | 1011100 | 110101 | 1111010 | 1011001 | 11001 |
Color Harmonies of #07790A
Complementary color
Monochromatic Colors of #07790A
Black with #07790A
Text Example
Text Example
White with #07790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07790A; }
p { color: rgb(7,121,10); }
H1.HeaderClassName
{
color: #07790A;
}
.AnyTagClassName
{
color: #07790A;
}
</style>
background-color css
<style>
a { background-color: #07790A; }
a { background-color: rgb(7,121,10); }
div.DivClassName
{
background-color: #07790A;
}
.BgClassName
{
background-color: #07790A;
}
</style>
border-color css
<style>
span { border-color: #07790A; }
span { border-color: rgb(7,121,10); }
td.TdClassName
{
border-color: #07790A;
}
.TagClassName
{
border-color: #07790A;
}
</style>