#070B05

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

Shades of Pine Tree #070B05

Tints of Pine Tree #070B05

Color information

#070B05 (or 0x070B05) is unknown color: approx Pine Tree. HEX triplet: 07, 0B and 05. RGB value is (7,11,5). Sum of RGB (Red+Green+Blue) = 7+11+5=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 11 - color contains mainly: green. Hex color #070B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B05 is #F8F4FA. Grayscale: #090909. Windows color (decimal): -16315643 or 330503. OLE color: 330503.

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

Color convert

RGB7115-
CMYK0.3600.550.96
HSL100º37.5%3.14%-
HSV(B)100º54.55%4.31%-
XYZ0.230.30.19-
YUV9.12125.67126.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 30.43%
GREEN value IS 11 (4.69% from 255) = 47.83%
BLUE value IS 5 (2.34% from 255) = 21.74%
R=30.43%
G=47.83%
B=21.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71150.3600.550.9610037.53.14
Hex7B5240376064263
Octal713544067140144463
Binary111101110110010001101111100000110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B05; }

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

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

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

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

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

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

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

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