Color Hex Logo

#7c966f Color Hex

#7C966F
(124,150,111)
0 Favorites   0 Comments

Color spaces of #7c966f

RGB 124150111
HSL0.280.160.51
HSV100°26°59°
CMYK 0.170.000.26   0.41
XYZ22.087827.245519.1337
Yxy27.24550.32260.3979
Hunter Lab52.1972-15.811014.8044
CIE-Lab59.2009-16.738817.6331

#7c966f color RGB value is (124,150,111).

#7c966f hex color red value is 124, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7c966f hue: 0.28 , saturation: 0.16 and the lightness value of 7c966f is 0.51.

The process color (four color CMYK) of #7c966f color hex is 0.17, 0.00, 0.26, 0.41. Web safe color of #7c966f is #669966. Color #7c966f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10010110 01101111
Octal 174 226 157
Decimal 124 150 111
Hex 7C 96 6F

RGB Percentages of Color #7c966f

%32.21
%38.96
%28.83

CMYK Percentages of Color #7c966f

%17
%0
%26
%41

Triadic Colors of #7c966f

#7c966f #6f7c96 #966f7c

Analogous Colors of #7c966f

#7c966f #6f9676 #90966f

Monochromatic Colors of #7c966f

#7c966f

Complementary Color

#7c966f #896f96

#7c966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c966f Color CSS Codes

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

#7c966f Text Font Color

<p style="color:#7c966f">Text here</p>

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


#7c966f Background Color

<div style="background-color:#7c966f">
Div content here</div>

This div background color is #7c966f


#7c966f Border Color

<div style="border:3px solid #7c966f">
Div here</div>

This div border color is #7c966f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,150,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c966f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c966f;
  -webkit-box-shadow: 1px 1px 3px 2px #7c966f;
  box-shadow:         1px 1px 3px 2px #7c966f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,150,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c966f


Comments

No comments written yet.

Please login to write comment.