Shades of Dark Green #061911
Tints of Dark Green #061911
RGB
CMYK
RGB Variations
Color information
#061911 (or 0x061911) is known color: Dark Green. HEX triplet: 06, 19 and 11. RGB value is (6,25,17). Sum of RGB (Red+Green+Blue) = 6+25+17=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #061911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061911 is #F9E6EE. Grayscale: #121212. Windows color (decimal): -16377583 or 1120518. OLE color: 1120518.
HSL color Cylindrical-coordinate representation of color #061911: hue angle of 154.74º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061911 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 17 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.90 |
| HSL | 154.74º | 0.61% | 0.06% | - |
| HSV(B) | 154.74º | 0.76% | 0.1% | - |
| XYZ | 0.52 | 0.77 | 0.65 | - |
| YUV | 18.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 17 | 0.76 | 0 | 0.32 | 0.90 | 154.74 | 0.61 | 0.06 |
| Hex | 6 | 19 | 11 | 4C | 0 | 20 | 5A | 9B | 3D | 6 |
| Octal | 6 | 31 | 21 | 114 | 0 | 40 | 132 | 233 | 75 | 6 |
| Binary | 110 | 11001 | 10001 | 1001100 | 0 | 100000 | 1011010 | 10011011 | 111101 | 110 |
Color Harmonies of #061911
Complementary color
Monochromatic Colors of #061911
Black with #061911
Text Example
Text Example
White with #061911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061911; }
p { color: rgb(6,25,17); }
H1.HeaderClassName
{
color: #061911;
}
.AnyTagClassName
{
color: #061911;
}
</style>
background-color css
<style>
a { background-color: #061911; }
a { background-color: rgb(6,25,17); }
div.DivClassName
{
background-color: #061911;
}
.BgClassName
{
background-color: #061911;
}
</style>
border-color css
<style>
span { border-color: #061911; }
span { border-color: rgb(6,25,17); }
td.TdClassName
{
border-color: #061911;
}
.TagClassName
{
border-color: #061911;
}
</style>