Shades of Pine Tree #111707
Tints of Pine Tree #111707
RGB
CMYK
RGB Variations
Color information
#111707 (or 0x111707) is known color: Pine Tree. HEX triplet: 11, 17 and 07. RGB value is (17,23,7). Sum of RGB (Red+Green+Blue) = 17+23+7=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #111707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111707 is #EEE8F8. Grayscale: #131313. Windows color (decimal): -15657209 or 464657. OLE color: 464657.
HSL color Cylindrical-coordinate representation of color #111707: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111707 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 23 | 7 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.91 |
| HSL | 82.5º | 0.53% | 0.06% | - |
| HSV(B) | 82.5º | 0.7% | 0.09% | - |
| XYZ | 0.58 | 0.75 | 0.31 | - |
| YUV | 19.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 7 | 0.26 | 0 | 0.70 | 0.91 | 82.5 | 0.53 | 0.06 |
| Hex | 11 | 17 | 7 | 1A | 0 | 46 | 5B | 52 | 35 | 6 |
| Octal | 21 | 27 | 7 | 32 | 0 | 106 | 133 | 122 | 65 | 6 |
| Binary | 10001 | 10111 | 111 | 11010 | 0 | 1000110 | 1011011 | 1010010 | 110101 | 110 |
Color Harmonies of #111707
Complementary color
Monochromatic Colors of #111707
Black with #111707
Text Example
Text Example
White with #111707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111707; }
p { color: rgb(17,23,7); }
H1.HeaderClassName
{
color: #111707;
}
.AnyTagClassName
{
color: #111707;
}
</style>
background-color css
<style>
a { background-color: #111707; }
a { background-color: rgb(17,23,7); }
div.DivClassName
{
background-color: #111707;
}
.BgClassName
{
background-color: #111707;
}
</style>
border-color css
<style>
span { border-color: #111707; }
span { border-color: rgb(17,23,7); }
td.TdClassName
{
border-color: #111707;
}
.TagClassName
{
border-color: #111707;
}
</style>