Shades of Green #076413
Tints of Green #076413
RGB
CMYK
RGB Variations
Color information
#076413 (or 0x076413) is known color: Green. HEX triplet: 07, 64 and 13. RGB value is (7,100,19). Sum of RGB (Red+Green+Blue) = 7+100+19=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #076413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076413 is #F89BEC. Grayscale: #3F3F3F. Windows color (decimal): -16292845 or 1270791. OLE color: 1270791.
HSL color Cylindrical-coordinate representation of color #076413: hue angle of 127.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076413 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 19 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.61 |
| HSL | 127.74º | 0.87% | 0.21% | - |
| HSV(B) | 127.74º | 0.93% | 0.39% | - |
| XYZ | 4.76 | 9.21 | 2.14 | - |
| YUV | 62.96 | 103.19 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 19 | 0.93 | 0 | 0.81 | 0.61 | 127.74 | 0.87 | 0.21 |
| Hex | 7 | 64 | 13 | 5D | 0 | 51 | 3D | 80 | 57 | 15 |
| Octal | 7 | 144 | 23 | 135 | 0 | 121 | 75 | 200 | 127 | 25 |
| Binary | 111 | 1100100 | 10011 | 1011101 | 0 | 1010001 | 111101 | 10000000 | 1010111 | 10101 |
Color Harmonies of #076413
Complementary color
Monochromatic Colors of #076413
Black with #076413
Text Example
Text Example
White with #076413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076413; }
p { color: rgb(7,100,19); }
H1.HeaderClassName
{
color: #076413;
}
.AnyTagClassName
{
color: #076413;
}
</style>
background-color css
<style>
a { background-color: #076413; }
a { background-color: rgb(7,100,19); }
div.DivClassName
{
background-color: #076413;
}
.BgClassName
{
background-color: #076413;
}
</style>
border-color css
<style>
span { border-color: #076413; }
span { border-color: rgb(7,100,19); }
td.TdClassName
{
border-color: #076413;
}
.TagClassName
{
border-color: #076413;
}
</style>