Color Hex Logo

#071906 Color Hex

#071906
(7,25,6)
0 Favorites   0 Comments

Color spaces of #071906

RGB 7256
HSL0.320.610.06
HSV117°76°10°
CMYK 0.720.000.76   0.90
XYZ0.46810.75360.2931
Yxy0.75360.30900.4975
Hunter Lab8.6810-5.56664.0749
CIE-Lab6.8072-10.16627.5442

#071906 color RGB value is (7,25,6).

#071906 hex color red value is 7, green value is 25 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #071906 hue: 0.32 , saturation: 0.61 and the lightness value of 071906 is 0.06.

The process color (four color CMYK) of #071906 color hex is 0.72, 0.00, 0.76, 0.90. Web safe color of #071906 is #000000. Color #071906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011001 00000110
Octal 7 31 6
Decimal 7 25 6
Hex 7 19 6

RGB Percentages of Color #071906

%18.42
%65.79
%15.79

CMYK Percentages of Color #071906

%72
%0
%76
%90

Triadic Colors of #071906

#071906 #060719 #190607

Analogous Colors of #071906

#071906 #06190f #111906

Monochromatic Colors of #071906

#071906

Complementary Color

#071906 #180619

#071906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071906 Color CSS Codes

.mybgcolor {background-color:#071906; } 
.myforecolor {color:#071906; }
.mybordercolor {border:3px solid #071906; }

#071906 Text Font Color

<p style="color:#071906">Text here</p>

This sample text font color is #071906
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#071906 Background Color

<div style="background-color:#071906">
Div content here</div>

This div background color is #071906


#071906 Border Color

<div style="border:3px solid #071906">
Div here</div>

This div border color is #071906


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,25,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071906; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071906;
  -webkit-box-shadow: 1px 1px 3px 2px #071906;
  box-shadow:         1px 1px 3px 2px #071906; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,25,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #071906">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #071906;
  -webkit-box-shadow: 1px 1px 3px 2px #071906;
  box-shadow:         1px 1px 3px 2px #071906;">
Div content here</div>

This div box has shadow with color #071906


Comments

No comments written yet.

Please login to write comment.