Shades of Pine Tree #112607
Tints of Pine Tree #112607
RGB
CMYK
RGB Variations
Color information
#112607 (or 0x112607) is known color: Pine Tree. HEX triplet: 11, 26 and 07. RGB value is (17,38,7). Sum of RGB (Red+Green+Blue) = 17+38+7=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #112607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112607 is #EED9F8. Grayscale: #1C1C1C. Windows color (decimal): -15653369 or 468497. OLE color: 468497.
HSL color Cylindrical-coordinate representation of color #112607: hue angle of 100.65º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112607 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 38 | 7 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.85 |
| HSL | 100.65º | 0.69% | 0.09% | - |
| HSV(B) | 100.65º | 0.82% | 0.15% | - |
| XYZ | 0.96 | 1.52 | 0.44 | - |
| YUV | 28.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 7 | 0.55 | 0 | 0.82 | 0.85 | 100.65 | 0.69 | 0.09 |
| Hex | 11 | 26 | 7 | 37 | 0 | 52 | 55 | 65 | 45 | 9 |
| Octal | 21 | 46 | 7 | 67 | 0 | 122 | 125 | 145 | 105 | 11 |
| Binary | 10001 | 100110 | 111 | 110111 | 0 | 1010010 | 1010101 | 1100101 | 1000101 | 1001 |
Color Harmonies of #112607
Complementary color
Monochromatic Colors of #112607
Black with #112607
Text Example
Text Example
White with #112607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112607; }
p { color: rgb(17,38,7); }
H1.HeaderClassName
{
color: #112607;
}
.AnyTagClassName
{
color: #112607;
}
</style>
background-color css
<style>
a { background-color: #112607; }
a { background-color: rgb(17,38,7); }
div.DivClassName
{
background-color: #112607;
}
.BgClassName
{
background-color: #112607;
}
</style>
border-color css
<style>
span { border-color: #112607; }
span { border-color: rgb(17,38,7); }
td.TdClassName
{
border-color: #112607;
}
.TagClassName
{
border-color: #112607;
}
</style>