#070E04

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

Shades of Pine Tree #070E04

Tints of Pine Tree #070E04

Color information

#070E04 (or 0x070E04) is unknown color: approx Pine Tree. HEX triplet: 07, 0E and 04. RGB value is (7,14,4). Sum of RGB (Red+Green+Blue) = 7+14+4=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 14 (5.86% from 255 or 56% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 14 - color contains mainly: green. Hex color #070E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E04 is #F8F1FB. Grayscale: #0A0A0A. Windows color (decimal): -16314876 or 265735. OLE color: 265735.

HSL color Cylindrical-coordinate representation of color #070E04: hue angle of 102º degrees, saturation: 0.56, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070E04 is Cyan = 0.5, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.

Color convert

RGB7144-
CMYK0.500.710.95
HSL102º55.56%3.53%-
HSV(B)102º71.43%5.49%-
XYZ0.270.370.17-
YUV10.77124.18125.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 14 (5.86% from 255) = 56%
BLUE value IS 4 (1.95% from 255) = 16%
R=28%
G=56%
B=16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71440.500.710.9510255.563.53
Hex7E4320475F66384
Octal7164620107137146704
Binary11111101001100100100011110111111100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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