Html Css Color HEX #121706 Pine Tree

📋 copy color: '#121706'

red 18 ◦ green 23 ◦ blue 6

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

Shades of Pine Tree #121706

Tints of Pine Tree #121706

RGB

 RED value IS 18 (7.42% from 255) = 38.3%

 GREEN value IS 23 (9.38% from 255) = 48.94%

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

R = 38.3%
G = 48.94%
B = 12.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 18 23 6 -
CMYK 0.22 0 0.74 0.91
HSL 77.65º 0.59% 0.06% -
HSV(B) 77.65º 0.74% 0.09% -
XYZ 0.59 0.75 0.29 -
YUV 19.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 18 23 6 0.22 0 0.74 0.91 77.65 0.59 0.06
Hex 12 17 6 16 0 4A 5B 4E 3B 6
Octal 22 27 6 26 0 112 133 116 73 6
Binary 10010 10111 110 10110 0 1001010 1011011 1001110 111011 110

Color Harmonies of #121706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121706

Black with #121706

Text Example


Text Example

White with #121706

Text Example


Text Example

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