Shades of Dark Green #071816
Tints of Dark Green #071816
RGB
CMYK
RGB Variations
Color information
#071816 (or 0x071816) is known color: Dark Green. HEX triplet: 07, 18 and 16. RGB value is (7,24,22). Sum of RGB (Red+Green+Blue) = 7+24+22=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #071816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071816 is #F8E7E9. Grayscale: #121212. Windows color (decimal): -16312298 or 1447943. OLE color: 1447943.
HSL color Cylindrical-coordinate representation of color #071816: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #071816 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
RGB | 7 | 24 | 22 | - |
CMYK | 0.71 | 0 | 0.08 | 0.91 |
HSL | 172.94º | 0.55% | 0.06% | - |
HSV(B) | 172.94º | 0.71% | 0.09% | - |
XYZ | 0.56 | 0.76 | 0.88 | - |
YUV | 18.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 24 | 22 | 0.71 | 0 | 0.08 | 0.91 | 172.94 | 0.55 | 0.06 |
Hex | 7 | 18 | 16 | 47 | 0 | 8 | 5B | AD | 37 | 6 |
Octal | 7 | 30 | 26 | 107 | 0 | 10 | 133 | 255 | 67 | 6 |
Binary | 111 | 11000 | 10110 | 1000111 | 0 | 1000 | 1011011 | 10101101 | 110111 | 110 |
Color Harmonies of #071816
Complementary color
Monochromatic Colors of #071816
Black with #071816
Text Example
Text Example
White with #071816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071816; }
p { color: rgb(7,24,22); }
H1.HeaderClassName
{
color: #071816;
}
.AnyTagClassName
{
color: #071816;
}
</style>
background-color css
<style>
a { background-color: #071816; }
a { background-color: rgb(7,24,22); }
div.DivClassName
{
background-color: #071816;
}
.BgClassName
{
background-color: #071816;
}
</style>
border-color css
<style>
span { border-color: #071816; }
span { border-color: rgb(7,24,22); }
td.TdClassName
{
border-color: #071816;
}
.TagClassName
{
border-color: #071816;
}
</style>