Color Hex Logo

#7d965f Color Hex

#7D965F
(125,150,95)
0 Favorites   0 Comments

Color spaces of #7d965f

RGB 12515095
HSL0.240.220.48
HSV87°37°59°
CMYK 0.170.000.37   0.41
XYZ21.429426.998914.9083
Yxy26.99890.33830.4263
Hunter Lab51.9605-17.314319.3611
CIE-Lab58.9733-18.843126.1816

#7d965f color RGB value is (125,150,95).

#7d965f hex color red value is 125, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7d965f hue: 0.24 , saturation: 0.22 and the lightness value of 7d965f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010110 01011111
Octal 175 226 137
Decimal 125 150 95
Hex 7D 96 5F

RGB Percentages of Color #7d965f

%33.78
%40.54
%25.68

CMYK Percentages of Color #7d965f

%17
%0
%37
%41

Triadic Colors of #7d965f

#7d965f #5f7d96 #965f7d

Analogous Colors of #7d965f

#7d965f #62965f #96945f

Monochromatic Colors of #7d965f

#7d965f

Complementary Color

#7d965f #785f96

#7d965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d965f Color CSS Codes

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

#7d965f Text Font Color

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

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


#7d965f Background Color

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

This div background color is #7d965f


#7d965f Border Color

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

This div border color is #7d965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d965f

#7d965f Color Palettes


Comments

No comments written yet.

Please login to write comment.