#0B1706

Color #0B1706 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #0B1706

Tints of Pine Tree #0B1706

Color information

#0B1706 (or 0x0B1706) is unknown color: approx Pine Tree. HEX triplet: 0B, 17 and 06. RGB value is (11,23,6). Sum of RGB (Red+Green+Blue) = 11+23+6=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1706 is #F4E8F9. Grayscale: #111111. Windows color (decimal): -16050426 or 399115. OLE color: 399115.

HSL color Cylindrical-coordinate representation of color #0B1706: hue angle of 102.35º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B1706 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB11236-
CMYK0.5200.740.91
HSL102.35º58.62%5.69%-
HSV(B)102.35º73.91%9.02%-
XYZ0.480.70.28-
YUV17.47121.52123.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 23 (9.38% from 255) = 57.5%
BLUE value IS 6 (2.73% from 255) = 15%
R=27.5%
G=57.5%
B=15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112360.5200.740.91102.3558.625.69
HexB1763404A5B663b6
Octal13276640112133146736
Binary1011101111101101000100101010110111100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1706; }

 p { color: rgb(11,23,6); }

 H1.HeaderClassName
 {
   color: #0B1706;
 }
 .AnyTagClassName
 {
   color: #0B1706;
 }
</style>
background-color css

<style>
 a { background-color: #0B1706; }

 a { background-color: rgb(11,23,6); }

 div.DivClassName
 {
   background-color: #0B1706;
 }
 .BgClassName
 {
   background-color: #0B1706;
 }
</style>
border-color css

<style>
 span { border-color: #0B1706; }

 span { border-color: rgb(11,23,6); }

 td.TdClassName
 {
   border-color: #0B1706;
 }
 .TagClassName
 {
   border-color: #0B1706;
 }
</style>