Shades of Dark Green #06100E
Tints of Dark Green #06100E
RGB
CMYK
RGB Variations
Color information
#06100E (or 0x06100E) is known color: Dark Green. HEX triplet: 06, 10 and 0E. RGB value is (6,16,14). Sum of RGB (Red+Green+Blue) = 6+16+14=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #06100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06100E is #F9EFF1. Grayscale: #0C0C0C. Windows color (decimal): -16379890 or 921606. OLE color: 921606.
HSL color Cylindrical-coordinate representation of color #06100E: hue angle of 168º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #06100E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 6 | 16 | 14 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.94 |
| HSL | 168º | 0.45% | 0.04% | - |
| HSV(B) | 168º | 0.63% | 0.06% | - |
| XYZ | 0.34 | 0.44 | 0.48 | - |
| YUV | 12.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 14 | 0.62 | 0 | 0.13 | 0.94 | 168 | 0.45 | 0.04 |
| Hex | 6 | 10 | E | 3E | 0 | D | 5E | A8 | 2D | 4 |
| Octal | 6 | 20 | 16 | 76 | 0 | 15 | 136 | 250 | 55 | 4 |
| Binary | 110 | 10000 | 1110 | 111110 | 0 | 1101 | 1011110 | 10101000 | 101101 | 100 |
Color Harmonies of #06100E
Complementary color
Monochromatic Colors of #06100E
Black with #06100E
Text Example
Text Example
White with #06100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06100E; }
p { color: rgb(6,16,14); }
H1.HeaderClassName
{
color: #06100E;
}
.AnyTagClassName
{
color: #06100E;
}
</style>
background-color css
<style>
a { background-color: #06100E; }
a { background-color: rgb(6,16,14); }
div.DivClassName
{
background-color: #06100E;
}
.BgClassName
{
background-color: #06100E;
}
</style>
border-color css
<style>
span { border-color: #06100E; }
span { border-color: rgb(6,16,14); }
td.TdClassName
{
border-color: #06100E;
}
.TagClassName
{
border-color: #06100E;
}
</style>