#081701

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

Shades of Pine Tree #081701

Tints of Pine Tree #081701

Color information

#081701 (or 0x081701) is unknown color: approx Pine Tree. HEX triplet: 08, 17 and 01. RGB value is (8,23,1). Sum of RGB (Red+Green+Blue) = 8+23+1=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 23 (9.38% from 255 or 71.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 23 - color contains mainly: green. Hex color #081701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081701 is #F7E8FE. Grayscale: #101010. Windows color (decimal): -16247039 or 71432. OLE color: 71432.

HSL color Cylindrical-coordinate representation of color #081701: hue angle of 100.91º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081701 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB8231-
CMYK0.6500.960.91
HSL100.91º91.67%4.71%-
HSV(B)100.91º95.65%9.02%-
XYZ0.410.670.14-
YUV16.01119.53122.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 71.88%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=25%
G=71.88%
B=3.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal82310.6500.960.91100.9191.674.71
Hex8171410605B655c5
Octal1027110101401331451345
Binary1000101111100000101100000101101111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081701; }

 p { color: rgb(8,23,1); }

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

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

 a { background-color: rgb(8,23,1); }

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

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

 span { border-color: rgb(8,23,1); }

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