#070904

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

Shades of Pine Tree #070904

Tints of Pine Tree #070904

Color information

#070904 (or 0x070904) is unknown color: approx Pine Tree. HEX triplet: 07, 09 and 04. RGB value is (7,9,4). Sum of RGB (Red+Green+Blue) = 7+9+4=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 9 - color contains mainly: green. Hex color #070904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070904 is #F8F6FB. Grayscale: #070707. Windows color (decimal): -16316156 or 264455. OLE color: 264455.

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

Color convert

RGB794-
CMYK0.2200.560.96
HSL84º38.46%2.55%-
HSV(B)84º55.56%3.53%-
XYZ0.210.250.15-
YUV7.83125.84127.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 35%
GREEN value IS 9 (3.91% from 255) = 45%
BLUE value IS 4 (1.95% from 255) = 20%
R=35%
G=45%
B=20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7940.2200.560.968438.462.55
Hex794160386054263
Octal711426070140124463
Binary11110011001011001110001100000101010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070904; }

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

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

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

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

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

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

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

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