Shades of Pine Tree #102506
Tints of Pine Tree #102506
RGB
CMYK
RGB Variations
Color information
#102506 (or 0x102506) is known color: Pine Tree. HEX triplet: 10, 25 and 06. RGB value is (16,37,6). Sum of RGB (Red+Green+Blue) = 16+37+6=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #102506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102506 is #EFDAF9. Grayscale: #1B1B1B. Windows color (decimal): -15719162 or 402704. OLE color: 402704.
HSL color Cylindrical-coordinate representation of color #102506: hue angle of 100.65º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #102506 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 37 | 6 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.85 |
| HSL | 100.65º | 0.72% | 0.08% | - |
| HSV(B) | 100.65º | 0.84% | 0.15% | - |
| XYZ | 0.91 | 1.45 | 0.4 | - |
| YUV | 27.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 6 | 0.57 | 0 | 0.84 | 0.85 | 100.65 | 0.72 | 0.08 |
| Hex | 10 | 25 | 6 | 39 | 0 | 54 | 55 | 65 | 48 | 8 |
| Octal | 20 | 45 | 6 | 71 | 0 | 124 | 125 | 145 | 110 | 10 |
| Binary | 10000 | 100101 | 110 | 111001 | 0 | 1010100 | 1010101 | 1100101 | 1001000 | 1000 |
Color Harmonies of #102506
Complementary color
Monochromatic Colors of #102506
Black with #102506
Text Example
Text Example
White with #102506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102506; }
p { color: rgb(16,37,6); }
H1.HeaderClassName
{
color: #102506;
}
.AnyTagClassName
{
color: #102506;
}
</style>
background-color css
<style>
a { background-color: #102506; }
a { background-color: rgb(16,37,6); }
div.DivClassName
{
background-color: #102506;
}
.BgClassName
{
background-color: #102506;
}
</style>
border-color css
<style>
span { border-color: #102506; }
span { border-color: rgb(16,37,6); }
td.TdClassName
{
border-color: #102506;
}
.TagClassName
{
border-color: #102506;
}
</style>