Color Hex Logo

#9fa95f Color Hex

#9FA95F
(159,169,95)
0 Favorites   0 Comments

Color spaces of #9fa95f

RGB 15916995
HSL0.190.300.52
HSV68°44°66°
CMYK 0.060.000.44   0.34
XYZ30.551636.573116.2755
Yxy36.57310.36630.4385
Hunter Lab60.4757-15.656426.3766
CIE-Lab66.9555-15.060636.8845

#9fa95f color RGB value is (159,169,95).

#9fa95f hex color red value is 159, green value is 169 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #9fa95f hue: 0.19 , saturation: 0.30 and the lightness value of 9fa95f is 0.52.

The process color (four color CMYK) of #9fa95f color hex is 0.06, 0.00, 0.44, 0.34. Web safe color of #9fa95f is #999966. Color #9fa95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101001 01011111
Octal 237 251 137
Decimal 159 169 95
Hex 9F A9 5F

RGB Percentages of Color #9fa95f

%37.59
%39.95
%22.46

CMYK Percentages of Color #9fa95f

%6
%0
%44
%34

Triadic Colors of #9fa95f

#9fa95f #5f9fa9 #a95f9f

Analogous Colors of #9fa95f

#9fa95f #7aa95f #a98e5f

Monochromatic Colors of #9fa95f

#9fa95f

Complementary Color

#9fa95f #695fa9

#9fa95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa95f Color CSS Codes

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

#9fa95f Text Font Color

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

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


#9fa95f Background Color

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

This div background color is #9fa95f


#9fa95f Border Color

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

This div border color is #9fa95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,169,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa95f


Comments

No comments written yet.

Please login to write comment.