Shades of Green #07770A
Tints of Green #07770A
RGB
CMYK
RGB Variations
Color information
#07770A (or 0x07770A) is known color: Green. HEX triplet: 07, 77 and 0A. RGB value is (7,119,10). Sum of RGB (Red+Green+Blue) = 7+119+10=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #07770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770A is #F888F5. Grayscale: #494949. Windows color (decimal): -16287990 or 685831. OLE color: 685831.
HSL color Cylindrical-coordinate representation of color #07770A: hue angle of 121.61º 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 #07770A is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 10 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.53 |
| HSL | 121.61º | 0.89% | 0.25% | - |
| HSV(B) | 121.61º | 0.94% | 0.47% | - |
| XYZ | 6.74 | 13.26 | 2.49 | - |
| YUV | 73.09 | 92.39 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 10 | 0.94 | 0 | 0.92 | 0.53 | 121.61 | 0.89 | 0.25 |
| Hex | 7 | 77 | A | 5E | 0 | 5C | 35 | 7A | 59 | 19 |
| Octal | 7 | 167 | 12 | 136 | 0 | 134 | 65 | 172 | 131 | 31 |
| Binary | 111 | 1110111 | 1010 | 1011110 | 0 | 1011100 | 110101 | 1111010 | 1011001 | 11001 |
Color Harmonies of #07770A
Complementary color
Monochromatic Colors of #07770A
Black with #07770A
Text Example
Text Example
White with #07770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07770A; }
p { color: rgb(7,119,10); }
H1.HeaderClassName
{
color: #07770A;
}
.AnyTagClassName
{
color: #07770A;
}
</style>
background-color css
<style>
a { background-color: #07770A; }
a { background-color: rgb(7,119,10); }
div.DivClassName
{
background-color: #07770A;
}
.BgClassName
{
background-color: #07770A;
}
</style>
border-color css
<style>
span { border-color: #07770A; }
span { border-color: rgb(7,119,10); }
td.TdClassName
{
border-color: #07770A;
}
.TagClassName
{
border-color: #07770A;
}
</style>