Color Hex Logo

#6ca129 Color Hex

#6CA129
(108,161,41)
0 Favorites   0 Comments

Color spaces of #6ca129

RGB 10816141
HSL0.240.590.40
HSV87°75°63°
CMYK 0.330.000.75   0.37
XYZ19.329428.83806.6453
Yxy28.83800.35260.5261
Hunter Lab53.7010-29.726730.2538
CIE-Lab60.6384-36.304553.3916

#6ca129 color RGB value is (108,161,41).

#6ca129 hex color red value is 108, green value is 161 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #6ca129 hue: 0.24 , saturation: 0.59 and the lightness value of 6ca129 is 0.40.

The process color (four color CMYK) of #6ca129 color hex is 0.33, 0.00, 0.75, 0.37. Web safe color of #6ca129 is #669933. Color #6ca129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100001 00101001
Octal 154 241 51
Decimal 108 161 41
Hex 6C A1 29

RGB Percentages of Color #6ca129

%34.84
%51.94
%13.23

CMYK Percentages of Color #6ca129

%33
%0
%75
%37

Triadic Colors of #6ca129

#6ca129 #296ca1 #a1296c

Analogous Colors of #6ca129

#6ca129 #30a129 #a19a29

Monochromatic Colors of #6ca129

#6ca129

Complementary Color

#6ca129 #5e29a1

#6ca129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca129 Color CSS Codes

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

#6ca129 Text Font Color

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

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


#6ca129 Background Color

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

This div background color is #6ca129


#6ca129 Border Color

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

This div border color is #6ca129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,161,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ca129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ca129;
  -webkit-box-shadow: 1px 1px 3px 2px #6ca129;
  box-shadow:         1px 1px 3px 2px #6ca129; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,161,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca129


Comments

No comments written yet.

Please login to write comment.