Color Hex Logo

#6da520 Color Hex

#6DA520
(109,165,32)
0 Favorites   0 Comments

Color spaces of #6da520

RGB 10916532
HSL0.240.680.39
HSV85°81°65°
CMYK 0.340.000.81   0.35
XYZ20.022530.26586.1531
Yxy30.26580.35470.5362
Hunter Lab55.0144-31.310031.8787
CIE-Lab61.8829-38.195557.5315

#6da520 color RGB value is (109,165,32).

#6da520 hex color red value is 109, green value is 165 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #6da520 hue: 0.24 , saturation: 0.68 and the lightness value of 6da520 is 0.39.

The process color (four color CMYK) of #6da520 color hex is 0.34, 0.00, 0.81, 0.35. Web safe color of #6da520 is #669933. Color #6da520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10100101 00100000
Octal 155 245 40
Decimal 109 165 32
Hex 6D A5 20

RGB Percentages of Color #6da520

%35.62
%53.92
%10.46

CMYK Percentages of Color #6da520

%34
%0
%81
%35

Triadic Colors of #6da520

#6da520 #206da5 #a5206d

Analogous Colors of #6da520

#6da520 #2ba520 #a59b20

Monochromatic Colors of #6da520

#6da520

Complementary Color

#6da520 #5820a5

#6da520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6da520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6da520 Color CSS Codes

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

#6da520 Text Font Color

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

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


#6da520 Background Color

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

This div background color is #6da520


#6da520 Border Color

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

This div border color is #6da520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6da520


Comments

No comments written yet.

Please login to write comment.