#070906

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

Shades of Pine Tree #070906

Tints of Pine Tree #070906

Color information

#070906 (or 0x070906) is unknown color: approx Pine Tree. HEX triplet: 07, 09 and 06. RGB value is (7,9,6). Sum of RGB (Red+Green+Blue) = 7+9+6=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 9 - color contains mainly: green. Hex color #070906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070906 is #F8F6F9. Grayscale: #080808. Windows color (decimal): -16316154 or 395527. OLE color: 395527.

HSL color Cylindrical-coordinate representation of color #070906: hue angle of 100º degrees, saturation: 0.2, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #070906 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.96.

Color convert

RGB796-
CMYK0.2200.330.96
HSL100º20%2.94%-
HSV(B)100º33.33%3.53%-
XYZ0.220.250.21-
YUV8.06126.84127.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 31.82%
GREEN value IS 9 (3.91% from 255) = 40.91%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7960.2200.330.96100202.94
Hex796160216064143
Octal711626041140144243
Binary1111001110101100100001110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070906; }

 p { color: rgb(7,9,6); }

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

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

 a { background-color: rgb(7,9,6); }

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

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

 span { border-color: rgb(7,9,6); }

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