Shades of Green #077C00
Tints of Green #077C00
RGB
CMYK
RGB Variations
Color information
#077C00 (or 0x077C00) is known color: Green. HEX triplet: 07, 7C and 00. RGB value is (7,124,0). Sum of RGB (Red+Green+Blue) = 7+124+0=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 124 (48.83% from 255 or 94.66% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 124 - color contains mainly: green. Hex color #077C00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077C00 is #F883FF. Grayscale: #4B4B4B. Windows color (decimal): -16286720 or 31751. OLE color: 31751.
HSL color Cylindrical-coordinate representation of color #077C00: hue angle of 116.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077C00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 124 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.51 |
| HSL | 116.61º | 1% | 0.24% | - |
| HSV(B) | 116.61º | 1% | 0.49% | - |
| XYZ | 7.3 | 14.46 | 2.41 | - |
| YUV | 74.88 | 85.74 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 0 | 0.94 | 0 | 1 | 0.51 | 116.61 | 1 | 0.24 |
| Hex | 7 | 7C | 0 | 5E | 0 | 64 | 33 | 75 | 64 | 18 |
| Octal | 7 | 174 | 0 | 136 | 0 | 144 | 63 | 165 | 144 | 30 |
| Binary | 111 | 1111100 | 0 | 1011110 | 0 | 1100100 | 110011 | 1110101 | 1100100 | 11000 |
Color Harmonies of #077C00
Complementary color
Monochromatic Colors of #077C00
Black with #077C00
Text Example
Text Example
White with #077C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C00; }
p { color: rgb(7,124,0); }
H1.HeaderClassName
{
color: #077C00;
}
.AnyTagClassName
{
color: #077C00;
}
</style>
background-color css
<style>
a { background-color: #077C00; }
a { background-color: rgb(7,124,0); }
div.DivClassName
{
background-color: #077C00;
}
.BgClassName
{
background-color: #077C00;
}
</style>
border-color css
<style>
span { border-color: #077C00; }
span { border-color: rgb(7,124,0); }
td.TdClassName
{
border-color: #077C00;
}
.TagClassName
{
border-color: #077C00;
}
</style>