Html Css Color HEX #112706 Pine Tree

📋 copy color: '#112706'

red 17 ◦ green 39 ◦ blue 6

#112706
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #112706

Tints of Pine Tree #112706

RGB

 RED value IS 17 (7.03% from 255) = 27.42%

 GREEN value IS 39 (15.63% from 255) = 62.9%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 27.42%
G = 62.9%
B = 9.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#112706 (or 0x112706) is known color: 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

RGB 17 39 6 -
CMYK 0.56 0 0.85 0.85
HSL 100º 0.73% 0.09% -
HSV(B) 100º 0.85% 0.15% -
XYZ 0.99 1.58 0.43 -
YUV 28.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 17 39 6 0.56 0 0.85 0.85 100 0.73 0.09
Hex 11 27 6 38 0 55 55 64 49 9
Octal 21 47 6 70 0 125 125 144 111 11
Binary 10001 100111 110 111000 0 1010101 1010101 1100100 1001001 1001

Color Harmonies of #112706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112706

Black with #112706

Text Example


Text Example

White with #112706

Text Example


Text Example

HTML Codes & Css Web 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>