Shades of Pine Tree #060C01
Tints of Pine Tree #060C01
RGB
CMYK
RGB Variations
Color information
#060C01 (or 0x060C01) is known color: Pine Tree. HEX triplet: 06, 0C and 01. RGB value is (6,12,1). Sum of RGB (Red+Green+Blue) = 6+12+1=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 12 (5.08% from 255 or 63.16% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 12 - color contains mainly: green. Hex color #060C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C01 is #F9F3FE. Grayscale: #080808. Windows color (decimal): -16380927 or 68614. OLE color: 68614.
HSL color Cylindrical-coordinate representation of color #060C01: hue angle of 92.73º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060C01 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 12 | 1 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.95 |
| HSL | 92.73º | 0.85% | 0.03% | - |
| HSV(B) | 92.73º | 0.92% | 0.05% | - |
| XYZ | 0.21 | 0.3 | 0.08 | - |
| YUV | 8.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 1 | 0.50 | 0 | 0.92 | 0.95 | 92.73 | 0.85 | 0.03 |
| Hex | 6 | C | 1 | 32 | 0 | 5C | 5F | 5D | 55 | 3 |
| Octal | 6 | 14 | 1 | 62 | 0 | 134 | 137 | 135 | 125 | 3 |
| Binary | 110 | 1100 | 1 | 110010 | 0 | 1011100 | 1011111 | 1011101 | 1010101 | 11 |
Color Harmonies of #060C01
Complementary color
Monochromatic Colors of #060C01
Black with #060C01
Text Example
Text Example
White with #060C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C01; }
p { color: rgb(6,12,1); }
H1.HeaderClassName
{
color: #060C01;
}
.AnyTagClassName
{
color: #060C01;
}
</style>
background-color css
<style>
a { background-color: #060C01; }
a { background-color: rgb(6,12,1); }
div.DivClassName
{
background-color: #060C01;
}
.BgClassName
{
background-color: #060C01;
}
</style>
border-color css
<style>
span { border-color: #060C01; }
span { border-color: rgb(6,12,1); }
td.TdClassName
{
border-color: #060C01;
}
.TagClassName
{
border-color: #060C01;
}
</style>