Html Css Color HEX #081701 Pine Tree

📋 copy color: '#081701'

red 8 ◦ green 23 ◦ blue 1

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

Shades of Pine Tree #081701

Tints of Pine Tree #081701

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.13%

R = 25%
G = 71.88%
B = 3.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 8 23 1 -
CMYK 0.65 0 0.96 0.91
HSL 100.91º 0.92% 0.05% -
HSV(B) 100.91º 0.96% 0.09% -
XYZ 0.41 0.67 0.14 -
YUV 16.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 8 23 1 0.65 0 0.96 0.91 100.91 0.92 0.05
Hex 8 17 1 41 0 60 5B 65 5C 5
Octal 10 27 1 101 0 140 133 145 134 5
Binary 1000 10111 1 1000001 0 1100000 1011011 1100101 1011100 101

Color Harmonies of #081701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081701

Black with #081701

Text Example


Text Example

White with #081701

Text Example


Text Example

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