Shades of Dark Green #06160D
Tints of Dark Green #06160D
RGB
CMYK
RGB Variations
Color information
#06160D (or 0x06160D) is known color: Dark Green. HEX triplet: 06, 16 and 0D. RGB value is (6,22,13). Sum of RGB (Red+Green+Blue) = 6+22+13=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #06160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06160D is #F9E9F2. Grayscale: #101010. Windows color (decimal): -16378355 or 857606. OLE color: 857606.
HSL color Cylindrical-coordinate representation of color #06160D: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #06160D is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 22 | 13 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.91 |
| HSL | 146.25º | 0.57% | 0.05% | - |
| HSV(B) | 146.25º | 0.73% | 0.09% | - |
| XYZ | 0.43 | 0.64 | 0.48 | - |
| YUV | 16.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 13 | 0.73 | 0 | 0.41 | 0.91 | 146.25 | 0.57 | 0.05 |
| Hex | 6 | 16 | D | 49 | 0 | 29 | 5B | 92 | 39 | 5 |
| Octal | 6 | 26 | 15 | 111 | 0 | 51 | 133 | 222 | 71 | 5 |
| Binary | 110 | 10110 | 1101 | 1001001 | 0 | 101001 | 1011011 | 10010010 | 111001 | 101 |
Color Harmonies of #06160D
Complementary color
Monochromatic Colors of #06160D
Black with #06160D
Text Example
Text Example
White with #06160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06160D; }
p { color: rgb(6,22,13); }
H1.HeaderClassName
{
color: #06160D;
}
.AnyTagClassName
{
color: #06160D;
}
</style>
background-color css
<style>
a { background-color: #06160D; }
a { background-color: rgb(6,22,13); }
div.DivClassName
{
background-color: #06160D;
}
.BgClassName
{
background-color: #06160D;
}
</style>
border-color css
<style>
span { border-color: #06160D; }
span { border-color: rgb(6,22,13); }
td.TdClassName
{
border-color: #06160D;
}
.TagClassName
{
border-color: #06160D;
}
</style>