Color Hex Logo

#6a761d Color Hex

#6A761D
(106,118,29)
0 Favorites   0 Comments

Color spaces of #6a761d

RGB 10611829
HSL0.190.610.29
HSV68°75°46°
CMYK 0.100.000.75   0.54
XYZ12.644116.10973.6055
Yxy16.10970.39070.4978
Hunter Lab40.1369-14.007722.7698
CIE-Lab47.1181-16.818144.6001

#6a761d color RGB value is (106,118,29).

#6a761d hex color red value is 106, green value is 118 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6a761d hue: 0.19 , saturation: 0.61 and the lightness value of 6a761d is 0.29.

The process color (four color CMYK) of #6a761d color hex is 0.10, 0.00, 0.75, 0.54. Web safe color of #6a761d is #666633. Color #6a761d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110110 00011101
Octal 152 166 35
Decimal 106 118 29
Hex 6A 76 1D

RGB Percentages of Color #6a761d

%41.90
%46.64
%11.46

CMYK Percentages of Color #6a761d

%10
%0
%75
%54

Triadic Colors of #6a761d

#6a761d #1d6a76 #761d6a

Analogous Colors of #6a761d

#6a761d #3e761d #76561d

Monochromatic Colors of #6a761d

#6a761d

Complementary Color

#6a761d #291d76

#6a761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a761d Color CSS Codes

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

#6a761d Text Font Color

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

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


#6a761d Background Color

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

This div background color is #6a761d


#6a761d Border Color

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

This div border color is #6a761d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,118,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 #6a761d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a761d


Comments

No comments written yet.

Please login to write comment.