Shades of Dark Green #061111
Tints of Dark Green #061111
RGB
CMYK
RGB Variations
Color information
#061111 (or 0x061111) is known color: Dark Green. HEX triplet: 06, 11 and 11. RGB value is (6,17,17). Sum of RGB (Red+Green+Blue) = 6+17+17=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #061111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061111 is #F9EEEE. Grayscale: #0D0D0D. Windows color (decimal): -16379631 or 1118470. OLE color: 1118470.
HSL color Cylindrical-coordinate representation of color #061111: hue angle of 180º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061111 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 17 | - |
| CMYK | 0.65 | 0 | 0 | 0.93 |
| HSL | 180º | 0.48% | 0.05% | - |
| HSV(B) | 180º | 0.65% | 0.07% | - |
| XYZ | 0.38 | 0.48 | 0.6 | - |
| YUV | 13.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 17 | 0.65 | 0 | 0 | 0.93 | 180 | 0.48 | 0.05 |
| Hex | 6 | 11 | 11 | 41 | 0 | 0 | 5D | B4 | 30 | 5 |
| Octal | 6 | 21 | 21 | 101 | 0 | 0 | 135 | 264 | 60 | 5 |
| Binary | 110 | 10001 | 10001 | 1000001 | 0 | 0 | 1011101 | 10110100 | 110000 | 101 |
Color Harmonies of #061111
Complementary color
Monochromatic Colors of #061111
Black with #061111
Text Example
Text Example
White with #061111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061111; }
p { color: rgb(6,17,17); }
H1.HeaderClassName
{
color: #061111;
}
.AnyTagClassName
{
color: #061111;
}
</style>
background-color css
<style>
a { background-color: #061111; }
a { background-color: rgb(6,17,17); }
div.DivClassName
{
background-color: #061111;
}
.BgClassName
{
background-color: #061111;
}
</style>
border-color css
<style>
span { border-color: #061111; }
span { border-color: rgb(6,17,17); }
td.TdClassName
{
border-color: #061111;
}
.TagClassName
{
border-color: #061111;
}
</style>