Color Hex Logo

#9fa36f Color Hex

#9FA36F
(159,163,111)
0 Favorites   0 Comments

Color spaces of #9fa36f

RGB 159163111
HSL0.180.220.54
HSV65°32°64°
CMYK 0.020.000.32   0.36
XYZ30.264534.713020.1441
Yxy34.71300.35550.4078
Hunter Lab58.9177-11.415320.9710
CIE-Lab65.5246-9.969126.5979

#9fa36f color RGB value is (159,163,111).

#9fa36f hex color red value is 159, green value is 163 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9fa36f hue: 0.18 , saturation: 0.22 and the lightness value of 9fa36f is 0.54.

The process color (four color CMYK) of #9fa36f color hex is 0.02, 0.00, 0.32, 0.36. Web safe color of #9fa36f is #999966. Color #9fa36f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100011 01101111
Octal 237 243 157
Decimal 159 163 111
Hex 9F A3 6F

RGB Percentages of Color #9fa36f

%36.72
%37.64
%25.64

CMYK Percentages of Color #9fa36f

%2
%0
%32
%36

Triadic Colors of #9fa36f

#9fa36f #6f9fa3 #a36f9f

Analogous Colors of #9fa36f

#9fa36f #85a36f #a38d6f

Monochromatic Colors of #9fa36f

#9fa36f

Complementary Color

#9fa36f #736fa3

#9fa36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa36f Color CSS Codes

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

#9fa36f Text Font Color

<p style="color:#9fa36f">Text here</p>

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


#9fa36f Background Color

<div style="background-color:#9fa36f">
Div content here</div>

This div background color is #9fa36f


#9fa36f Border Color

<div style="border:3px solid #9fa36f">
Div here</div>

This div border color is #9fa36f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,163,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fa36f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fa36f;
  -webkit-box-shadow: 1px 1px 3px 2px #9fa36f;
  box-shadow:         1px 1px 3px 2px #9fa36f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,163,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 #9fa36f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa36f


Comments

No comments written yet.

Please login to write comment.