Html Css Color HEX #071201 Pine Tree

📋 copy color: '#071201'

red 7 ◦ green 18 ◦ blue 1

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

Shades of Pine Tree #071201

Tints of Pine Tree #071201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 69.23%

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

R = 26.92%
G = 69.23%
B = 3.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#071201 (or 0x071201) is known color: Pine Tree. HEX triplet: 07, 12 and 01. RGB value is (7,18,1). Sum of RGB (Red+Green+Blue) = 7+18+1=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #071201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071201 is #F8EDFE. Grayscale: #0C0C0C. Windows color (decimal): -16313855 or 70151. OLE color: 70151.

HSL color Cylindrical-coordinate representation of color #071201: hue angle of 98.82º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071201 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 18 1 -
CMYK 0.61 0 0.94 0.93
HSL 98.82º 0.89% 0.04% -
HSV(B) 98.82º 0.94% 0.07% -
XYZ 0.31 0.48 0.11 -
YUV 12.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 7 18 1 0.61 0 0.94 0.93 98.82 0.89 0.04
Hex 7 12 1 3D 0 5E 5D 63 59 4
Octal 7 22 1 75 0 136 135 143 131 4
Binary 111 10010 1 111101 0 1011110 1011101 1100011 1011001 100

Color Harmonies of #071201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071201

Black with #071201

Text Example


Text Example

White with #071201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071201; }

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

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

background-color css

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

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

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

border-color css

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

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

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