Color Hex Logo

#7d964b Color Hex

#7D964B
(125,150,75)
0 Favorites   0 Comments

Color spaces of #7d964b

RGB 12515075
HSL0.220.330.44
HSV80°50°59°
CMYK 0.170.000.50   0.41
XYZ20.633826.680710.7190
Yxy26.68070.35550.4597
Hunter Lab51.6534-19.088623.8536
CIE-Lab58.6776-21.382236.4064

#7d964b color RGB value is (125,150,75).

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

The process color (four color CMYK) of #7d964b color hex is 0.17, 0.00, 0.50, 0.41. Web safe color of #7d964b is #669933. Color #7d964b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010110 01001011
Octal 175 226 113
Decimal 125 150 75
Hex 7D 96 4B

RGB Percentages of Color #7d964b

%35.71
%42.86
%21.43

CMYK Percentages of Color #7d964b

%17
%0
%50
%41

Triadic Colors of #7d964b

#7d964b #4b7d96 #964b7d

Analogous Colors of #7d964b

#7d964b #58964b #968a4b

Monochromatic Colors of #7d964b

#7d964b

Complementary Color

#7d964b #644b96

#7d964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d964b Color CSS Codes

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

#7d964b Text Font Color

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

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


#7d964b Background Color

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

This div background color is #7d964b


#7d964b Border Color

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

This div border color is #7d964b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d964b


Comments

No comments written yet.

Please login to write comment.