Shades of Green #077500
Tints of Green #077500
RGB
CMYK
RGB Variations
Color information
#077500 (or 0x077500) is known color: Green. HEX triplet: 07, 75 and 00. RGB value is (7,117,0). Sum of RGB (Red+Green+Blue) = 7+117+0=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 117 (46.09% from 255 or 94.35% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 117 - color contains mainly: green. Hex color #077500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077500 is #F88AFF. Grayscale: #474747. Windows color (decimal): -16288512 or 29959. OLE color: 29959.
HSL color Cylindrical-coordinate representation of color #077500: hue angle of 116.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.54 |
| HSL | 116.41º | 1% | 0.23% | - |
| HSV(B) | 116.41º | 1% | 0.46% | - |
| XYZ | 6.45 | 12.77 | 2.12 | - |
| YUV | 70.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 0 | 0.94 | 0 | 1 | 0.54 | 116.41 | 1 | 0.23 |
| Hex | 7 | 75 | 0 | 5E | 0 | 64 | 36 | 74 | 64 | 17 |
| Octal | 7 | 165 | 0 | 136 | 0 | 144 | 66 | 164 | 144 | 27 |
| Binary | 111 | 1110101 | 0 | 1011110 | 0 | 1100100 | 110110 | 1110100 | 1100100 | 10111 |
Color Harmonies of #077500
Complementary color
Monochromatic Colors of #077500
Black with #077500
Text Example
Text Example
White with #077500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077500; }
p { color: rgb(7,117,0); }
H1.HeaderClassName
{
color: #077500;
}
.AnyTagClassName
{
color: #077500;
}
</style>
background-color css
<style>
a { background-color: #077500; }
a { background-color: rgb(7,117,0); }
div.DivClassName
{
background-color: #077500;
}
.BgClassName
{
background-color: #077500;
}
</style>
border-color css
<style>
span { border-color: #077500; }
span { border-color: rgb(7,117,0); }
td.TdClassName
{
border-color: #077500;
}
.TagClassName
{
border-color: #077500;
}
</style>