Shades of Green #077700
Tints of Green #077700
RGB
CMYK
RGB Variations
Color information
#077700 (or 0x077700) is known color: Green. HEX triplet: 07, 77 and 00. RGB value is (7,119,0). Sum of RGB (Red+Green+Blue) = 7+119+0=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 119 (46.88% from 255 or 94.44% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 119 - color contains mainly: green. Hex color #077700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077700 is #F888FF. Grayscale: #484848. Windows color (decimal): -16288000 or 30471. OLE color: 30471.
HSL color Cylindrical-coordinate representation of color #077700: hue angle of 116.47º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077700 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.53 |
| HSL | 116.47º | 1% | 0.23% | - |
| HSV(B) | 116.47º | 1% | 0.47% | - |
| XYZ | 6.68 | 13.24 | 2.2 | - |
| YUV | 71.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 0 | 0.94 | 0 | 1 | 0.53 | 116.47 | 1 | 0.23 |
| Hex | 7 | 77 | 0 | 5E | 0 | 64 | 35 | 74 | 64 | 17 |
| Octal | 7 | 167 | 0 | 136 | 0 | 144 | 65 | 164 | 144 | 27 |
| Binary | 111 | 1110111 | 0 | 1011110 | 0 | 1100100 | 110101 | 1110100 | 1100100 | 10111 |
Color Harmonies of #077700
Complementary color
Monochromatic Colors of #077700
Black with #077700
Text Example
Text Example
White with #077700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077700; }
p { color: rgb(7,119,0); }
H1.HeaderClassName
{
color: #077700;
}
.AnyTagClassName
{
color: #077700;
}
</style>
background-color css
<style>
a { background-color: #077700; }
a { background-color: rgb(7,119,0); }
div.DivClassName
{
background-color: #077700;
}
.BgClassName
{
background-color: #077700;
}
</style>
border-color css
<style>
span { border-color: #077700; }
span { border-color: rgb(7,119,0); }
td.TdClassName
{
border-color: #077700;
}
.TagClassName
{
border-color: #077700;
}
</style>