Color Hex Logo

#6c984a Color Hex

#6C984A
(108,152,74)
0 Favorites   0 Comments

Color spaces of #6c984a

RGB 10815274
HSL0.260.350.44
HSV94°51°60°
CMYK 0.290.000.51   0.40
XYZ18.648626.139010.5410
Yxy26.13900.33710.4724
Hunter Lab51.1263-24.362223.5643
CIE-Lab58.1688-29.152936.0431

#6c984a color RGB value is (108,152,74).

#6c984a hex color red value is 108, green value is 152 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #6c984a hue: 0.26 , saturation: 0.35 and the lightness value of 6c984a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011000 01001010
Octal 154 230 112
Decimal 108 152 74
Hex 6C 98 4A

RGB Percentages of Color #6c984a

%32.34
%45.51
%22.16

CMYK Percentages of Color #6c984a

%29
%0
%51
%40

Triadic Colors of #6c984a

#6c984a #4a6c98 #984a6c

Analogous Colors of #6c984a

#6c984a #4a984f #93984a

Monochromatic Colors of #6c984a

#6c984a

Complementary Color

#6c984a #764a98

#6c984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c984a Color CSS Codes

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

#6c984a Text Font Color

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

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


#6c984a Background Color

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

This div background color is #6c984a


#6c984a Border Color

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

This div border color is #6c984a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c984a


Comments

No comments written yet.

Please login to write comment.