Html Css Color HEX #070B04 Pine Tree

📋 copy color: '#070B04'

red 7 ◦ green 11 ◦ blue 4

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

Shades of Pine Tree #070B04

Tints of Pine Tree #070B04

RGB

 RED value IS 7 (3.13% 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 value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#070B04 (or 0x070B04) is known color: 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

RGB 7 11 4 -
CMYK 0.36 0 0.64 0.96
HSL 94.29º 0.47% 0.03% -
HSV(B) 94.29º 0.64% 0.04% -
XYZ 0.23 0.29 0.16 -
YUV 9.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 7 11 4 0.36 0 0.64 0.96 94.29 0.47 0.03
Hex 7 B 4 24 0 40 60 5E 2F 3
Octal 7 13 4 44 0 100 140 136 57 3
Binary 111 1011 100 100100 0 1000000 1100000 1011110 101111 11

Color Harmonies of #070B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B04

Black with #070B04

Text Example


Text Example

White with #070B04

Text Example


Text Example

HTML Codes & Css Web 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>