Color Hex Logo

#75aa81 Color Hex

#75AA81
(117,170,129)
0 Favorites   0 Comments

Color spaces of #75aa81

RGB 117170129
HSL0.370.240.56
HSV134°31°67°
CMYK 0.310.000.24   0.33
XYZ25.673334.116326.0009
Yxy34.11630.29930.3977
Hunter Lab58.4092-23.757714.4934
CIE-Lab65.0548-26.164315.6684

#75aa81 color RGB value is (117,170,129).

#75aa81 hex color red value is 117, green value is 170 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #75aa81 hue: 0.37 , saturation: 0.24 and the lightness value of 75aa81 is 0.56.

The process color (four color CMYK) of #75aa81 color hex is 0.31, 0.00, 0.24, 0.33. Web safe color of #75aa81 is #669999. Color #75aa81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 10000001
Octal 165 252 201
Decimal 117 170 129
Hex 75 AA 81

RGB Percentages of Color #75aa81

%28.13
%40.87
%31.01

CMYK Percentages of Color #75aa81

%31
%0
%24
%33

Triadic Colors of #75aa81

#75aa81 #8175aa #aa8175

Analogous Colors of #75aa81

#75aa81 #75aa9c #84aa75

Monochromatic Colors of #75aa81

#75aa81

Complementary Color

#75aa81 #aa759e

#75aa81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aa81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aa81 Color CSS Codes

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

#75aa81 Text Font Color

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

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


#75aa81 Background Color

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

This div background color is #75aa81


#75aa81 Border Color

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

This div border color is #75aa81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aa81


Comments

No comments written yet.

Please login to write comment.