Color Hex Logo

#75ba46 Color Hex

#75BA46
(117,186,70)
0 Favorites   0 Comments

Color spaces of #75ba46

RGB 11718670
HSL0.270.460.50
HSV96°62°73°
CMYK 0.370.000.62   0.27
XYZ26.000539.341912.0177
Yxy39.34190.33610.5086
Hunter Lab62.7231-35.772232.5463
CIE-Lab68.9982-41.794650.6122

#75ba46 color RGB value is (117,186,70).

#75ba46 hex color red value is 117, green value is 186 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #75ba46 hue: 0.27 , saturation: 0.46 and the lightness value of 75ba46 is 0.50.

The process color (four color CMYK) of #75ba46 color hex is 0.37, 0.00, 0.62, 0.27. Web safe color of #75ba46 is #66cc33. Color #75ba46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111010 01000110
Octal 165 272 106
Decimal 117 186 70
Hex 75 BA 46

RGB Percentages of Color #75ba46

%31.37
%49.87
%18.77

CMYK Percentages of Color #75ba46

%37
%0
%62
%27

Triadic Colors of #75ba46

#75ba46 #4675ba #ba4675

Analogous Colors of #75ba46

#75ba46 #46ba51 #afba46

Monochromatic Colors of #75ba46

#75ba46

Complementary Color

#75ba46 #8b46ba

#75ba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ba46 Color CSS Codes

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

#75ba46 Text Font Color

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

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


#75ba46 Background Color

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

This div background color is #75ba46


#75ba46 Border Color

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

This div border color is #75ba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ba46


Comments

No comments written yet.

Please login to write comment.