Shades of Pine Tree #0A0D06
Tints of Pine Tree #0A0D06
RGB
CMYK
RGB Variations
Color information
#0A0D06 (or 0x0A0D06) is known color: Pine Tree. HEX triplet: 0A, 0D and 06. RGB value is (10,13,6). Sum of RGB (Red+Green+Blue) = 10+13+6=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #0A0D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D06 is #F5F2F9. Grayscale: #0B0B0B. Windows color (decimal): -16118522 or 396554. OLE color: 396554.
HSL color Cylindrical-coordinate representation of color #0A0D06: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0A0D06 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.
Color convert
RGB | 10 | 13 | 6 | - |
CMYK | 0.23 | 0 | 0.54 | 0.95 |
HSL | 85.71º | 0.37% | 0.04% | - |
HSV(B) | 85.71º | 0.54% | 0.05% | - |
XYZ | 0.3 | 0.37 | 0.23 | - |
YUV | 11.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 13 | 6 | 0.23 | 0 | 0.54 | 0.95 | 85.71 | 0.37 | 0.04 |
Hex | A | D | 6 | 17 | 0 | 36 | 5F | 56 | 25 | 4 |
Octal | 12 | 15 | 6 | 27 | 0 | 66 | 137 | 126 | 45 | 4 |
Binary | 1010 | 1101 | 110 | 10111 | 0 | 110110 | 1011111 | 1010110 | 100101 | 100 |
Color Harmonies of #0A0D06
Complementary color
Monochromatic Colors of #0A0D06
Black with #0A0D06
Text Example
Text Example
White with #0A0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D06; }
p { color: rgb(10,13,6); }
H1.HeaderClassName
{
color: #0A0D06;
}
.AnyTagClassName
{
color: #0A0D06;
}
</style>
background-color css
<style>
a { background-color: #0A0D06; }
a { background-color: rgb(10,13,6); }
div.DivClassName
{
background-color: #0A0D06;
}
.BgClassName
{
background-color: #0A0D06;
}
</style>
border-color css
<style>
span { border-color: #0A0D06; }
span { border-color: rgb(10,13,6); }
td.TdClassName
{
border-color: #0A0D06;
}
.TagClassName
{
border-color: #0A0D06;
}
</style>