Shades of Pine Tree #101701
Tints of Pine Tree #101701
RGB
CMYK
RGB Variations
Color information
#101701 (or 0x101701) is known color: Pine Tree. HEX triplet: 10, 17 and 01. RGB value is (16,23,1). Sum of RGB (Red+Green+Blue) = 16+23+1=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #101701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101701 is #EFE8FE. Grayscale: #121212. Windows color (decimal): -15722751 or 71440. OLE color: 71440.
HSL color Cylindrical-coordinate representation of color #101701: hue angle of 79.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #101701 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 23 | 1 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.91 |
| HSL | 79.09º | 0.92% | 0.05% | - |
| HSV(B) | 79.09º | 0.96% | 0.09% | - |
| XYZ | 0.53 | 0.73 | 0.14 | - |
| YUV | 18.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 1 | 0.30 | 0 | 0.96 | 0.91 | 79.09 | 0.92 | 0.05 |
| Hex | 10 | 17 | 1 | 1E | 0 | 60 | 5B | 4F | 5C | 5 |
| Octal | 20 | 27 | 1 | 36 | 0 | 140 | 133 | 117 | 134 | 5 |
| Binary | 10000 | 10111 | 1 | 11110 | 0 | 1100000 | 1011011 | 1001111 | 1011100 | 101 |
Color Harmonies of #101701
Complementary color
Monochromatic Colors of #101701
Black with #101701
Text Example
Text Example
White with #101701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101701; }
p { color: rgb(16,23,1); }
H1.HeaderClassName
{
color: #101701;
}
.AnyTagClassName
{
color: #101701;
}
</style>
background-color css
<style>
a { background-color: #101701; }
a { background-color: rgb(16,23,1); }
div.DivClassName
{
background-color: #101701;
}
.BgClassName
{
background-color: #101701;
}
</style>
border-color css
<style>
span { border-color: #101701; }
span { border-color: rgb(16,23,1); }
td.TdClassName
{
border-color: #101701;
}
.TagClassName
{
border-color: #101701;
}
</style>