Shades of Dark Green #062514
Tints of Dark Green #062514
RGB
CMYK
RGB Variations
Color information
#062514 (or 0x062514) is known color: Dark Green. HEX triplet: 06, 25 and 14. RGB value is (6,37,20). Sum of RGB (Red+Green+Blue) = 6+37+20=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #062514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062514 is #F9DAEB. Grayscale: #191919. Windows color (decimal): -16374508 or 1320198. OLE color: 1320198.
HSL color Cylindrical-coordinate representation of color #062514: hue angle of 147.1º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062514 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 20 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.85 |
| HSL | 147.1º | 0.72% | 0.08% | - |
| HSV(B) | 147.1º | 0.84% | 0.15% | - |
| XYZ | 0.86 | 1.41 | 0.89 | - |
| YUV | 25.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 20 | 0.84 | 0 | 0.46 | 0.85 | 147.1 | 0.72 | 0.08 |
| Hex | 6 | 25 | 14 | 54 | 0 | 2E | 55 | 93 | 48 | 8 |
| Octal | 6 | 45 | 24 | 124 | 0 | 56 | 125 | 223 | 110 | 10 |
| Binary | 110 | 100101 | 10100 | 1010100 | 0 | 101110 | 1010101 | 10010011 | 1001000 | 1000 |
Color Harmonies of #062514
Complementary color
Monochromatic Colors of #062514
Black with #062514
Text Example
Text Example
White with #062514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062514; }
p { color: rgb(6,37,20); }
H1.HeaderClassName
{
color: #062514;
}
.AnyTagClassName
{
color: #062514;
}
</style>
background-color css
<style>
a { background-color: #062514; }
a { background-color: rgb(6,37,20); }
div.DivClassName
{
background-color: #062514;
}
.BgClassName
{
background-color: #062514;
}
</style>
border-color css
<style>
span { border-color: #062514; }
span { border-color: rgb(6,37,20); }
td.TdClassName
{
border-color: #062514;
}
.TagClassName
{
border-color: #062514;
}
</style>