Html Css Color HEX #070B01 Pine Tree

📋 copy color: '#070B01'

red 7 ◦ green 11 ◦ blue 1

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

Shades of Pine Tree #070B01

Tints of Pine Tree #070B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 57.89%

 BLUE value IS 1 (0.78% from 255) = 5.26%

R = 36.84%
G = 57.89%
B = 5.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.96

RGB Variations

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

Color information

#070B01 (or 0x070B01) is known color: Pine Tree. HEX triplet: 07, 0B and 01. RGB value is (7,11,1). Sum of RGB (Red+Green+Blue) = 7+11+1=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #070B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B01 is #F8F4FE. Grayscale: #080808. Windows color (decimal): -16315647 or 68359. OLE color: 68359.

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

Color convert

RGB 7 11 1 -
CMYK 0.36 0 0.91 0.96
HSL 84º 0.83% 0.02% -
HSV(B) 84º 0.91% 0.04% -
XYZ 0.21 0.29 0.07 -
YUV 8.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 7 11 1 0.36 0 0.91 0.96 84 0.83 0.02
Hex 7 B 1 24 0 5B 60 54 53 2
Octal 7 13 1 44 0 133 140 124 123 2
Binary 111 1011 1 100100 0 1011011 1100000 1010100 1010011 10

Color Harmonies of #070B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070B01

Black with #070B01

Text Example


Text Example

White with #070B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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