Shades of Green #077413
Tints of Green #077413
RGB
CMYK
RGB Variations
Color information
#077413 (or 0x077413) is known color: Green. HEX triplet: 07, 74 and 13. RGB value is (7,116,19). Sum of RGB (Red+Green+Blue) = 7+116+19=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #077413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077413 is #F88BEC. Grayscale: #484848. Windows color (decimal): -16288749 or 1274887. OLE color: 1274887.
HSL color Cylindrical-coordinate representation of color #077413: hue angle of 126.61º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077413 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 19 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.55 |
| HSL | 126.61º | 0.89% | 0.24% | - |
| HSV(B) | 126.61º | 0.94% | 0.45% | - |
| XYZ | 6.45 | 12.58 | 2.7 | - |
| YUV | 72.35 | 97.89 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 19 | 0.94 | 0 | 0.84 | 0.55 | 126.61 | 0.89 | 0.24 |
| Hex | 7 | 74 | 13 | 5E | 0 | 54 | 37 | 7F | 59 | 18 |
| Octal | 7 | 164 | 23 | 136 | 0 | 124 | 67 | 177 | 131 | 30 |
| Binary | 111 | 1110100 | 10011 | 1011110 | 0 | 1010100 | 110111 | 1111111 | 1011001 | 11000 |
Color Harmonies of #077413
Complementary color
Monochromatic Colors of #077413
Black with #077413
Text Example
Text Example
White with #077413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077413; }
p { color: rgb(7,116,19); }
H1.HeaderClassName
{
color: #077413;
}
.AnyTagClassName
{
color: #077413;
}
</style>
background-color css
<style>
a { background-color: #077413; }
a { background-color: rgb(7,116,19); }
div.DivClassName
{
background-color: #077413;
}
.BgClassName
{
background-color: #077413;
}
</style>
border-color css
<style>
span { border-color: #077413; }
span { border-color: rgb(7,116,19); }
td.TdClassName
{
border-color: #077413;
}
.TagClassName
{
border-color: #077413;
}
</style>