Shades of Green #077B17
Tints of Green #077B17
RGB
CMYK
RGB Variations
Color information
#077B17 (or 0x077B17) is known color: Green. HEX triplet: 07, 7B and 17. RGB value is (7,123,23). Sum of RGB (Red+Green+Blue) = 7+123+23=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 123 (48.44% from 255 or 80.39% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 123 - color contains mainly: green. Hex color #077B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077B17 is #F884E8. Grayscale: #4D4D4D. Windows color (decimal): -16286953 or 1538823. OLE color: 1538823.
HSL color Cylindrical-coordinate representation of color #077B17: hue angle of 128.28º 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 #077B17 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 23 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.52 |
| HSL | 128.28º | 0.89% | 0.25% | - |
| HSV(B) | 128.28º | 0.94% | 0.48% | - |
| XYZ | 7.33 | 14.27 | 3.18 | - |
| YUV | 76.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 23 | 0.94 | 0 | 0.81 | 0.52 | 128.28 | 0.89 | 0.25 |
| Hex | 7 | 7B | 17 | 5E | 0 | 51 | 34 | 80 | 59 | 19 |
| Octal | 7 | 173 | 27 | 136 | 0 | 121 | 64 | 200 | 131 | 31 |
| Binary | 111 | 1111011 | 10111 | 1011110 | 0 | 1010001 | 110100 | 10000000 | 1011001 | 11001 |
Color Harmonies of #077B17
Complementary color
Monochromatic Colors of #077B17
Black with #077B17
Text Example
Text Example
White with #077B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B17; }
p { color: rgb(7,123,23); }
H1.HeaderClassName
{
color: #077B17;
}
.AnyTagClassName
{
color: #077B17;
}
</style>
background-color css
<style>
a { background-color: #077B17; }
a { background-color: rgb(7,123,23); }
div.DivClassName
{
background-color: #077B17;
}
.BgClassName
{
background-color: #077B17;
}
</style>
border-color css
<style>
span { border-color: #077B17; }
span { border-color: rgb(7,123,23); }
td.TdClassName
{
border-color: #077B17;
}
.TagClassName
{
border-color: #077B17;
}
</style>