Shades of Dark Green #06190C
Tints of Dark Green #06190C
RGB
CMYK
RGB Variations
Color information
#06190C (or 0x06190C) is known color: Dark Green. HEX triplet: 06, 19 and 0C. RGB value is (6,25,12). Sum of RGB (Red+Green+Blue) = 6+25+12=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #06190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06190C is #F9E6F3. Grayscale: #111111. Windows color (decimal): -16377588 or 792838. OLE color: 792838.
HSL color Cylindrical-coordinate representation of color #06190C: hue angle of 138.95º 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 #06190C is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 12 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.90 |
| HSL | 138.95º | 0.61% | 0.06% | - |
| HSV(B) | 138.95º | 0.76% | 0.1% | - |
| XYZ | 0.49 | 0.76 | 0.47 | - |
| YUV | 17.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 12 | 0.76 | 0 | 0.52 | 0.90 | 138.95 | 0.61 | 0.06 |
| Hex | 6 | 19 | C | 4C | 0 | 34 | 5A | 8B | 3D | 6 |
| Octal | 6 | 31 | 14 | 114 | 0 | 64 | 132 | 213 | 75 | 6 |
| Binary | 110 | 11001 | 1100 | 1001100 | 0 | 110100 | 1011010 | 10001011 | 111101 | 110 |
Color Harmonies of #06190C
Complementary color
Monochromatic Colors of #06190C
Black with #06190C
Text Example
Text Example
White with #06190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06190C; }
p { color: rgb(6,25,12); }
H1.HeaderClassName
{
color: #06190C;
}
.AnyTagClassName
{
color: #06190C;
}
</style>
background-color css
<style>
a { background-color: #06190C; }
a { background-color: rgb(6,25,12); }
div.DivClassName
{
background-color: #06190C;
}
.BgClassName
{
background-color: #06190C;
}
</style>
border-color css
<style>
span { border-color: #06190C; }
span { border-color: rgb(6,25,12); }
td.TdClassName
{
border-color: #06190C;
}
.TagClassName
{
border-color: #06190C;
}
</style>