Shades of Dark Green #06140E
Tints of Dark Green #06140E
RGB
CMYK
RGB Variations
Color information
#06140E (or 0x06140E) is known color: Dark Green. HEX triplet: 06, 14 and 0E. RGB value is (6,20,14). Sum of RGB (Red+Green+Blue) = 6+20+14=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #06140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140E is #F9EBF1. Grayscale: #0F0F0F. Windows color (decimal): -16378866 or 922630. OLE color: 922630.
HSL color Cylindrical-coordinate representation of color #06140E: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06140E is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 14 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.92 |
| HSL | 154.29º | 0.54% | 0.05% | - |
| HSV(B) | 154.29º | 0.7% | 0.08% | - |
| XYZ | 0.4 | 0.57 | 0.5 | - |
| YUV | 15.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 14 | 0.70 | 0 | 0.30 | 0.92 | 154.29 | 0.54 | 0.05 |
| Hex | 6 | 14 | E | 46 | 0 | 1E | 5C | 9A | 36 | 5 |
| Octal | 6 | 24 | 16 | 106 | 0 | 36 | 134 | 232 | 66 | 5 |
| Binary | 110 | 10100 | 1110 | 1000110 | 0 | 11110 | 1011100 | 10011010 | 110110 | 101 |
Color Harmonies of #06140E
Complementary color
Monochromatic Colors of #06140E
Black with #06140E
Text Example
Text Example
White with #06140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06140E; }
p { color: rgb(6,20,14); }
H1.HeaderClassName
{
color: #06140E;
}
.AnyTagClassName
{
color: #06140E;
}
</style>
background-color css
<style>
a { background-color: #06140E; }
a { background-color: rgb(6,20,14); }
div.DivClassName
{
background-color: #06140E;
}
.BgClassName
{
background-color: #06140E;
}
</style>
border-color css
<style>
span { border-color: #06140E; }
span { border-color: rgb(6,20,14); }
td.TdClassName
{
border-color: #06140E;
}
.TagClassName
{
border-color: #06140E;
}
</style>