color codes Logo

#06711d color codes

#06711D
(6,113,29)
0 Favorites   0 Comments

Color spaces of #06711d

RGB 611329
HSL0.370.900.23
HSV133°95°44°
CMYK 0.950.000.74   0.56
XYZ6.202011.93773.1397
Yxy11.93770.29150.5610
Hunter Lab34.5510-28.422918.7979
CIE-Lab41.1169-44.898037.1475

#06711d color RGB value is (6,113,29).

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

The process color (four color CMYK) of #06711d color code is 0.95, 0.00, 0.74, 0.56. Web safe color of #06711d is #006633. Color #06711d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01110001 00011101
Octal 6 161 35
Decimal 6 113 29
Hex 6 71 1D

RGB Percentages of Color #06711d

%4.05
%76.35
%19.59

CMYK Percentages of Color #06711d

%95
%0
%74
%56

Triadic Colors of #06711d

#06711d #1d0671 #711d06

Analogous Colors of #06711d

#06711d #067153 #257106

Monochromatic Colors of #06711d

#06711d

Complementary Color

#06711d #71065a

#06711d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06711d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06711d Color CSS Codes

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

#06711d Text Font Color

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

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


#06711d Background Color

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

This div background color is #06711d


#06711d Border Color

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

This div border color is #06711d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06711d


Comments

No comments written yet.

Please login to write comment.