Shades of Green #077F03
Tints of Green #077F03
RGB
CMYK
RGB Variations
Color information
#077F03 (or 0x077F03) is known color: Green. HEX triplet: 07, 7F and 03. RGB value is (7,127,3). Sum of RGB (Red+Green+Blue) = 7+127+3=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 127 (50% from 255 or 92.70% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 127 - color contains mainly: green. Hex color #077F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077F03 is #F880FC. Grayscale: #4D4D4D. Windows color (decimal): -16285949 or 229127. OLE color: 229127.
HSL color Cylindrical-coordinate representation of color #077F03: hue angle of 118.06º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #077F03 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 3 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.50 |
| HSL | 118.06º | 0.95% | 0.25% | - |
| HSV(B) | 118.06º | 0.98% | 0.5% | - |
| XYZ | 7.69 | 15.23 | 2.62 | - |
| YUV | 76.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 3 | 0.94 | 0 | 0.98 | 0.50 | 118.06 | 0.95 | 0.25 |
| Hex | 7 | 7F | 3 | 5E | 0 | 62 | 32 | 76 | 5F | 19 |
| Octal | 7 | 177 | 3 | 136 | 0 | 142 | 62 | 166 | 137 | 31 |
| Binary | 111 | 1111111 | 11 | 1011110 | 0 | 1100010 | 110010 | 1110110 | 1011111 | 11001 |
Color Harmonies of #077F03
Complementary color
Monochromatic Colors of #077F03
Black with #077F03
Text Example
Text Example
White with #077F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F03; }
p { color: rgb(7,127,3); }
H1.HeaderClassName
{
color: #077F03;
}
.AnyTagClassName
{
color: #077F03;
}
</style>
background-color css
<style>
a { background-color: #077F03; }
a { background-color: rgb(7,127,3); }
div.DivClassName
{
background-color: #077F03;
}
.BgClassName
{
background-color: #077F03;
}
</style>
border-color css
<style>
span { border-color: #077F03; }
span { border-color: rgb(7,127,3); }
td.TdClassName
{
border-color: #077F03;
}
.TagClassName
{
border-color: #077F03;
}
</style>