COLOR #60A97F

HEX: #60A97F
RGB: (96,169,127)

Color info

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

RGB color model

#60A97F color RGB value is (96,169,127).

  • red value is 96;
  • green value is 169;
  • blue value is 127.
RGB:
(96,169,127)
(38%,66%,50%)

RGB channels and saturation

R 96 of 255 = 38%
G 169 of 255 = 66%
B 127 of 255 = 50%

96
169
127

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

Portions of RGB colors in percentages

R + G + B =
96 + 169 + 127 = 392 (100%)
R 96 of 392 ~ 24.49%
G 169 of 392 ~ 43.11%
B 127 of 392 ~ 32.4%

%24.49
%43.11
%32.4

CMYK color model

#60A97F color CMYK value is (43,0,25,34).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 24.85%
  • key color value is 33.73%
CMYK:
(43,0,25,34)
C43M0Y25K34 
(43%,0%,25%,34%)
(0.43/0.00/0.25/0.34)	

CMYK percentages

%43.2
%0
%24.85
%33.73

Codes

Color #60A97F in popluar color models

60A97F
RGB96169127
HSL145°29.80%51.96%
HSB/HSV145°43.20%66.27%
CMYK43.20%0.00%24.85%
33.73%

Color #60A97F in popluar number systems.

HEX60A97F
Decimal96169127
Binary1100000101010011111111
Octal140251177

Shades and tints

Shades of #60A97F

#60A97F
(96,169,127)
#589A74
(88,154,116)
#508B69
(80,139,105)
#487C5E
(72,124,94)
#406D53
(64,109,83)
#385E48
(56,94,72)
#304F3D
(48,79,61)
#284032
(40,64,50)
#203127
(32,49,39)
#18221C
(24,34,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #60A97F

#60A97F
(96,169,127)
#6EB08A
(110,176,138)
#7CB795
(124,183,149)
#8ABEA0
(138,190,160)
#98C5AB
(152,197,171)
#A6CCB6
(166,204,182)
#B4D3C1
(180,211,193)
#C2DACC
(194,218,204)
#D0E1D7
(208,225,215)
#DEE8E2
(222,232,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A97F color. Also use rgb(96,169,127) instead hex code.

Text Font Color

.myTextColor { color: #60A97F; }

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

This text font color is #60A97F.


Background Color

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

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

This div background color is #60A97F.


Border color

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

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

This div border color is #60A97F.


Opacity

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

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

Text with #60A97F 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 #60A97F;}

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

This text has shadow with #60A97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A97F on black background.


Color preview on white background

This text has color #60A97F on white background.



Black color preview on #60A97F background

This text has black color on #60A97F background.


White color preview on #60A97F background

This text has white color on #60A97F background.