Html Css Color HEX #0C1706 Pine Tree

📋 copy color: '#0C1706'

red 12 ◦ green 23 ◦ blue 6

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

Shades of Pine Tree #0C1706

Tints of Pine Tree #0C1706

RGB

 RED value IS 12 (5.08% from 255) = 29.27%

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

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

R = 29.27%
G = 56.1%
B = 14.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#0C1706 (or 0x0C1706) is known color: Pine Tree. HEX triplet: 0C, 17 and 06. RGB value is (12,23,6). Sum of RGB (Red+Green+Blue) = 12+23+6=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1706 is #F3E8F9. Grayscale: #111111. Windows color (decimal): -15984890 or 399116. OLE color: 399116.

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

Color convert

RGB 12 23 6 -
CMYK 0.48 0 0.74 0.91
HSL 98.82º 0.59% 0.06% -
HSV(B) 98.82º 0.74% 0.09% -
XYZ 0.49 0.7 0.28 -
YUV 17.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 12 23 6 0.48 0 0.74 0.91 98.82 0.59 0.06
Hex C 17 6 30 0 4A 5B 63 3B 6
Octal 14 27 6 60 0 112 133 143 73 6
Binary 1100 10111 110 110000 0 1001010 1011011 1100011 111011 110

Color Harmonies of #0C1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1706

Black with #0C1706

Text Example


Text Example

White with #0C1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1706;
 }
 .AnyTagClassName
 {
   color: #0C1706;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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