Html Css Color HEX #071100 Pine Tree

📋 copy color: '#071100'

red 7 ◦ green 17 ◦ blue 0

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

Shades of Pine Tree #071100

Tints of Pine Tree #071100

RGB

 RED value IS 7 (3.13% from 255) = 29.17%

 GREEN value IS 17 (7.03% from 255) = 70.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.17%
G = 70.83%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#071100 (or 0x071100) is known color: Pine Tree. HEX triplet: 07, 11 and 00. RGB value is (7,17,0). Sum of RGB (Red+Green+Blue) = 7+17+0=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #071100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071100 is #F8EEFF. Grayscale: #0C0C0C. Windows color (decimal): -16314112 or 4359. OLE color: 4359.

HSL color Cylindrical-coordinate representation of color #071100: hue angle of 95.29º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071100 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 17 0 -
CMYK 0.59 0 1 0.93
HSL 95.29º 1% 0.03% -
HSV(B) 95.29º 1% 0.07% -
XYZ 0.29 0.45 0.07 -
YUV 12.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 7 17 0 0.59 0 1 0.93 95.29 1 0.03
Hex 7 11 0 3B 0 64 5D 5F 64 3
Octal 7 21 0 73 0 144 135 137 144 3
Binary 111 10001 0 111011 0 1100100 1011101 1011111 1100100 11

Color Harmonies of #071100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071100

Black with #071100

Text Example


Text Example

White with #071100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071100; }

 p { color: rgb(7,17,0); }

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

background-color css

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

 a { background-color: rgb(7,17,0); }

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

border-color css

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

 span { border-color: rgb(7,17,0); }

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