Shades of Dark Green #061912
Tints of Dark Green #061912
RGB
CMYK
RGB Variations
Color information
#061912 (or 0x061912) is known color: Dark Green. HEX triplet: 06, 19 and 12. RGB value is (6,25,18). Sum of RGB (Red+Green+Blue) = 6+25+18=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #061912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061912 is #F9E6ED. Grayscale: #121212. Windows color (decimal): -16377582 or 1186054. OLE color: 1186054.
HSL color Cylindrical-coordinate representation of color #061912: hue angle of 157.89º 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 #061912 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 18 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.90 |
| HSL | 157.89º | 0.61% | 0.06% | - |
| HSV(B) | 157.89º | 0.76% | 0.1% | - |
| XYZ | 0.53 | 0.78 | 0.69 | - |
| YUV | 18.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 18 | 0.76 | 0 | 0.28 | 0.90 | 157.89 | 0.61 | 0.06 |
| Hex | 6 | 19 | 12 | 4C | 0 | 1C | 5A | 9E | 3D | 6 |
| Octal | 6 | 31 | 22 | 114 | 0 | 34 | 132 | 236 | 75 | 6 |
| Binary | 110 | 11001 | 10010 | 1001100 | 0 | 11100 | 1011010 | 10011110 | 111101 | 110 |
Color Harmonies of #061912
Complementary color
Monochromatic Colors of #061912
Black with #061912
Text Example
Text Example
White with #061912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061912; }
p { color: rgb(6,25,18); }
H1.HeaderClassName
{
color: #061912;
}
.AnyTagClassName
{
color: #061912;
}
</style>
background-color css
<style>
a { background-color: #061912; }
a { background-color: rgb(6,25,18); }
div.DivClassName
{
background-color: #061912;
}
.BgClassName
{
background-color: #061912;
}
</style>
border-color css
<style>
span { border-color: #061912; }
span { border-color: rgb(6,25,18); }
td.TdClassName
{
border-color: #061912;
}
.TagClassName
{
border-color: #061912;
}
</style>