Shades of Green #076313
Tints of Green #076313
RGB
CMYK
RGB Variations
Color information
#076313 (or 0x076313) is known color: Green. HEX triplet: 07, 63 and 13. RGB value is (7,99,19). Sum of RGB (Red+Green+Blue) = 7+99+19=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #076313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076313 is #F89CEC. Grayscale: #3E3E3E. Windows color (decimal): -16293101 or 1270535. OLE color: 1270535.
HSL color Cylindrical-coordinate representation of color #076313: hue angle of 127.83º 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 #076313 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 19 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.61 |
| HSL | 127.83º | 0.87% | 0.21% | - |
| HSV(B) | 127.83º | 0.93% | 0.39% | - |
| XYZ | 4.67 | 9.02 | 2.11 | - |
| YUV | 62.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 19 | 0.93 | 0 | 0.81 | 0.61 | 127.83 | 0.87 | 0.21 |
| Hex | 7 | 63 | 13 | 5D | 0 | 51 | 3D | 80 | 57 | 15 |
| Octal | 7 | 143 | 23 | 135 | 0 | 121 | 75 | 200 | 127 | 25 |
| Binary | 111 | 1100011 | 10011 | 1011101 | 0 | 1010001 | 111101 | 10000000 | 1010111 | 10101 |
Color Harmonies of #076313
Complementary color
Monochromatic Colors of #076313
Black with #076313
Text Example
Text Example
White with #076313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076313; }
p { color: rgb(7,99,19); }
H1.HeaderClassName
{
color: #076313;
}
.AnyTagClassName
{
color: #076313;
}
</style>
background-color css
<style>
a { background-color: #076313; }
a { background-color: rgb(7,99,19); }
div.DivClassName
{
background-color: #076313;
}
.BgClassName
{
background-color: #076313;
}
</style>
border-color css
<style>
span { border-color: #076313; }
span { border-color: rgb(7,99,19); }
td.TdClassName
{
border-color: #076313;
}
.TagClassName
{
border-color: #076313;
}
</style>