COLOR #60A173

HEX: #60A173
RGB: (96,161,115)

Color info

#60A173 contains mainly green and blue colors. Web safe color of #60A173 is #669966 (or #696).

RGB color model

#60A173 color RGB value is (96,161,115).

  • red value is 96;
  • green value is 161;
  • blue value is 115.
RGB:
(96,161,115)
(38%,63%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 161 of 255 = 63%
B 115 of 255 = 45%

96
161
115

R + G + B ~ 49%. #60A173 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 161 + 115 = 372 (100%)
R 96 of 372 ~ 25.81%
G 161 of 372 ~ 43.28%
B 115 of 372 ~ 30.91%

%25.81
%43.28
%30.91

CMYK color model

#60A173 color CMYK value is (40,0,29,37).

  • cyan value is 40.37%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 36.86%
CMYK:
(40,0,29,37)
C40M0Y29K37 
(40%,0%,29%,37%)
(0.40/0.00/0.29/0.37)	

CMYK percentages

%40.37
%0
%28.57
%36.86

Codes

Color #60A173 in popluar color models

60A173
RGB96161115
HSL138°25.69%50.39%
HSB/HSV138°40.37%63.14%
CMYK40.37%0.00%28.57%
36.86%

Color #60A173 in popluar number systems.

HEX60A173
Decimal96161115
Binary1100000101000011110011
Octal140241163

Shades and tints

Shades of #60A173

#60A173
(96,161,115)
#589369
(88,147,105)
#50855F
(80,133,95)
#487755
(72,119,85)
#40694B
(64,105,75)
#385B41
(56,91,65)
#304D37
(48,77,55)
#283F2D
(40,63,45)
#203123
(32,49,35)
#182319
(24,35,25)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #60A173

#60A173
(96,161,115)
#6EA97F
(110,169,127)
#7CB18B
(124,177,139)
#8AB997
(138,185,151)
#98C1A3
(152,193,163)
#A6C9AF
(166,201,175)
#B4D1BB
(180,209,187)
#C2D9C7
(194,217,199)
#D0E1D3
(208,225,211)
#DEE9DF
(222,233,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A173 color. Also use rgb(96,161,115) instead hex code.

Text Font Color

.myTextColor { color: #60A173; }

<p style="color:#60A173">This sample text font color is #60A173.</p>

This text font color is #60A173.


Background Color

.myBgColor { background-color: #60A173; }

<div style="background-color:#60A173">Inner text</div>

This div background color is #60A173.


Border color

.myBorderColor { border: 1px solid #60A173; }

<div style="border:3px solid #60A173">Div</div>

This div border color is #60A173.


Opacity

.myOpacity80 { color: #60A173; opacity: 0.8; }

<p style="color:#60A173;opacity:0.8;">80%</p>

Text with #60A173 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #60A173;}

<p style="text-shadow: 3px 3px 1px #60A173">Text here.</p>

This text has shadow with #60A173 color.

.textShadow {text-shadow: 3px 3px 1px #60A173, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #60A173, 5px 5px 20px red">Text here.</p>

This text has shadow with #60A173 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#60A173, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#60A173, Direction=45, Strength=4)">Text</p>

This text has shadow with #60A173 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #60A173;
  -webkit-box-shadow:	1px 1px 3px 2px #60A173;
  box-shadow:		1px 1px 3px 2px #60A173;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #60A173;
-webkit-box-shadow: 1px 1px 3px 2px #60A173;
box-shadow:1px 1px 3px 2px #60A173;">
Div content here</div>
This div box has shadow with color #60A173.

Preview

Color preview on black background

This text has color #60A173 on black background.


Color preview on white background

This text has color #60A173 on white background.



Black color preview on #60A173 background

This text has black color on #60A173 background.


White color preview on #60A173 background

This text has white color on #60A173 background.