Shades of Dark Green #081716
Tints of Dark Green #081716
RGB
CMYK
RGB Variations
Color information
#081716 (or 0x081716) is known color: Dark Green. HEX triplet: 08, 17 and 16. RGB value is (8,23,22). Sum of RGB (Red+Green+Blue) = 8+23+22=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #081716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081716 is #F7E8E9. Grayscale: #121212. Windows color (decimal): -16247018 or 1447688. OLE color: 1447688.
HSL color Cylindrical-coordinate representation of color #081716: hue angle of 176º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #081716 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 23 | 22 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.91 |
| HSL | 176º | 0.48% | 0.06% | - |
| HSV(B) | 176º | 0.65% | 0.09% | - |
| XYZ | 0.55 | 0.72 | 0.87 | - |
| YUV | 18.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 22 | 0.65 | 0 | 0.04 | 0.91 | 176 | 0.48 | 0.06 |
| Hex | 8 | 17 | 16 | 41 | 0 | 4 | 5B | B0 | 30 | 6 |
| Octal | 10 | 27 | 26 | 101 | 0 | 4 | 133 | 260 | 60 | 6 |
| Binary | 1000 | 10111 | 10110 | 1000001 | 0 | 100 | 1011011 | 10110000 | 110000 | 110 |
Color Harmonies of #081716
Complementary color
Monochromatic Colors of #081716
Black with #081716
Text Example
Text Example
White with #081716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081716; }
p { color: rgb(8,23,22); }
H1.HeaderClassName
{
color: #081716;
}
.AnyTagClassName
{
color: #081716;
}
</style>
background-color css
<style>
a { background-color: #081716; }
a { background-color: rgb(8,23,22); }
div.DivClassName
{
background-color: #081716;
}
.BgClassName
{
background-color: #081716;
}
</style>
border-color css
<style>
span { border-color: #081716; }
span { border-color: rgb(8,23,22); }
td.TdClassName
{
border-color: #081716;
}
.TagClassName
{
border-color: #081716;
}
</style>