Html Css Color HEX #070E00 Pine Tree

📋 copy color: '#070E00'

red 7 ◦ green 14 ◦ blue 0

#070E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #070E00

Tints of Pine Tree #070E00

RGB

 RED value IS 7 (3.13% from 255) = 33.33%

 GREEN value IS 14 (5.86% from 255) = 66.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#070E00 (or 0x070E00) is known color: Pine Tree. HEX triplet: 07, 0E and 00. RGB value is (7,14,0). Sum of RGB (Red+Green+Blue) = 7+14+0=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #070E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E00 is #F8F1FF. Grayscale: #0A0A0A. Windows color (decimal): -16314880 or 3591. OLE color: 3591.

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

Color convert

RGB 7 14 0 -
CMYK 0.5 0 1 0.95
HSL 90º 1% 0.03% -
HSV(B) 90º 1% 0.05% -
XYZ 0.24 0.36 0.06 -
YUV 10.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 7 14 0 0.5 0 1 0.95 90 1 0.03
Hex 7 E 0 32 0 64 5F 5A 64 3
Octal 7 16 0 62 0 144 137 132 144 3
Binary 111 1110 0 110010 0 1100100 1011111 1011010 1100100 11

Color Harmonies of #070E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E00

Black with #070E00

Text Example


Text Example

White with #070E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #070E00;
 }
 .AnyTagClassName
 {
   color: #070E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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