#112706

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

Shades of Pine Tree #112706

Tints of Pine Tree #112706

Color information

#112706 (or 0x112706) is unknown color: approx Pine Tree. HEX triplet: 11, 27 and 06. RGB value is (17,39,6). Sum of RGB (Red+Green+Blue) = 17+39+6=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #112706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112706 is #EED8F9. Grayscale: #1C1C1C. Windows color (decimal): -15653114 or 403217. OLE color: 403217.

HSL color Cylindrical-coordinate representation of color #112706: hue angle of 100º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112706 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB17396-
CMYK0.5600.850.85
HSL100º73.33%8.82%-
HSV(B)100º84.62%15.29%-
XYZ0.991.580.43-
YUV28.66115.21119.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=27.42%
G=62.90%
B=9.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173960.5600.850.8510073.338.82
Hex11276380555564499
Octal2147670012512514411111
Binary10001100111110111000010101011010101110010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112706; }

 p { color: rgb(17,39,6); }

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

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

 a { background-color: rgb(17,39,6); }

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

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

 span { border-color: rgb(17,39,6); }

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