Color Hex Logo

#06710b Color Hex

#06710B
(6,113,11)
0 Favorites   0 Comments

Color spaces of #06710b

RGB 611311
HSL0.340.900.23
HSV123°95°44°
CMYK 0.950.000.90   0.56
XYZ6.040611.87312.2900
Yxy11.87310.29900.5877
Hunter Lab34.4574-29.008220.1798
CIE-Lab41.0137-46.214643.0932

#06710b color RGB value is (6,113,11).

#06710b hex color red value is 6, green value is 113 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #06710b hue: 0.34 , saturation: 0.90 and the lightness value of 06710b is 0.23.

The process color (four color CMYK) of #06710b color hex is 0.95, 0.00, 0.90, 0.56. Web safe color of #06710b is #006600. Color #06710b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 00001011
Octal 6 161 13
Decimal 6 113 11
Hex 6 71 B

RGB Percentages of Color #06710b

%4.62
%86.92
%8.46

CMYK Percentages of Color #06710b

%95
%0
%90
%56

Triadic Colors of #06710b

#06710b #0b0671 #710b06

Analogous Colors of #06710b

#06710b #067141 #377106

Monochromatic Colors of #06710b

#06710b

Complementary Color

#06710b #71066c

#06710b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06710b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06710b Color CSS Codes

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

#06710b Text Font Color

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

This sample text font color is #06710b
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.


#06710b Background Color

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

This div background color is #06710b


#06710b Border Color

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

This div border color is #06710b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,113,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06710b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06710b;
  -webkit-box-shadow: 1px 1px 3px 2px #06710b;
  box-shadow:         1px 1px 3px 2px #06710b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06710b


Comments

No comments written yet.

Please login to write comment.