Color Hex Logo

#75986f Color Hex

#75986F
(117,152,111)
0 Favorites   0 Comments

Color spaces of #75986f

RGB 117152111
HSL0.310.170.52
HSV111°27°60°
CMYK 0.230.000.27   0.40
XYZ21.433627.386119.1953
Yxy27.38610.31510.4026
Hunter Lab52.3317-18.472014.8846
CIE-Lab59.3300-20.360817.7356

#75986f color RGB value is (117,152,111).

#75986f hex color red value is 117, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #75986f hue: 0.31 , saturation: 0.17 and the lightness value of 75986f is 0.52.

The process color (four color CMYK) of #75986f color hex is 0.23, 0.00, 0.27, 0.40. Web safe color of #75986f is #669966. Color #75986f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011000 01101111
Octal 165 230 157
Decimal 117 152 111
Hex 75 98 6F

RGB Percentages of Color #75986f

%30.79
%40.00
%29.21

CMYK Percentages of Color #75986f

%23
%0
%27
%40

Triadic Colors of #75986f

#75986f #6f7598 #986f75

Analogous Colors of #75986f

#75986f #6f987e #8a986f

Monochromatic Colors of #75986f

#75986f

Complementary Color

#75986f #926f98

#75986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75986f Color CSS Codes

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

#75986f Text Font Color

<p style="color:#75986f">Text here</p>

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


#75986f Background Color

<div style="background-color:#75986f">
Div content here</div>

This div background color is #75986f


#75986f Border Color

<div style="border:3px solid #75986f">
Div here</div>

This div border color is #75986f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,152,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75986f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75986f;
  -webkit-box-shadow: 1px 1px 3px 2px #75986f;
  box-shadow:         1px 1px 3px 2px #75986f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75986f


Comments

No comments written yet.

Please login to write comment.