Shades of Dark Green #060D0B
Tints of Dark Green #060D0B
RGB
CMYK
RGB Variations
Color information
#060D0B (or 0x060D0B) is known color: Dark Green. HEX triplet: 06, 0D and 0B. RGB value is (6,13,11). Sum of RGB (Red+Green+Blue) = 6+13+11=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 13 - color contains mainly: green. Hex color #060D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D0B is #F9F2F4. Grayscale: #0A0A0A. Windows color (decimal): -16380661 or 724230. OLE color: 724230.
HSL color Cylindrical-coordinate representation of color #060D0B: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #060D0B is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 13 | 11 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.95 |
| HSL | 162.86º | 0.37% | 0.04% | - |
| HSV(B) | 162.86º | 0.54% | 0.05% | - |
| XYZ | 0.28 | 0.35 | 0.37 | - |
| YUV | 10.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 11 | 0.54 | 0 | 0.15 | 0.95 | 162.86 | 0.37 | 0.04 |
| Hex | 6 | D | B | 36 | 0 | F | 5F | A3 | 25 | 4 |
| Octal | 6 | 15 | 13 | 66 | 0 | 17 | 137 | 243 | 45 | 4 |
| Binary | 110 | 1101 | 1011 | 110110 | 0 | 1111 | 1011111 | 10100011 | 100101 | 100 |
Color Harmonies of #060D0B
Complementary color
Monochromatic Colors of #060D0B
Black with #060D0B
Text Example
Text Example
White with #060D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D0B; }
p { color: rgb(6,13,11); }
H1.HeaderClassName
{
color: #060D0B;
}
.AnyTagClassName
{
color: #060D0B;
}
</style>
background-color css
<style>
a { background-color: #060D0B; }
a { background-color: rgb(6,13,11); }
div.DivClassName
{
background-color: #060D0B;
}
.BgClassName
{
background-color: #060D0B;
}
</style>
border-color css
<style>
span { border-color: #060D0B; }
span { border-color: rgb(6,13,11); }
td.TdClassName
{
border-color: #060D0B;
}
.TagClassName
{
border-color: #060D0B;
}
</style>