COLOR #60AD7F

HEX: #60AD7F
RGB: (96,173,127)

Color info

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

RGB color model

#60AD7F color RGB value is (96,173,127).

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

RGB channels and saturation

R 96 of 255 = 38%
G 173 of 255 = 68%
B 127 of 255 = 50%

96
173
127

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

Portions of RGB colors in percentages

R + G + B =
96 + 173 + 127 = 396 (100%)
R 96 of 396 ~ 24.24%
G 173 of 396 ~ 43.69%
B 127 of 396 ~ 32.07%

%24.24
%43.69
%32.07

CMYK color model

#60AD7F color CMYK value is (45,0,27,32).

  • cyan value is 44.51%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(45,0,27,32)
C45M0Y27K32 
(45%,0%,27%,32%)
(0.45/0.00/0.27/0.32)	

CMYK percentages

%44.51
%0
%26.59
%32.16

Codes

Color #60AD7F in popluar color models

60AD7F
RGB96173127
HSL144°31.95%52.75%
HSB/HSV144°44.51%67.84%
CMYK44.51%0.00%26.59%
32.16%

Color #60AD7F in popluar number systems.

HEX60AD7F
Decimal96173127
Binary1100000101011011111111
Octal140255177

Shades and tints

Shades of #60AD7F

#60AD7F
(96,173,127)
#589E74
(88,158,116)
#508F69
(80,143,105)
#48805E
(72,128,94)
#407153
(64,113,83)
#386248
(56,98,72)
#30533D
(48,83,61)
#284432
(40,68,50)
#203527
(32,53,39)
#18261C
(24,38,28)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #60AD7F

#60AD7F
(96,173,127)
#6EB48A
(110,180,138)
#7CBB95
(124,187,149)
#8AC2A0
(138,194,160)
#98C9AB
(152,201,171)
#A6D0B6
(166,208,182)
#B4D7C1
(180,215,193)
#C2DECC
(194,222,204)
#D0E5D7
(208,229,215)
#DEECE2
(222,236,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AD7F; }

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

This text font color is #60AD7F.


Background Color

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

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

This div background color is #60AD7F.


Border color

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

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

This div border color is #60AD7F.


Opacity

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

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

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

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

This text has shadow with #60AD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AD7F on black background.


Color preview on white background

This text has color #60AD7F on white background.



Black color preview on #60AD7F background

This text has black color on #60AD7F background.


White color preview on #60AD7F background

This text has white color on #60AD7F background.