Color Hex Logo

#6d9a1d Color Hex

#6D9A1D
(109,154,29)
0 Favorites   0 Comments

Color spaces of #6d9a1d

RGB 10915429
HSL0.230.680.36
HSV82°81°60°
CMYK 0.290.000.81   0.40
XYZ18.084026.45115.3148
Yxy26.45110.36280.5306
Hunter Lab51.4306-27.239629.8745
CIE-Lab58.4628-33.382455.2917

#6d9a1d color RGB value is (109,154,29).

#6d9a1d hex color red value is 109, green value is 154 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6d9a1d hue: 0.23 , saturation: 0.68 and the lightness value of 6d9a1d is 0.36.

The process color (four color CMYK) of #6d9a1d color hex is 0.29, 0.00, 0.81, 0.40. Web safe color of #6d9a1d is #669933. Color #6d9a1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10011010 00011101
Octal 155 232 35
Decimal 109 154 29
Hex 6D 9A 1D

RGB Percentages of Color #6d9a1d

%37.33
%52.74
%9.93

CMYK Percentages of Color #6d9a1d

%29
%0
%81
%40

Triadic Colors of #6d9a1d

#6d9a1d #1d6d9a #9a1d6d

Analogous Colors of #6d9a1d

#6d9a1d #2f9a1d #9a891d

Monochromatic Colors of #6d9a1d

#6d9a1d

Complementary Color

#6d9a1d #4a1d9a

#6d9a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d9a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d9a1d Color CSS Codes

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

#6d9a1d Text Font Color

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

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


#6d9a1d Background Color

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

This div background color is #6d9a1d


#6d9a1d Border Color

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

This div border color is #6d9a1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d9a1d


Comments

No comments written yet.

Please login to write comment.