Color Hex Logo

#60986b Color Hex

#60986B
(96,152,107)
0 Favorites   0 Comments

Color spaces of #60986b

RGB 96152107
HSL0.370.230.49
HSV132°37°60°
CMYK 0.370.000.30   0.40
XYZ18.705926.004817.9434
Yxy26.00480.29860.4151
Hunter Lab50.9949-23.763914.8343
CIE-Lab58.0416-28.307618.0072

#60986b color RGB value is (96,152,107).

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

The process color (four color CMYK) of #60986b color hex is 0.37, 0.00, 0.30, 0.40. Web safe color of #60986b is #669966. Color #60986b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 01101011
Octal 140 230 153
Decimal 96 152 107
Hex 60 98 6B

RGB Percentages of Color #60986b

%27.04
%42.82
%30.14

CMYK Percentages of Color #60986b

%37
%0
%30
%40

Triadic Colors of #60986b

#60986b #6b6098 #986b60

Analogous Colors of #60986b

#60986b #609887 #719860

Monochromatic Colors of #60986b

#60986b

Complementary Color

#60986b #98608d

#60986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60986b Color CSS Codes

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

#60986b Text Font Color

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

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


#60986b Background Color

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

This div background color is #60986b


#60986b Border Color

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

This div border color is #60986b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,152,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 #60986b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60986b


Comments

No comments written yet.

Please login to write comment.