Color Hex Logo

#7d967f Color Hex

#7D967F
(125,150,127)
0 Favorites   0 Comments

Color spaces of #7d967f

RGB 125150127
HSL0.350.110.54
HSV125°17°59°
CMYK 0.170.000.15   0.41
XYZ23.194627.705024.2038
Yxy27.70500.30880.3689
Hunter Lab52.6355-13.45369.5811
CIE-Lab59.6213-13.49989.2275

#7d967f color RGB value is (125,150,127).

#7d967f hex color red value is 125, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7d967f hue: 0.35 , saturation: 0.11 and the lightness value of 7d967f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010110 01111111
Octal 175 226 177
Decimal 125 150 127
Hex 7D 96 7F

RGB Percentages of Color #7d967f

%31.09
%37.31
%31.59

CMYK Percentages of Color #7d967f

%17
%0
%15
%41

Triadic Colors of #7d967f

#7d967f #7f7d96 #967f7d

Analogous Colors of #7d967f

#7d967f #7d968c #88967d

Monochromatic Colors of #7d967f

#7d967f

Complementary Color

#7d967f #967d94

#7d967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d967f Color CSS Codes

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

#7d967f Text Font Color

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

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


#7d967f Background Color

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

This div background color is #7d967f


#7d967f Border Color

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

This div border color is #7d967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d967f


Comments

No comments written yet.

Please login to write comment.