Color Hex Logo

#60976b Color Hex

#60976B
(96,151,107)
0 Favorites   0 Comments

Color spaces of #60976b

RGB 96151107
HSL0.370.220.48
HSV132°36°59°
CMYK 0.360.000.29   0.41
XYZ18.544325.681617.8896
Yxy25.68160.29850.4134
Hunter Lab50.6770-23.366114.5438
CIE-Lab57.7336-27.819817.5858

#60976b color RGB value is (96,151,107).

#60976b hex color red value is 96, green value is 151 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #60976b hue: 0.37 , saturation: 0.22 and the lightness value of 60976b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010111 01101011
Octal 140 227 153
Decimal 96 151 107
Hex 60 97 6B

RGB Percentages of Color #60976b

%27.12
%42.66
%30.23

CMYK Percentages of Color #60976b

%36
%0
%29
%41

Triadic Colors of #60976b

#60976b #6b6097 #976b60

Analogous Colors of #60976b

#60976b #609787 #719760

Monochromatic Colors of #60976b

#60976b

Complementary Color

#60976b #97608c

#60976b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60976b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60976b Color CSS Codes

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

#60976b Text Font Color

<p style="color:#60976b">Text here</p>

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


#60976b Background Color

<div style="background-color:#60976b">
Div content here</div>

This div background color is #60976b


#60976b Border Color

<div style="border:3px solid #60976b">
Div here</div>

This div border color is #60976b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60976b


Comments

No comments written yet.

Please login to write comment.