Color Hex Logo

#6d822a Color Hex

#6D822A
(109,130,42)
0 Favorites   0 Comments

Color spaces of #6d822a

RGB 10913042
HSL0.210.510.34
HSV74°68°51°
CMYK 0.160.000.68   0.49
XYZ14.707219.38365.1568
Yxy19.38360.37470.4939
Hunter Lab44.0268-17.418823.8742
CIE-Lab51.1330-20.934743.3858

#6d822a color RGB value is (109,130,42).

#6d822a hex color red value is 109, green value is 130 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6d822a hue: 0.21 , saturation: 0.51 and the lightness value of 6d822a is 0.34.

The process color (four color CMYK) of #6d822a color hex is 0.16, 0.00, 0.68, 0.49. Web safe color of #6d822a is #669933. Color #6d822a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10000010 00101010
Octal 155 202 52
Decimal 109 130 42
Hex 6D 82 2A

RGB Percentages of Color #6d822a

%38.79
%46.26
%14.95

CMYK Percentages of Color #6d822a

%16
%0
%68
%49

Triadic Colors of #6d822a

#6d822a #2a6d82 #822a6d

Analogous Colors of #6d822a

#6d822a #41822a #826b2a

Monochromatic Colors of #6d822a

#6d822a

Complementary Color

#6d822a #3f2a82

#6d822a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d822a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d822a Color CSS Codes

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

#6d822a Text Font Color

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

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


#6d822a Background Color

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

This div background color is #6d822a


#6d822a Border Color

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

This div border color is #6d822a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,130,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d822a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d822a;
  -webkit-box-shadow: 1px 1px 3px 2px #6d822a;
  box-shadow:         1px 1px 3px 2px #6d822a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,130,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d822a


Comments

No comments written yet.

Please login to write comment.