Shades of Dark Green #061713
Tints of Dark Green #061713
RGB
CMYK
RGB Variations
Color information
#061713 (or 0x061713) is known color: Dark Green. HEX triplet: 06, 17 and 13. RGB value is (6,23,19). Sum of RGB (Red+Green+Blue) = 6+23+19=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #061713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061713 is #F9E8EC. Grayscale: #111111. Windows color (decimal): -16378093 or 1251078. OLE color: 1251078.
HSL color Cylindrical-coordinate representation of color #061713: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #061713 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 23 | 19 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.91 |
| HSL | 165.88º | 0.59% | 0.06% | - |
| HSV(B) | 165.88º | 0.74% | 0.09% | - |
| XYZ | 0.5 | 0.7 | 0.72 | - |
| YUV | 17.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 19 | 0.74 | 0 | 0.17 | 0.91 | 165.88 | 0.59 | 0.06 |
| Hex | 6 | 17 | 13 | 4A | 0 | 11 | 5B | A6 | 3B | 6 |
| Octal | 6 | 27 | 23 | 112 | 0 | 21 | 133 | 246 | 73 | 6 |
| Binary | 110 | 10111 | 10011 | 1001010 | 0 | 10001 | 1011011 | 10100110 | 111011 | 110 |
Color Harmonies of #061713
Complementary color
Monochromatic Colors of #061713
Black with #061713
Text Example
Text Example
White with #061713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061713; }
p { color: rgb(6,23,19); }
H1.HeaderClassName
{
color: #061713;
}
.AnyTagClassName
{
color: #061713;
}
</style>
background-color css
<style>
a { background-color: #061713; }
a { background-color: rgb(6,23,19); }
div.DivClassName
{
background-color: #061713;
}
.BgClassName
{
background-color: #061713;
}
</style>
border-color css
<style>
span { border-color: #061713; }
span { border-color: rgb(6,23,19); }
td.TdClassName
{
border-color: #061713;
}
.TagClassName
{
border-color: #061713;
}
</style>