Shades of Pine Tree #111507
Tints of Pine Tree #111507
RGB
CMYK
RGB Variations
Color information
#111507 (or 0x111507) is known color: Pine Tree. HEX triplet: 11, 15 and 07. RGB value is (17,21,7). Sum of RGB (Red+Green+Blue) = 17+21+7=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #111507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111507 is #EEEAF8. Grayscale: #121212. Windows color (decimal): -15657721 or 464145. OLE color: 464145.
HSL color Cylindrical-coordinate representation of color #111507: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111507 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 21 | 7 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.92 |
| HSL | 77.14º | 0.5% | 0.05% | - |
| HSV(B) | 77.14º | 0.67% | 0.08% | - |
| XYZ | 0.54 | 0.67 | 0.3 | - |
| YUV | 18.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 7 | 0.19 | 0 | 0.67 | 0.92 | 77.14 | 0.5 | 0.05 |
| Hex | 11 | 15 | 7 | 13 | 0 | 43 | 5C | 4D | 32 | 5 |
| Octal | 21 | 25 | 7 | 23 | 0 | 103 | 134 | 115 | 62 | 5 |
| Binary | 10001 | 10101 | 111 | 10011 | 0 | 1000011 | 1011100 | 1001101 | 110010 | 101 |
Color Harmonies of #111507
Complementary color
Monochromatic Colors of #111507
Black with #111507
Text Example
Text Example
White with #111507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111507; }
p { color: rgb(17,21,7); }
H1.HeaderClassName
{
color: #111507;
}
.AnyTagClassName
{
color: #111507;
}
</style>
background-color css
<style>
a { background-color: #111507; }
a { background-color: rgb(17,21,7); }
div.DivClassName
{
background-color: #111507;
}
.BgClassName
{
background-color: #111507;
}
</style>
border-color css
<style>
span { border-color: #111507; }
span { border-color: rgb(17,21,7); }
td.TdClassName
{
border-color: #111507;
}
.TagClassName
{
border-color: #111507;
}
</style>