Shades of Dark Green #061514
Tints of Dark Green #061514
RGB
CMYK
RGB Variations
Color information
#061514 (or 0x061514) is known color: Dark Green. HEX triplet: 06, 15 and 14. RGB value is (6,21,20). Sum of RGB (Red+Green+Blue) = 6+21+20=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #061514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061514 is #F9EAEB. Grayscale: #101010. Windows color (decimal): -16378604 or 1316102. OLE color: 1316102.
HSL color Cylindrical-coordinate representation of color #061514: hue angle of 176º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061514 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 21 | 20 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.92 |
| HSL | 176º | 0.56% | 0.05% | - |
| HSV(B) | 176º | 0.71% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.76 | - |
| YUV | 16.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 20 | 0.71 | 0 | 0.05 | 0.92 | 176 | 0.56 | 0.05 |
| Hex | 6 | 15 | 14 | 47 | 0 | 5 | 5C | B0 | 38 | 5 |
| Octal | 6 | 25 | 24 | 107 | 0 | 5 | 134 | 260 | 70 | 5 |
| Binary | 110 | 10101 | 10100 | 1000111 | 0 | 101 | 1011100 | 10110000 | 111000 | 101 |
Color Harmonies of #061514
Complementary color
Monochromatic Colors of #061514
Black with #061514
Text Example
Text Example
White with #061514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061514; }
p { color: rgb(6,21,20); }
H1.HeaderClassName
{
color: #061514;
}
.AnyTagClassName
{
color: #061514;
}
</style>
background-color css
<style>
a { background-color: #061514; }
a { background-color: rgb(6,21,20); }
div.DivClassName
{
background-color: #061514;
}
.BgClassName
{
background-color: #061514;
}
</style>
border-color css
<style>
span { border-color: #061514; }
span { border-color: rgb(6,21,20); }
td.TdClassName
{
border-color: #061514;
}
.TagClassName
{
border-color: #061514;
}
</style>