Shades of Green #077603
Tints of Green #077603
RGB
CMYK
RGB Variations
Color information
#077603 (or 0x077603) is known color: Green. HEX triplet: 07, 76 and 03. RGB value is (7,118,3). Sum of RGB (Red+Green+Blue) = 7+118+3=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 118 (46.48% from 255 or 92.19% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 118 - color contains mainly: green. Hex color #077603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077603 is #F889FC. Grayscale: #484848. Windows color (decimal): -16288253 or 226823. OLE color: 226823.
HSL color Cylindrical-coordinate representation of color #077603: hue angle of 117.91º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077603 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 3 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.54 |
| HSL | 117.91º | 0.95% | 0.24% | - |
| HSV(B) | 117.91º | 0.97% | 0.46% | - |
| XYZ | 6.58 | 13.01 | 2.25 | - |
| YUV | 71.7 | 89.23 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 3 | 0.94 | 0 | 0.97 | 0.54 | 117.91 | 0.95 | 0.24 |
| Hex | 7 | 76 | 3 | 5E | 0 | 61 | 36 | 76 | 5F | 18 |
| Octal | 7 | 166 | 3 | 136 | 0 | 141 | 66 | 166 | 137 | 30 |
| Binary | 111 | 1110110 | 11 | 1011110 | 0 | 1100001 | 110110 | 1110110 | 1011111 | 11000 |
Color Harmonies of #077603
Complementary color
Monochromatic Colors of #077603
Black with #077603
Text Example
Text Example
White with #077603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077603; }
p { color: rgb(7,118,3); }
H1.HeaderClassName
{
color: #077603;
}
.AnyTagClassName
{
color: #077603;
}
</style>
background-color css
<style>
a { background-color: #077603; }
a { background-color: rgb(7,118,3); }
div.DivClassName
{
background-color: #077603;
}
.BgClassName
{
background-color: #077603;
}
</style>
border-color css
<style>
span { border-color: #077603; }
span { border-color: rgb(7,118,3); }
td.TdClassName
{
border-color: #077603;
}
.TagClassName
{
border-color: #077603;
}
</style>