Color Hex Logo

#75ab22 Color Hex

#75AB22
(117,171,34)
0 Favorites   0 Comments

Color spaces of #75ab22

RGB 11717134
HSL0.230.670.40
HSV84°80°67°
CMYK 0.320.000.80   0.33
XYZ22.187833.02326.7181
Yxy33.02320.35830.5332
Hunter Lab57.4658-31.645633.2947
CIE-Lab64.1797-37.736059.2108

#75ab22 color RGB value is (117,171,34).

#75ab22 hex color red value is 117, green value is 171 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #75ab22 hue: 0.23 , saturation: 0.67 and the lightness value of 75ab22 is 0.40.

The process color (four color CMYK) of #75ab22 color hex is 0.32, 0.00, 0.80, 0.33. Web safe color of #75ab22 is #669933. Color #75ab22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101011 00100010
Octal 165 253 42
Decimal 117 171 34
Hex 75 AB 22

RGB Percentages of Color #75ab22

%36.34
%53.11
%10.56

CMYK Percentages of Color #75ab22

%32
%0
%80
%33

Triadic Colors of #75ab22

#75ab22 #2275ab #ab2275

Analogous Colors of #75ab22

#75ab22 #31ab22 #ab9d22

Monochromatic Colors of #75ab22

#75ab22

Complementary Color

#75ab22 #5822ab

#75ab22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ab22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ab22 Color CSS Codes

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

#75ab22 Text Font Color

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

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


#75ab22 Background Color

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

This div background color is #75ab22


#75ab22 Border Color

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

This div border color is #75ab22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ab22


Comments

No comments written yet.

Please login to write comment.