Color Hex Logo

#6a763d Color Hex

#6A763D
(106,118,61)
0 Favorites   0 Comments

Color spaces of #6a763d

RGB 10611861
HSL0.200.320.35
HSV73°48°46°
CMYK 0.100.000.48   0.54
XYZ13.264616.35806.8732
Yxy16.35800.36350.4482
Hunter Lab40.4450-12.236818.2358
CIE-Lab47.4407-14.100029.7469

#6a763d color RGB value is (106,118,61).

#6a763d hex color red value is 106, green value is 118 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6a763d hue: 0.20 , saturation: 0.32 and the lightness value of 6a763d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110110 00111101
Octal 152 166 75
Decimal 106 118 61
Hex 6A 76 3D

RGB Percentages of Color #6a763d

%37.19
%41.40
%21.40

CMYK Percentages of Color #6a763d

%10
%0
%48
%54

Triadic Colors of #6a763d

#6a763d #3d6a76 #763d6a

Analogous Colors of #6a763d

#6a763d #4e763d #76663d

Monochromatic Colors of #6a763d

#6a763d

Complementary Color

#6a763d #493d76

#6a763d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a763d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a763d Color CSS Codes

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

#6a763d Text Font Color

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

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


#6a763d Background Color

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

This div background color is #6a763d


#6a763d Border Color

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

This div border color is #6a763d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,118,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a763d


Comments

No comments written yet.

Please login to write comment.