Shades of Green #077D05
Tints of Green #077D05
RGB
CMYK
RGB Variations
Color information
#077D05 (or 0x077D05) is known color: Green. HEX triplet: 07, 7D and 05. RGB value is (7,125,5). Sum of RGB (Red+Green+Blue) = 7+125+5=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 125 (49.22% from 255 or 91.24% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 125 - color contains mainly: green. Hex color #077D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077D05 is #F882FA. Grayscale: #4C4C4C. Windows color (decimal): -16286459 or 359687. OLE color: 359687.
HSL color Cylindrical-coordinate representation of color #077D05: hue angle of 119º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077D05 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 125 | 5 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.51 |
| HSL | 119º | 0.92% | 0.25% | - |
| HSV(B) | 119º | 0.96% | 0.49% | - |
| XYZ | 7.45 | 14.72 | 2.59 | - |
| YUV | 76.04 | 87.91 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 125 | 5 | 0.94 | 0 | 0.96 | 0.51 | 119 | 0.92 | 0.25 |
| Hex | 7 | 7D | 5 | 5E | 0 | 60 | 33 | 77 | 5C | 19 |
| Octal | 7 | 175 | 5 | 136 | 0 | 140 | 63 | 167 | 134 | 31 |
| Binary | 111 | 1111101 | 101 | 1011110 | 0 | 1100000 | 110011 | 1110111 | 1011100 | 11001 |
Color Harmonies of #077D05
Complementary color
Monochromatic Colors of #077D05
Black with #077D05
Text Example
Text Example
White with #077D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077D05; }
p { color: rgb(7,125,5); }
H1.HeaderClassName
{
color: #077D05;
}
.AnyTagClassName
{
color: #077D05;
}
</style>
background-color css
<style>
a { background-color: #077D05; }
a { background-color: rgb(7,125,5); }
div.DivClassName
{
background-color: #077D05;
}
.BgClassName
{
background-color: #077D05;
}
</style>
border-color css
<style>
span { border-color: #077D05; }
span { border-color: rgb(7,125,5); }
td.TdClassName
{
border-color: #077D05;
}
.TagClassName
{
border-color: #077D05;
}
</style>