Shades of Dark Green #062714
Tints of Dark Green #062714
RGB
CMYK
RGB Variations
Color information
#062714 (or 0x062714) is known color: Dark Green. HEX triplet: 06, 27 and 14. RGB value is (6,39,20). Sum of RGB (Red+Green+Blue) = 6+39+20=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 39 (15.62% from 255 or 60% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 39 - color contains mainly: green. Hex color #062714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062714 is #F9D8EB. Grayscale: #1B1B1B. Windows color (decimal): -16373996 or 1320710. OLE color: 1320710.
HSL color Cylindrical-coordinate representation of color #062714: hue angle of 145.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062714 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 39 | 20 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.85 |
| HSL | 145.45º | 0.73% | 0.09% | - |
| HSV(B) | 145.45º | 0.85% | 0.15% | - |
| XYZ | 0.93 | 1.54 | 0.91 | - |
| YUV | 26.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 20 | 0.85 | 0 | 0.49 | 0.85 | 145.45 | 0.73 | 0.09 |
| Hex | 6 | 27 | 14 | 55 | 0 | 31 | 55 | 91 | 49 | 9 |
| Octal | 6 | 47 | 24 | 125 | 0 | 61 | 125 | 221 | 111 | 11 |
| Binary | 110 | 100111 | 10100 | 1010101 | 0 | 110001 | 1010101 | 10010001 | 1001001 | 1001 |
Color Harmonies of #062714
Complementary color
Monochromatic Colors of #062714
Black with #062714
Text Example
Text Example
White with #062714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062714; }
p { color: rgb(6,39,20); }
H1.HeaderClassName
{
color: #062714;
}
.AnyTagClassName
{
color: #062714;
}
</style>
background-color css
<style>
a { background-color: #062714; }
a { background-color: rgb(6,39,20); }
div.DivClassName
{
background-color: #062714;
}
.BgClassName
{
background-color: #062714;
}
</style>
border-color css
<style>
span { border-color: #062714; }
span { border-color: rgb(6,39,20); }
td.TdClassName
{
border-color: #062714;
}
.TagClassName
{
border-color: #062714;
}
</style>