Shades of Dark Green #062014
Tints of Dark Green #062014
RGB
CMYK
RGB Variations
Color information
#062014 (or 0x062014) is known color: Dark Green. HEX triplet: 06, 20 and 14. RGB value is (6,32,20). Sum of RGB (Red+Green+Blue) = 6+32+20=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #062014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062014 is #F9DFEB. Grayscale: #161616. Windows color (decimal): -16375788 or 1318918. OLE color: 1318918.
HSL color Cylindrical-coordinate representation of color #062014: hue angle of 152.31º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062014 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 20 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.87 |
| HSL | 152.31º | 0.68% | 0.07% | - |
| HSV(B) | 152.31º | 0.81% | 0.13% | - |
| XYZ | 0.72 | 1.12 | 0.84 | - |
| YUV | 22.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 20 | 0.81 | 0 | 0.37 | 0.87 | 152.31 | 0.68 | 0.07 |
| Hex | 6 | 20 | 14 | 51 | 0 | 25 | 57 | 98 | 44 | 7 |
| Octal | 6 | 40 | 24 | 121 | 0 | 45 | 127 | 230 | 104 | 7 |
| Binary | 110 | 100000 | 10100 | 1010001 | 0 | 100101 | 1010111 | 10011000 | 1000100 | 111 |
Color Harmonies of #062014
Complementary color
Monochromatic Colors of #062014
Black with #062014
Text Example
Text Example
White with #062014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062014; }
p { color: rgb(6,32,20); }
H1.HeaderClassName
{
color: #062014;
}
.AnyTagClassName
{
color: #062014;
}
</style>
background-color css
<style>
a { background-color: #062014; }
a { background-color: rgb(6,32,20); }
div.DivClassName
{
background-color: #062014;
}
.BgClassName
{
background-color: #062014;
}
</style>
border-color css
<style>
span { border-color: #062014; }
span { border-color: rgb(6,32,20); }
td.TdClassName
{
border-color: #062014;
}
.TagClassName
{
border-color: #062014;
}
</style>