Shades of Green #07770C
Tints of Green #07770C
RGB
CMYK
RGB Variations
Color information
#07770C (or 0x07770C) is known color: Green. HEX triplet: 07, 77 and 0C. RGB value is (7,119,12). Sum of RGB (Red+Green+Blue) = 7+119+12=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #07770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770C is #F888F3. Grayscale: #494949. Windows color (decimal): -16287988 or 816903. OLE color: 816903.
HSL color Cylindrical-coordinate representation of color #07770C: hue angle of 122.68º 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 #07770C is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 12 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.53 |
| HSL | 122.68º | 0.89% | 0.25% | - |
| HSV(B) | 122.68º | 0.94% | 0.47% | - |
| XYZ | 6.75 | 13.27 | 2.55 | - |
| YUV | 73.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 12 | 0.94 | 0 | 0.90 | 0.53 | 122.68 | 0.89 | 0.25 |
| Hex | 7 | 77 | C | 5E | 0 | 5A | 35 | 7B | 59 | 19 |
| Octal | 7 | 167 | 14 | 136 | 0 | 132 | 65 | 173 | 131 | 31 |
| Binary | 111 | 1110111 | 1100 | 1011110 | 0 | 1011010 | 110101 | 1111011 | 1011001 | 11001 |
Color Harmonies of #07770C
Complementary color
Monochromatic Colors of #07770C
Black with #07770C
Text Example
Text Example
White with #07770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07770C; }
p { color: rgb(7,119,12); }
H1.HeaderClassName
{
color: #07770C;
}
.AnyTagClassName
{
color: #07770C;
}
</style>
background-color css
<style>
a { background-color: #07770C; }
a { background-color: rgb(7,119,12); }
div.DivClassName
{
background-color: #07770C;
}
.BgClassName
{
background-color: #07770C;
}
</style>
border-color css
<style>
span { border-color: #07770C; }
span { border-color: rgb(7,119,12); }
td.TdClassName
{
border-color: #07770C;
}
.TagClassName
{
border-color: #07770C;
}
</style>