#070805

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

Shades of Pine Tree #070805

Tints of Pine Tree #070805

Color information

#070805 (or 0x070805) is unknown color: approx Pine Tree. HEX triplet: 07, 08 and 05. RGB value is (7,8,5). Sum of RGB (Red+Green+Blue) = 7+8+5=20 (2% of max value = 765). Red value is 7 (3.12% from 255 or 35% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 8 - color contains mainly: green. Hex color #070805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070805 is #F8F7FA. Grayscale: #070707. Windows color (decimal): -16316411 or 329735. OLE color: 329735.

HSL color Cylindrical-coordinate representation of color #070805: hue angle of 80º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #070805 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.

Color convert

RGB785-
CMYK0.1300.380.97
HSL80º23.08%2.55%-
HSV(B)80º37.5%3.14%-
XYZ0.20.230.18-
YUV7.36126.67127.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 35%
GREEN value IS 8 (3.52% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 25%
R=35%
G=40%
B=25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7850.1300.380.978023.082.55
Hex785D0266150173
Octal710515046141120273
Binary111100010111010100110110000110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070805; }

 p { color: rgb(7,8,5); }

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

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

 a { background-color: rgb(7,8,5); }

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

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

 span { border-color: rgb(7,8,5); }

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