#071600

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

Shades of Pine Tree #071600

Tints of Pine Tree #071600

Color information

#071600 (or 0x071600) is unknown color: approx Pine Tree. HEX triplet: 07, 16 and 00. RGB value is (7,22,0). Sum of RGB (Red+Green+Blue) = 7+22+0=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 22 (8.98% from 255 or 75.86% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 22 - color contains mainly: green. Hex color #071600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071600 is #F8E9FF. Grayscale: #0F0F0F. Windows color (decimal): -16312832 or 5639. OLE color: 5639.

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

Color convert

RGB7220-
CMYK0.68010.91
HSL100.91º100%4.31%-
HSV(B)100.91º100%8.63%-
XYZ0.370.620.1-
YUV15.01119.53122.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 22 (8.98% from 255) = 75.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.14%
G=75.86%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal72200.68010.91100.911004.31
Hex7160440645B65644
Octal726010401441331451444
Binary111101100100010001100100101101111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071600; }

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

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

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

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

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

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

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

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