Shades of Pine Tree #060A01
Tints of Pine Tree #060A01
RGB
CMYK
RGB Variations
Color information
#060A01 (or 0x060A01) is known color: Pine Tree. HEX triplet: 06, 0A and 01. RGB value is (6,10,1). Sum of RGB (Red+Green+Blue) = 6+10+1=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #060A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A01 is #F9F5FE. Grayscale: #070707. Windows color (decimal): -16381439 or 68102. OLE color: 68102.
HSL color Cylindrical-coordinate representation of color #060A01: hue angle of 86.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060A01 is Cyan = 0.4, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 6 | 10 | 1 | - |
| CMYK | 0.4 | 0 | 0.90 | 0.96 |
| HSL | 86.67º | 0.82% | 0.02% | - |
| HSV(B) | 86.67º | 0.9% | 0.04% | - |
| XYZ | 0.19 | 0.26 | 0.07 | - |
| YUV | 7.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 1 | 0.4 | 0 | 0.90 | 0.96 | 86.67 | 0.82 | 0.02 |
| Hex | 6 | A | 1 | 28 | 0 | 5A | 60 | 57 | 52 | 2 |
| Octal | 6 | 12 | 1 | 50 | 0 | 132 | 140 | 127 | 122 | 2 |
| Binary | 110 | 1010 | 1 | 101000 | 0 | 1011010 | 1100000 | 1010111 | 1010010 | 10 |
Color Harmonies of #060A01
Complementary color
Monochromatic Colors of #060A01
Black with #060A01
Text Example
Text Example
White with #060A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A01; }
p { color: rgb(6,10,1); }
H1.HeaderClassName
{
color: #060A01;
}
.AnyTagClassName
{
color: #060A01;
}
</style>
background-color css
<style>
a { background-color: #060A01; }
a { background-color: rgb(6,10,1); }
div.DivClassName
{
background-color: #060A01;
}
.BgClassName
{
background-color: #060A01;
}
</style>
border-color css
<style>
span { border-color: #060A01; }
span { border-color: rgb(6,10,1); }
td.TdClassName
{
border-color: #060A01;
}
.TagClassName
{
border-color: #060A01;
}
</style>