Shades of Dark Green #060C0B
Tints of Dark Green #060C0B
RGB
CMYK
RGB Variations
Color information
#060C0B (or 0x060C0B) is known color: Dark Green. HEX triplet: 06, 0C and 0B. RGB value is (6,12,11). Sum of RGB (Red+Green+Blue) = 6+12+11=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 12 - color contains mainly: green. Hex color #060C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C0B is #F9F3F4. Grayscale: #0A0A0A. Windows color (decimal): -16380917 or 723974. OLE color: 723974.
HSL color Cylindrical-coordinate representation of color #060C0B: hue angle of 170º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060C0B is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 12 | 11 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.95 |
| HSL | 170º | 0.33% | 0.04% | - |
| HSV(B) | 170º | 0.5% | 0.05% | - |
| XYZ | 0.27 | 0.33 | 0.37 | - |
| YUV | 10.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 11 | 0.50 | 0 | 0.08 | 0.95 | 170 | 0.33 | 0.04 |
| Hex | 6 | C | B | 32 | 0 | 8 | 5F | AA | 21 | 4 |
| Octal | 6 | 14 | 13 | 62 | 0 | 10 | 137 | 252 | 41 | 4 |
| Binary | 110 | 1100 | 1011 | 110010 | 0 | 1000 | 1011111 | 10101010 | 100001 | 100 |
Color Harmonies of #060C0B
Complementary color
Monochromatic Colors of #060C0B
Black with #060C0B
Text Example
Text Example
White with #060C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C0B; }
p { color: rgb(6,12,11); }
H1.HeaderClassName
{
color: #060C0B;
}
.AnyTagClassName
{
color: #060C0B;
}
</style>
background-color css
<style>
a { background-color: #060C0B; }
a { background-color: rgb(6,12,11); }
div.DivClassName
{
background-color: #060C0B;
}
.BgClassName
{
background-color: #060C0B;
}
</style>
border-color css
<style>
span { border-color: #060C0B; }
span { border-color: rgb(6,12,11); }
td.TdClassName
{
border-color: #060C0B;
}
.TagClassName
{
border-color: #060C0B;
}
</style>