Color Hex Logo

#6a822e Color Hex

#6A822E
(106,130,46)
0 Favorites   0 Comments

Color spaces of #6a822e

RGB 10613046
HSL0.210.480.35
HSV77°65°51°
CMYK 0.180.000.65   0.49
XYZ14.419619.22675.5359
Yxy19.22670.36800.4907
Hunter Lab43.8483-18.034323.2083
CIE-Lab50.9514-21.913141.3412

#6a822e color RGB value is (106,130,46).

#6a822e hex color red value is 106, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6a822e hue: 0.21 , saturation: 0.48 and the lightness value of 6a822e is 0.35.

The process color (four color CMYK) of #6a822e color hex is 0.18, 0.00, 0.65, 0.49. Web safe color of #6a822e is #669933. Color #6a822e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000010 00101110
Octal 152 202 56
Decimal 106 130 46
Hex 6A 82 2E

RGB Percentages of Color #6a822e

%37.59
%46.10
%16.31

CMYK Percentages of Color #6a822e

%18
%0
%65
%49

Triadic Colors of #6a822e

#6a822e #2e6a82 #822e6a

Analogous Colors of #6a822e

#6a822e #40822e #82702e

Monochromatic Colors of #6a822e

#6a822e

Complementary Color

#6a822e #462e82

#6a822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a822e Color CSS Codes

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

#6a822e Text Font Color

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

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


#6a822e Background Color

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

This div background color is #6a822e


#6a822e Border Color

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

This div border color is #6a822e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a822e


Comments

No comments written yet.

Please login to write comment.