#070B04

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

Shades of Pine Tree #070B04

Tints of Pine Tree #070B04

Color information

#070B04 (or 0x070B04) is unknown color: approx Pine Tree. HEX triplet: 07, 0B and 04. RGB value is (7,11,4). Sum of RGB (Red+Green+Blue) = 7+11+4=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #070B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B04 is #F8F4FB. Grayscale: #090909. Windows color (decimal): -16315644 or 264967. OLE color: 264967.

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

Color convert

RGB7114-
CMYK0.3600.640.96
HSL94.29º46.67%2.94%-
HSV(B)94.29º63.64%4.31%-
XYZ0.230.290.16-
YUV9.01125.17126.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 31.82%
GREEN value IS 11 (4.69% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 18.18%
R=31.82%
G=50%
B=18.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal71140.3600.640.9694.2946.672.94
Hex7B424040605e2f3
Octal7134440100140136573
Binary1111011100100100010000001100000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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