Shades of Dark Green #06140C
Tints of Dark Green #06140C
RGB
CMYK
RGB Variations
Color information
#06140C (or 0x06140C) is known color: Dark Green. HEX triplet: 06, 14 and 0C. RGB value is (6,20,12). Sum of RGB (Red+Green+Blue) = 6+20+12=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #06140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140C is #F9EBF3. Grayscale: #0E0E0E. Windows color (decimal): -16378868 or 791558. OLE color: 791558.
HSL color Cylindrical-coordinate representation of color #06140C: hue angle of 145.71º 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 #06140C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 12 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.92 |
| HSL | 145.71º | 0.54% | 0.05% | - |
| HSV(B) | 145.71º | 0.7% | 0.08% | - |
| XYZ | 0.39 | 0.57 | 0.44 | - |
| YUV | 14.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 12 | 0.70 | 0 | 0.40 | 0.92 | 145.71 | 0.54 | 0.05 |
| Hex | 6 | 14 | C | 46 | 0 | 28 | 5C | 92 | 36 | 5 |
| Octal | 6 | 24 | 14 | 106 | 0 | 50 | 134 | 222 | 66 | 5 |
| Binary | 110 | 10100 | 1100 | 1000110 | 0 | 101000 | 1011100 | 10010010 | 110110 | 101 |
Color Harmonies of #06140C
Complementary color
Monochromatic Colors of #06140C
Black with #06140C
Text Example
Text Example
White with #06140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06140C; }
p { color: rgb(6,20,12); }
H1.HeaderClassName
{
color: #06140C;
}
.AnyTagClassName
{
color: #06140C;
}
</style>
background-color css
<style>
a { background-color: #06140C; }
a { background-color: rgb(6,20,12); }
div.DivClassName
{
background-color: #06140C;
}
.BgClassName
{
background-color: #06140C;
}
</style>
border-color css
<style>
span { border-color: #06140C; }
span { border-color: rgb(6,20,12); }
td.TdClassName
{
border-color: #06140C;
}
.TagClassName
{
border-color: #06140C;
}
</style>