Color Hex Logo

#60966a Color Hex

#60966A
(96,150,106)
0 Favorites   0 Comments

Color spaces of #60966a

RGB 96150106
HSL0.360.220.48
HSV131°36°59°
CMYK 0.360.000.29   0.41
XYZ18.331725.340117.5606
Yxy25.34010.29940.4138
Hunter Lab50.3390-23.089714.5541
CIE-Lab57.4053-27.517317.6955

#60966a color RGB value is (96,150,106).

#60966a hex color red value is 96, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #60966a hue: 0.36 , saturation: 0.22 and the lightness value of 60966a is 0.48.

The process color (four color CMYK) of #60966a color hex is 0.36, 0.00, 0.29, 0.41. Web safe color of #60966a is #669966. Color #60966a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010110 01101010
Octal 140 226 152
Decimal 96 150 106
Hex 60 96 6A

RGB Percentages of Color #60966a

%27.27
%42.61
%30.11

CMYK Percentages of Color #60966a

%36
%0
%29
%41

Triadic Colors of #60966a

#60966a #6a6096 #966a60

Analogous Colors of #60966a

#60966a #609685 #719660

Monochromatic Colors of #60966a

#60966a

Complementary Color

#60966a #96608c

#60966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60966a Color CSS Codes

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

#60966a Text Font Color

<p style="color:#60966a">Text here</p>

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


#60966a Background Color

<div style="background-color:#60966a">
Div content here</div>

This div background color is #60966a


#60966a Border Color

<div style="border:3px solid #60966a">
Div here</div>

This div border color is #60966a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60966a


Comments

No comments written yet.

Please login to write comment.