#121706

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

Shades of Pine Tree #121706

Tints of Pine Tree #121706

Color information

#121706 (or 0x121706) is unknown color: approx Pine Tree. HEX triplet: 12, 17 and 06. RGB value is (18,23,6). Sum of RGB (Red+Green+Blue) = 18+23+6=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #121706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121706 is #EDE8F9. Grayscale: #131313. Windows color (decimal): -15591674 or 399122. OLE color: 399122.

HSL color Cylindrical-coordinate representation of color #121706: hue angle of 77.65º 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 #121706 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB18236-
CMYK0.2200.740.91
HSL77.65º58.62%5.69%-
HSV(B)77.65º73.91%9.02%-
XYZ0.590.750.29-
YUV19.57120.34126.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=38.30%
G=48.94%
B=12.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182360.2200.740.9177.6558.625.69
Hex121761604A5B4e3b6
Octal22276260112133116736
Binary1001010111110101100100101010110111001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121706; }

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

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

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

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

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

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

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

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