Shades of Green #077B1E
Tints of Green #077B1E
RGB
CMYK
RGB Variations
Color information
#077B1E (or 0x077B1E) is known color: Green. HEX triplet: 07, 7B and 1E. RGB value is (7,123,30). Sum of RGB (Red+Green+Blue) = 7+123+30=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 123 (48.44% from 255 or 76.88% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 123 - color contains mainly: green. Hex color #077B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077B1E is #F884E1. Grayscale: #4D4D4D. Windows color (decimal): -16286946 or 1997575. OLE color: 1997575.
HSL color Cylindrical-coordinate representation of color #077B1E: hue angle of 131.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077B1E is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 30 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.52 |
| HSL | 131.9º | 0.89% | 0.25% | - |
| HSV(B) | 131.9º | 0.94% | 0.48% | - |
| XYZ | 7.4 | 14.3 | 3.6 | - |
| YUV | 77.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 30 | 0.94 | 0 | 0.76 | 0.52 | 131.9 | 0.89 | 0.25 |
| Hex | 7 | 7B | 1E | 5E | 0 | 4C | 34 | 84 | 59 | 19 |
| Octal | 7 | 173 | 36 | 136 | 0 | 114 | 64 | 204 | 131 | 31 |
| Binary | 111 | 1111011 | 11110 | 1011110 | 0 | 1001100 | 110100 | 10000100 | 1011001 | 11001 |
Color Harmonies of #077B1E
Complementary color
Monochromatic Colors of #077B1E
Black with #077B1E
Text Example
Text Example
White with #077B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B1E; }
p { color: rgb(7,123,30); }
H1.HeaderClassName
{
color: #077B1E;
}
.AnyTagClassName
{
color: #077B1E;
}
</style>
background-color css
<style>
a { background-color: #077B1E; }
a { background-color: rgb(7,123,30); }
div.DivClassName
{
background-color: #077B1E;
}
.BgClassName
{
background-color: #077B1E;
}
</style>
border-color css
<style>
span { border-color: #077B1E; }
span { border-color: rgb(7,123,30); }
td.TdClassName
{
border-color: #077B1E;
}
.TagClassName
{
border-color: #077B1E;
}
</style>