Html Css Color HEX #070B05 Pine Tree

📋 copy color: '#070B05'

red 7 ◦ green 11 ◦ blue 5

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

Shades of Pine Tree #070B05

Tints of Pine Tree #070B05

RGB

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

 M value IS 0

 Y value IS 0.55

 K value IS 0.96

RGB Variations

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

Color information

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

RGB 7 11 5 -
CMYK 0.36 0 0.55 0.96
HSL 100º 0.38% 0.03% -
HSV(B) 100º 0.55% 0.04% -
XYZ 0.23 0.3 0.19 -
YUV 9.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 7 11 5 0.36 0 0.55 0.96 100 0.38 0.03
Hex 7 B 5 24 0 37 60 64 26 3
Octal 7 13 5 44 0 67 140 144 46 3
Binary 111 1011 101 100100 0 110111 1100000 1100100 100110 11

Color Harmonies of #070B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B05

Black with #070B05

Text Example


Text Example

White with #070B05

Text Example


Text Example

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