Shades of Dark Green #061414
Tints of Dark Green #061414
RGB
CMYK
RGB Variations
Color information
#061414 (or 0x061414) is known color: Dark Green. HEX triplet: 06, 14 and 14. RGB value is (6,20,20). Sum of RGB (Red+Green+Blue) = 6+20+20=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #061414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061414 is #F9EBEB. Grayscale: #0F0F0F. Windows color (decimal): -16378860 or 1315846. OLE color: 1315846.
HSL color Cylindrical-coordinate representation of color #061414: hue angle of 180º 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 #061414 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 20 | - |
| CMYK | 0.70 | 0 | 0 | 0.92 |
| HSL | 180º | 0.54% | 0.05% | - |
| HSV(B) | 180º | 0.7% | 0.08% | - |
| XYZ | 0.45 | 0.59 | 0.75 | - |
| YUV | 15.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 20 | 0.70 | 0 | 0 | 0.92 | 180 | 0.54 | 0.05 |
| Hex | 6 | 14 | 14 | 46 | 0 | 0 | 5C | B4 | 36 | 5 |
| Octal | 6 | 24 | 24 | 106 | 0 | 0 | 134 | 264 | 66 | 5 |
| Binary | 110 | 10100 | 10100 | 1000110 | 0 | 0 | 1011100 | 10110100 | 110110 | 101 |
Color Harmonies of #061414
Complementary color
Monochromatic Colors of #061414
Black with #061414
Text Example
Text Example
White with #061414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061414; }
p { color: rgb(6,20,20); }
H1.HeaderClassName
{
color: #061414;
}
.AnyTagClassName
{
color: #061414;
}
</style>
background-color css
<style>
a { background-color: #061414; }
a { background-color: rgb(6,20,20); }
div.DivClassName
{
background-color: #061414;
}
.BgClassName
{
background-color: #061414;
}
</style>
border-color css
<style>
span { border-color: #061414; }
span { border-color: rgb(6,20,20); }
td.TdClassName
{
border-color: #061414;
}
.TagClassName
{
border-color: #061414;
}
</style>