Color Hex Logo

#60937a Color Hex

#60937A
(96,147,122)
0 Favorites   0 Comments

Color spaces of #60937a

RGB 96147122
HSL0.420.210.48
HSV151°35°58°
CMYK 0.350.000.17   0.42
XYZ18.770424.759422.2021
Yxy24.75940.28560.3767
Hunter Lab49.7588-19.74288.3763
CIE-Lab56.8402-22.79547.8690

#60937a color RGB value is (96,147,122).

#60937a hex color red value is 96, green value is 147 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #60937a hue: 0.42 , saturation: 0.21 and the lightness value of 60937a is 0.48.

The process color (four color CMYK) of #60937a color hex is 0.35, 0.00, 0.17, 0.42. Web safe color of #60937a is #669966. Color #60937a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010011 01111010
Octal 140 223 172
Decimal 96 147 122
Hex 60 93 7A

RGB Percentages of Color #60937a

%26.30
%40.27
%33.42

CMYK Percentages of Color #60937a

%35
%0
%17
%42

Triadic Colors of #60937a

#60937a #7a6093 #937a60

Analogous Colors of #60937a

#60937a #609393 #609361

Monochromatic Colors of #60937a

#60937a

Complementary Color

#60937a #936079

#60937a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60937a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60937a Color CSS Codes

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

#60937a Text Font Color

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

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


#60937a Background Color

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

This div background color is #60937a


#60937a Border Color

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

This div border color is #60937a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60937a


Comments

No comments written yet.

Please login to write comment.