Shades of Dark Green #06190E
Tints of Dark Green #06190E
RGB
CMYK
RGB Variations
Color information
#06190E (or 0x06190E) is known color: Dark Green. HEX triplet: 06, 19 and 0E. RGB value is (6,25,14). Sum of RGB (Red+Green+Blue) = 6+25+14=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #06190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06190E is #F9E6F1. Grayscale: #121212. Windows color (decimal): -16377586 or 923910. OLE color: 923910.
HSL color Cylindrical-coordinate representation of color #06190E: hue angle of 145.26º 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 #06190E is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 14 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.90 |
| HSL | 145.26º | 0.61% | 0.06% | - |
| HSV(B) | 145.26º | 0.76% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.54 | - |
| YUV | 18.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 14 | 0.76 | 0 | 0.44 | 0.90 | 145.26 | 0.61 | 0.06 |
| Hex | 6 | 19 | E | 4C | 0 | 2C | 5A | 91 | 3D | 6 |
| Octal | 6 | 31 | 16 | 114 | 0 | 54 | 132 | 221 | 75 | 6 |
| Binary | 110 | 11001 | 1110 | 1001100 | 0 | 101100 | 1011010 | 10010001 | 111101 | 110 |
Color Harmonies of #06190E
Complementary color
Monochromatic Colors of #06190E
Black with #06190E
Text Example
Text Example
White with #06190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06190E; }
p { color: rgb(6,25,14); }
H1.HeaderClassName
{
color: #06190E;
}
.AnyTagClassName
{
color: #06190E;
}
</style>
background-color css
<style>
a { background-color: #06190E; }
a { background-color: rgb(6,25,14); }
div.DivClassName
{
background-color: #06190E;
}
.BgClassName
{
background-color: #06190E;
}
</style>
border-color css
<style>
span { border-color: #06190E; }
span { border-color: rgb(6,25,14); }
td.TdClassName
{
border-color: #06190E;
}
.TagClassName
{
border-color: #06190E;
}
</style>