Color Hex Logo

#60974c Color Hex

#60974C
(96,151,76)
0 Favorites   0 Comments

Color spaces of #60974c

RGB 9615176
HSL0.290.330.45
HSV104°50°59°
CMYK 0.360.000.50   0.41
XYZ17.195025.141810.7841
Yxy25.14180.32370.4733
Hunter Lab50.1416-26.535022.3474
CIE-Lab57.2133-32.788633.6952

#60974c color RGB value is (96,151,76).

#60974c hex color red value is 96, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #60974c hue: 0.29 , saturation: 0.33 and the lightness value of 60974c is 0.45.

The process color (four color CMYK) of #60974c color hex is 0.36, 0.00, 0.50, 0.41. Web safe color of #60974c is #669933. Color #60974c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010111 01001100
Octal 140 227 114
Decimal 96 151 76
Hex 60 97 4C

RGB Percentages of Color #60974c

%29.72
%46.75
%23.53

CMYK Percentages of Color #60974c

%36
%0
%50
%41

Triadic Colors of #60974c

#60974c #4c6097 #974c60

Analogous Colors of #60974c

#60974c #4c975e #86974c

Monochromatic Colors of #60974c

#60974c

Complementary Color

#60974c #834c97

#60974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60974c Color CSS Codes

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

#60974c Text Font Color

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

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


#60974c Background Color

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

This div background color is #60974c


#60974c Border Color

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

This div border color is #60974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60974c


Comments

No comments written yet.

Please login to write comment.