Color Hex Logo

#96970c Color Hex

#96970C
(150,151,12)
0 Favorites   0 Comments

Color spaces of #96970c

RGB 15015112
HSL0.170.850.32
HSV60°92°59°
CMYK 0.010.000.92   0.41
XYZ23.710628.64384.6269
Yxy28.64380.41610.5027
Hunter Lab53.5199-14.580132.3382
CIE-Lab60.4660-14.840662.0457

#96970c color RGB value is (150,151,12).

#96970c hex color red value is 150, green value is 151 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #96970c hue: 0.17 , saturation: 0.85 and the lightness value of 96970c is 0.32.

The process color (four color CMYK) of #96970c color hex is 0.01, 0.00, 0.92, 0.41. Web safe color of #96970c is #999900. Color #96970c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010111 00001100
Octal 226 227 14
Decimal 150 151 12
Hex 96 97 C

RGB Percentages of Color #96970c

%47.92
%48.24
%3.83

CMYK Percentages of Color #96970c

%1
%0
%92
%41

Triadic Colors of #96970c

#96970c #0c9697 #970c96

Analogous Colors of #96970c

#96970c #51970c #97530c

Monochromatic Colors of #96970c

#96970c

Complementary Color

#96970c #0d0c97

#96970c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96970c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96970c Color CSS Codes

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

#96970c Text Font Color

<p style="color:#96970c">Text here</p>

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


#96970c Background Color

<div style="background-color:#96970c">
Div content here</div>

This div background color is #96970c


#96970c Border Color

<div style="border:3px solid #96970c">
Div here</div>

This div border color is #96970c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,151,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96970c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96970c;
  -webkit-box-shadow: 1px 1px 3px 2px #96970c;
  box-shadow:         1px 1px 3px 2px #96970c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96970c


Comments

No comments written yet.

Please login to write comment.