Shades of Green #076310
Tints of Green #076310
RGB
CMYK
RGB Variations
Color information
#076310 (or 0x076310) is known color: Green. HEX triplet: 07, 63 and 10. RGB value is (7,99,16). Sum of RGB (Red+Green+Blue) = 7+99+16=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #076310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076310 is #F89CEF. Grayscale: #3E3E3E. Windows color (decimal): -16293104 or 1073927. OLE color: 1073927.
HSL color Cylindrical-coordinate representation of color #076310: hue angle of 125.87º 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 #076310 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 16 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.61 |
| HSL | 125.87º | 0.87% | 0.21% | - |
| HSV(B) | 125.87º | 0.93% | 0.39% | - |
| XYZ | 4.64 | 9.01 | 1.98 | - |
| YUV | 62.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 16 | 0.93 | 0 | 0.84 | 0.61 | 125.87 | 0.87 | 0.21 |
| Hex | 7 | 63 | 10 | 5D | 0 | 54 | 3D | 7E | 57 | 15 |
| Octal | 7 | 143 | 20 | 135 | 0 | 124 | 75 | 176 | 127 | 25 |
| Binary | 111 | 1100011 | 10000 | 1011101 | 0 | 1010100 | 111101 | 1111110 | 1010111 | 10101 |
Color Harmonies of #076310
Complementary color
Monochromatic Colors of #076310
Black with #076310
Text Example
Text Example
White with #076310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076310; }
p { color: rgb(7,99,16); }
H1.HeaderClassName
{
color: #076310;
}
.AnyTagClassName
{
color: #076310;
}
</style>
background-color css
<style>
a { background-color: #076310; }
a { background-color: rgb(7,99,16); }
div.DivClassName
{
background-color: #076310;
}
.BgClassName
{
background-color: #076310;
}
</style>
border-color css
<style>
span { border-color: #076310; }
span { border-color: rgb(7,99,16); }
td.TdClassName
{
border-color: #076310;
}
.TagClassName
{
border-color: #076310;
}
</style>