Shades of Dark Green #071916
Tints of Dark Green #071916
RGB
CMYK
RGB Variations
Color information
#071916 (or 0x071916) is known color: Dark Green. HEX triplet: 07, 19 and 16. RGB value is (7,25,22). Sum of RGB (Red+Green+Blue) = 7+25+22=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #071916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071916 is #F8E6E9. Grayscale: #131313. Windows color (decimal): -16312042 or 1448199. OLE color: 1448199.
HSL color Cylindrical-coordinate representation of color #071916: hue angle of 170º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071916 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 22 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.90 |
| HSL | 170º | 0.56% | 0.06% | - |
| HSV(B) | 170º | 0.72% | 0.1% | - |
| XYZ | 0.58 | 0.8 | 0.88 | - |
| YUV | 19.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 22 | 0.72 | 0 | 0.12 | 0.90 | 170 | 0.56 | 0.06 |
| Hex | 7 | 19 | 16 | 48 | 0 | C | 5A | AA | 38 | 6 |
| Octal | 7 | 31 | 26 | 110 | 0 | 14 | 132 | 252 | 70 | 6 |
| Binary | 111 | 11001 | 10110 | 1001000 | 0 | 1100 | 1011010 | 10101010 | 111000 | 110 |
Color Harmonies of #071916
Complementary color
Monochromatic Colors of #071916
Black with #071916
Text Example
Text Example
White with #071916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071916; }
p { color: rgb(7,25,22); }
H1.HeaderClassName
{
color: #071916;
}
.AnyTagClassName
{
color: #071916;
}
</style>
background-color css
<style>
a { background-color: #071916; }
a { background-color: rgb(7,25,22); }
div.DivClassName
{
background-color: #071916;
}
.BgClassName
{
background-color: #071916;
}
</style>
border-color css
<style>
span { border-color: #071916; }
span { border-color: rgb(7,25,22); }
td.TdClassName
{
border-color: #071916;
}
.TagClassName
{
border-color: #071916;
}
</style>