Color Hex Logo

#9fa769 Color Hex

#9FA769
(159,167,105)
0 Favorites   0 Comments

Color spaces of #9fa769

RGB 159167105
HSL0.190.260.53
HSV68°37°65°
CMYK 0.050.000.37   0.35
XYZ30.666636.028318.7025
Yxy36.02830.35910.4219
Hunter Lab60.0236-13.844023.5426
CIE-Lab66.5415-12.847031.1373

#9fa769 color RGB value is (159,167,105).

#9fa769 hex color red value is 159, green value is 167 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #9fa769 hue: 0.19 , saturation: 0.26 and the lightness value of 9fa769 is 0.53.

The process color (four color CMYK) of #9fa769 color hex is 0.05, 0.00, 0.37, 0.35. Web safe color of #9fa769 is #999966. Color #9fa769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100111 01101001
Octal 237 247 151
Decimal 159 167 105
Hex 9F A7 69

RGB Percentages of Color #9fa769

%36.89
%38.75
%24.36

CMYK Percentages of Color #9fa769

%5
%0
%37
%35

Triadic Colors of #9fa769

#9fa769 #699fa7 #a7699f

Analogous Colors of #9fa769

#9fa769 #80a769 #a79069

Monochromatic Colors of #9fa769

#9fa769

Complementary Color

#9fa769 #7169a7

#9fa769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa769 Color CSS Codes

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

#9fa769 Text Font Color

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

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


#9fa769 Background Color

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

This div background color is #9fa769


#9fa769 Border Color

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

This div border color is #9fa769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa769


Comments

No comments written yet.

Please login to write comment.