Color Hex Logo

#96a170 Color Hex

#96A170
(150,161,112)
0 Favorites   0 Comments

Color spaces of #96a170

RGB 150161112
HSL0.200.210.54
HSV73°30°63°
CMYK 0.070.000.30   0.37
XYZ28.247233.143620.2378
Yxy33.14360.34600.4060
Hunter Lab57.5705-13.166619.4571
CIE-Lab64.2770-12.352824.2704

#96a170 color RGB value is (150,161,112).

#96a170 hex color red value is 150, green value is 161 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #96a170 hue: 0.20 , saturation: 0.21 and the lightness value of 96a170 is 0.54.

The process color (four color CMYK) of #96a170 color hex is 0.07, 0.00, 0.30, 0.37. Web safe color of #96a170 is #999966. Color #96a170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10100001 01110000
Octal 226 241 160
Decimal 150 161 112
Hex 96 A1 70

RGB Percentages of Color #96a170

%35.46
%38.06
%26.48

CMYK Percentages of Color #96a170

%7
%0
%30
%37

Triadic Colors of #96a170

#96a170 #7096a1 #a17096

Analogous Colors of #96a170

#96a170 #7ea170 #a19470

Monochromatic Colors of #96a170

#96a170

Complementary Color

#96a170 #7b70a1

#96a170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a170 Color CSS Codes

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

#96a170 Text Font Color

<p style="color:#96a170">Text here</p>

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


#96a170 Background Color

<div style="background-color:#96a170">
Div content here</div>

This div background color is #96a170


#96a170 Border Color

<div style="border:3px solid #96a170">
Div here</div>

This div border color is #96a170


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,161,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96a170; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96a170;
  -webkit-box-shadow: 1px 1px 3px 2px #96a170;
  box-shadow:         1px 1px 3px 2px #96a170; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,161,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a170


Comments

No comments written yet.

Please login to write comment.