Shades of Pine Tree #101507
Tints of Pine Tree #101507
RGB
CMYK
RGB Variations
Color information
#101507 (or 0x101507) is known color: Pine Tree. HEX triplet: 10, 15 and 07. RGB value is (16,21,7). Sum of RGB (Red+Green+Blue) = 16+21+7=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #101507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101507 is #EFEAF8. Grayscale: #111111. Windows color (decimal): -15723257 or 464144. OLE color: 464144.
HSL color Cylindrical-coordinate representation of color #101507: hue angle of 81.43º 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 #101507 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 21 | 7 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.92 |
| HSL | 81.43º | 0.5% | 0.05% | - |
| HSV(B) | 81.43º | 0.67% | 0.08% | - |
| XYZ | 0.52 | 0.66 | 0.3 | - |
| YUV | 17.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 7 | 0.24 | 0 | 0.67 | 0.92 | 81.43 | 0.5 | 0.05 |
| Hex | 10 | 15 | 7 | 18 | 0 | 43 | 5C | 51 | 32 | 5 |
| Octal | 20 | 25 | 7 | 30 | 0 | 103 | 134 | 121 | 62 | 5 |
| Binary | 10000 | 10101 | 111 | 11000 | 0 | 1000011 | 1011100 | 1010001 | 110010 | 101 |
Color Harmonies of #101507
Complementary color
Monochromatic Colors of #101507
Black with #101507
Text Example
Text Example
White with #101507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101507; }
p { color: rgb(16,21,7); }
H1.HeaderClassName
{
color: #101507;
}
.AnyTagClassName
{
color: #101507;
}
</style>
background-color css
<style>
a { background-color: #101507; }
a { background-color: rgb(16,21,7); }
div.DivClassName
{
background-color: #101507;
}
.BgClassName
{
background-color: #101507;
}
</style>
border-color css
<style>
span { border-color: #101507; }
span { border-color: rgb(16,21,7); }
td.TdClassName
{
border-color: #101507;
}
.TagClassName
{
border-color: #101507;
}
</style>