#061201

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

Shades of Pine Tree #061201

Tints of Pine Tree #061201

Color information

#061201 (or 0x061201) is unknown color: approx Pine Tree. HEX triplet: 06, 12 and 01. RGB value is (6,18,1). Sum of RGB (Red+Green+Blue) = 6+18+1=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #061201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061201 is #F9EDFE. Grayscale: #0C0C0C. Windows color (decimal): -16379391 or 70150. OLE color: 70150.

HSL color Cylindrical-coordinate representation of color #061201: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061201 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB6181-
CMYK0.6700.940.93
HSL102.35º89.47%3.73%-
HSV(B)102.35º94.44%7.06%-
XYZ0.30.470.1-
YUV12.47121.52123.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 1 (0.78% from 255) = 4%
R=24%
G=72%
B=4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61810.6700.940.93102.3589.473.73
Hex61214305E5D66594
Octal622110301361351461314
Binary110100101100001101011110101110111001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061201; }

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

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

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

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

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

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

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

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