Shades of Green #077F13
Tints of Green #077F13
RGB
CMYK
RGB Variations
Color information
#077F13 (or 0x077F13) is known color: Green. HEX triplet: 07, 7F and 13. RGB value is (7,127,19). Sum of RGB (Red+Green+Blue) = 7+127+19=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 127 (50% from 255 or 83.01% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 127 - color contains mainly: green. Hex color #077F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077F13 is #F880EC. Grayscale: #4F4F4F. Windows color (decimal): -16285933 or 1277703. OLE color: 1277703.
HSL color Cylindrical-coordinate representation of color #077F13: hue angle of 126º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F13 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 19 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.50 |
| HSL | 126º | 0.9% | 0.26% | - |
| HSV(B) | 126º | 0.94% | 0.5% | - |
| XYZ | 7.79 | 15.27 | 3.15 | - |
| YUV | 78.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 19 | 0.94 | 0 | 0.85 | 0.50 | 126 | 0.9 | 0.26 |
| Hex | 7 | 7F | 13 | 5E | 0 | 55 | 32 | 7E | 5A | 1A |
| Octal | 7 | 177 | 23 | 136 | 0 | 125 | 62 | 176 | 132 | 32 |
| Binary | 111 | 1111111 | 10011 | 1011110 | 0 | 1010101 | 110010 | 1111110 | 1011010 | 11010 |
Color Harmonies of #077F13
Complementary color
Monochromatic Colors of #077F13
Black with #077F13
Text Example
Text Example
White with #077F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F13; }
p { color: rgb(7,127,19); }
H1.HeaderClassName
{
color: #077F13;
}
.AnyTagClassName
{
color: #077F13;
}
</style>
background-color css
<style>
a { background-color: #077F13; }
a { background-color: rgb(7,127,19); }
div.DivClassName
{
background-color: #077F13;
}
.BgClassName
{
background-color: #077F13;
}
</style>
border-color css
<style>
span { border-color: #077F13; }
span { border-color: rgb(7,127,19); }
td.TdClassName
{
border-color: #077F13;
}
.TagClassName
{
border-color: #077F13;
}
</style>