Color Hex Logo

#75a460 Color Hex

#75A460
(117,164,96)
0 Favorites   0 Comments

Color spaces of #75a460

RGB 11716496
HSL0.280.270.51
HSV101°41°64°
CMYK 0.290.000.41   0.36
XYZ22.722931.177415.8865
Yxy31.17740.32560.4468
Hunter Lab55.8367-25.073222.2167
CIE-Lab62.6571-28.717830.3260

#75a460 color RGB value is (117,164,96).

#75a460 hex color red value is 117, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #75a460 hue: 0.28 , saturation: 0.27 and the lightness value of 75a460 is 0.51.

The process color (four color CMYK) of #75a460 color hex is 0.29, 0.00, 0.41, 0.36. Web safe color of #75a460 is #669966. Color #75a460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10100100 01100000
Octal 165 244 140
Decimal 117 164 96
Hex 75 A4 60

RGB Percentages of Color #75a460

%31.03
%43.50
%25.46

CMYK Percentages of Color #75a460

%29
%0
%41
%36

Triadic Colors of #75a460

#75a460 #6075a4 #a46075

Analogous Colors of #75a460

#75a460 #60a46d #97a460

Monochromatic Colors of #75a460

#75a460

Complementary Color

#75a460 #8f60a4

#75a460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75a460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75a460 Color CSS Codes

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

#75a460 Text Font Color

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

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


#75a460 Background Color

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

This div background color is #75a460


#75a460 Border Color

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

This div border color is #75a460


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,164,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75a460


Comments

No comments written yet.

Please login to write comment.