Shades of Dark Green #071310
Tints of Dark Green #071310
RGB
CMYK
RGB Variations
Color information
#071310 (or 0x071310) is known color: Dark Green. HEX triplet: 07, 13 and 10. RGB value is (7,19,16). Sum of RGB (Red+Green+Blue) = 7+19+16=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #071310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071310 is #F8ECEF. Grayscale: #0F0F0F. Windows color (decimal): -16313584 or 1053447. OLE color: 1053447.
HSL color Cylindrical-coordinate representation of color #071310: hue angle of 165º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #071310 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 16 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.93 |
| HSL | 165º | 0.46% | 0.05% | - |
| HSV(B) | 165º | 0.63% | 0.07% | - |
| XYZ | 0.41 | 0.55 | 0.57 | - |
| YUV | 15.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 16 | 0.63 | 0 | 0.16 | 0.93 | 165 | 0.46 | 0.05 |
| Hex | 7 | 13 | 10 | 3F | 0 | 10 | 5D | A5 | 2E | 5 |
| Octal | 7 | 23 | 20 | 77 | 0 | 20 | 135 | 245 | 56 | 5 |
| Binary | 111 | 10011 | 10000 | 111111 | 0 | 10000 | 1011101 | 10100101 | 101110 | 101 |
Color Harmonies of #071310
Complementary color
Monochromatic Colors of #071310
Black with #071310
Text Example
Text Example
White with #071310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071310; }
p { color: rgb(7,19,16); }
H1.HeaderClassName
{
color: #071310;
}
.AnyTagClassName
{
color: #071310;
}
</style>
background-color css
<style>
a { background-color: #071310; }
a { background-color: rgb(7,19,16); }
div.DivClassName
{
background-color: #071310;
}
.BgClassName
{
background-color: #071310;
}
</style>
border-color css
<style>
span { border-color: #071310; }
span { border-color: rgb(7,19,16); }
td.TdClassName
{
border-color: #071310;
}
.TagClassName
{
border-color: #071310;
}
</style>