Shades of Pine Tree #101B07
Tints of Pine Tree #101B07
RGB
CMYK
RGB Variations
Color information
#101B07 (or 0x101B07) is known color: Pine Tree. HEX triplet: 10, 1B and 07. RGB value is (16,27,7). Sum of RGB (Red+Green+Blue) = 16+27+7=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #101B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B07 is #EFE4F8. Grayscale: #151515. Windows color (decimal): -15721721 or 465680. OLE color: 465680.
HSL color Cylindrical-coordinate representation of color #101B07: hue angle of 93º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #101B07 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 27 | 7 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.89 |
| HSL | 93º | 0.59% | 0.07% | - |
| HSV(B) | 93º | 0.74% | 0.11% | - |
| XYZ | 0.64 | 0.91 | 0.34 | - |
| YUV | 21.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 7 | 0.41 | 0 | 0.74 | 0.89 | 93 | 0.59 | 0.07 |
| Hex | 10 | 1B | 7 | 29 | 0 | 4A | 59 | 5D | 3B | 7 |
| Octal | 20 | 33 | 7 | 51 | 0 | 112 | 131 | 135 | 73 | 7 |
| Binary | 10000 | 11011 | 111 | 101001 | 0 | 1001010 | 1011001 | 1011101 | 111011 | 111 |
Color Harmonies of #101B07
Complementary color
Monochromatic Colors of #101B07
Black with #101B07
Text Example
Text Example
White with #101B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B07; }
p { color: rgb(16,27,7); }
H1.HeaderClassName
{
color: #101B07;
}
.AnyTagClassName
{
color: #101B07;
}
</style>
background-color css
<style>
a { background-color: #101B07; }
a { background-color: rgb(16,27,7); }
div.DivClassName
{
background-color: #101B07;
}
.BgClassName
{
background-color: #101B07;
}
</style>
border-color css
<style>
span { border-color: #101B07; }
span { border-color: rgb(16,27,7); }
td.TdClassName
{
border-color: #101B07;
}
.TagClassName
{
border-color: #101B07;
}
</style>