Color Hex Logo

#75a232 Color Hex

#75A232
(117,162,50)
0 Favorites   0 Comments

Color spaces of #75a232

RGB 11716250
HSL0.230.530.42
HSV84°69°64°
CMYK 0.280.000.69   0.36
XYZ20.832229.85297.6818
Yxy29.85290.35690.5115
Hunter Lab54.6378-27.558029.9106
CIE-Lab61.5271-32.704451.0260

#75a232 color RGB value is (117,162,50).

#75a232 hex color red value is 117, green value is 162 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #75a232 hue: 0.23 , saturation: 0.53 and the lightness value of 75a232 is 0.42.

The process color (four color CMYK) of #75a232 color hex is 0.28, 0.00, 0.69, 0.36. Web safe color of #75a232 is #669933. Color #75a232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10100010 00110010
Octal 165 242 62
Decimal 117 162 50
Hex 75 A2 32

RGB Percentages of Color #75a232

%35.56
%49.24
%15.20

CMYK Percentages of Color #75a232

%28
%0
%69
%36

Triadic Colors of #75a232

#75a232 #3275a2 #a23275

Analogous Colors of #75a232

#75a232 #3da232 #a29732

Monochromatic Colors of #75a232

#75a232

Complementary Color

#75a232 #5f32a2

#75a232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75a232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75a232 Color CSS Codes

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

#75a232 Text Font Color

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

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


#75a232 Background Color

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

This div background color is #75a232


#75a232 Border Color

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

This div border color is #75a232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75a232


Comments

No comments written yet.

Please login to write comment.