Shades of Dark Green #060E0D
Tints of Dark Green #060E0D
RGB
CMYK
RGB Variations
Color information
#060E0D (or 0x060E0D) is known color: Dark Green. HEX triplet: 06, 0E and 0D. RGB value is (6,14,13). Sum of RGB (Red+Green+Blue) = 6+14+13=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 14 - color contains mainly: green. Hex color #060E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E0D is #F9F1F2. Grayscale: #0B0B0B. Windows color (decimal): -16380403 or 855558. OLE color: 855558.
HSL color Cylindrical-coordinate representation of color #060E0D: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #060E0D is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 14 | 13 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.95 |
| HSL | 172.5º | 0.4% | 0.04% | - |
| HSV(B) | 172.5º | 0.57% | 0.05% | - |
| XYZ | 0.3 | 0.38 | 0.44 | - |
| YUV | 11.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 13 | 0.57 | 0 | 0.07 | 0.95 | 172.5 | 0.4 | 0.04 |
| Hex | 6 | E | D | 39 | 0 | 7 | 5F | AC | 28 | 4 |
| Octal | 6 | 16 | 15 | 71 | 0 | 7 | 137 | 254 | 50 | 4 |
| Binary | 110 | 1110 | 1101 | 111001 | 0 | 111 | 1011111 | 10101100 | 101000 | 100 |
Color Harmonies of #060E0D
Complementary color
Monochromatic Colors of #060E0D
Black with #060E0D
Text Example
Text Example
White with #060E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E0D; }
p { color: rgb(6,14,13); }
H1.HeaderClassName
{
color: #060E0D;
}
.AnyTagClassName
{
color: #060E0D;
}
</style>
background-color css
<style>
a { background-color: #060E0D; }
a { background-color: rgb(6,14,13); }
div.DivClassName
{
background-color: #060E0D;
}
.BgClassName
{
background-color: #060E0D;
}
</style>
border-color css
<style>
span { border-color: #060E0D; }
span { border-color: rgb(6,14,13); }
td.TdClassName
{
border-color: #060E0D;
}
.TagClassName
{
border-color: #060E0D;
}
</style>