Shades of Pine Tree #060C04
Tints of Pine Tree #060C04
RGB
CMYK
RGB Variations
Color information
#060C04 (or 0x060C04) is known color: Pine Tree. HEX triplet: 06, 0C and 04. RGB value is (6,12,4). Sum of RGB (Red+Green+Blue) = 6+12+4=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #060C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C04 is #F9F3FB. Grayscale: #090909. Windows color (decimal): -16380924 or 265222. OLE color: 265222.
HSL color Cylindrical-coordinate representation of color #060C04: hue angle of 105º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060C04 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 12 | 4 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.95 |
| HSL | 105º | 0.5% | 0.03% | - |
| HSV(B) | 105º | 0.67% | 0.05% | - |
| XYZ | 0.23 | 0.31 | 0.16 | - |
| YUV | 9.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 4 | 0.50 | 0 | 0.67 | 0.95 | 105 | 0.5 | 0.03 |
| Hex | 6 | C | 4 | 32 | 0 | 43 | 5F | 69 | 32 | 3 |
| Octal | 6 | 14 | 4 | 62 | 0 | 103 | 137 | 151 | 62 | 3 |
| Binary | 110 | 1100 | 100 | 110010 | 0 | 1000011 | 1011111 | 1101001 | 110010 | 11 |
Color Harmonies of #060C04
Complementary color
Monochromatic Colors of #060C04
Black with #060C04
Text Example
Text Example
White with #060C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C04; }
p { color: rgb(6,12,4); }
H1.HeaderClassName
{
color: #060C04;
}
.AnyTagClassName
{
color: #060C04;
}
</style>
background-color css
<style>
a { background-color: #060C04; }
a { background-color: rgb(6,12,4); }
div.DivClassName
{
background-color: #060C04;
}
.BgClassName
{
background-color: #060C04;
}
</style>
border-color css
<style>
span { border-color: #060C04; }
span { border-color: rgb(6,12,4); }
td.TdClassName
{
border-color: #060C04;
}
.TagClassName
{
border-color: #060C04;
}
</style>