Color Hex Logo

#75ad5f Color Hex

#75AD5F
(117,173,95)
0 Favorites   0 Comments

Color spaces of #75ad5f

RGB 11717395
HSL0.290.320.53
HSV103°45°68°
CMYK 0.320.000.45   0.32
XYZ24.345234.495316.2016
Yxy34.49530.32440.4597
Hunter Lab58.7327-28.792524.7576
CIE-Lab65.3538-33.125634.2839

#75ad5f color RGB value is (117,173,95).

#75ad5f hex color red value is 117, green value is 173 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #75ad5f hue: 0.29 , saturation: 0.32 and the lightness value of 75ad5f is 0.53.

The process color (four color CMYK) of #75ad5f color hex is 0.32, 0.00, 0.45, 0.32. Web safe color of #75ad5f is #669966. Color #75ad5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 01011111
Octal 165 255 137
Decimal 117 173 95
Hex 75 AD 5F

RGB Percentages of Color #75ad5f

%30.39
%44.94
%24.68

CMYK Percentages of Color #75ad5f

%32
%0
%45
%32

Triadic Colors of #75ad5f

#75ad5f #5f75ad #ad5f75

Analogous Colors of #75ad5f

#75ad5f #5fad70 #9cad5f

Monochromatic Colors of #75ad5f

#75ad5f

Complementary Color

#75ad5f #975fad

#75ad5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ad5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ad5f Color CSS Codes

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

#75ad5f Text Font Color

<p style="color:#75ad5f">Text here</p>

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


#75ad5f Background Color

<div style="background-color:#75ad5f">
Div content here</div>

This div background color is #75ad5f


#75ad5f Border Color

<div style="border:3px solid #75ad5f">
Div here</div>

This div border color is #75ad5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,173,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75ad5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75ad5f;
  -webkit-box-shadow: 1px 1px 3px 2px #75ad5f;
  box-shadow:         1px 1px 3px 2px #75ad5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,173,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 #75ad5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ad5f

#75ad5f Color Palettes


Comments

No comments written yet.

Please login to write comment.