COLOR #60A977

HEX: #60A977 RGB: (96,169,119)

Color info

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

RGB color model

#60A977 color RGB value is (96,169,119).

RGB: (96,169,119) (38%, 66%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 169 of 255 = 66%
B 119 of 255 = 47%

96
169
119

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

Portions of RGB colors in percentages

R + G + B = 96 + 169 + 119 = 384 (100%)
R 96 of 384 ~ 25%
G 169 of 384 ~ 44.01%
B 119 of 384 ~ 30.99'%

%25
%44.01
%30.99

CMYK color model

#60A977 color CMYK value is (43,0,30,34).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 33.73%

CMYK: (43,0,30,34)
C43M0Y30K34 (43%, 0%, 30%, 34%)
(0.43 / 0.00 / 0.30 / 0.34)

CMYK percentages

%43.2
%0
%29.59
%33.73

Codes

Color #60A977 in popluar color models

60 A9 77
RGB 96 169 119
HSL 139° 29.80% 51.96%
HSB/HSV 139° 43.20% 66.27%
CMYK 43.20% 0.00% 29.59%
33.73%

Color #60A977 in popluar number systems.

HEX 60 A9 77
Decimal 96 169 119
Binary 1100000 10101001 1110111
Octal 140 251 167

Shades and tints

Shades of #60A977

#60A977
(96,169,119)
#589A6D
(88,154,109)
#508B63
(80,139,99)
#487C59
(72,124,89)
#406D4F
(64,109,79)
#385E45
(56,94,69)
#304F3B
(48,79,59)
#284031
(40,64,49)
#203127
(32,49,39)
#18221D
(24,34,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #60A977

#60A977
(96,169,119)
#6EB083
(110,176,131)
#7CB78F
(124,183,143)
#8ABE9B
(138,190,155)
#98C5A7
(152,197,167)
#A6CCB3
(166,204,179)
#B4D3BF
(180,211,191)
#C2DACB
(194,218,203)
#D0E1D7
(208,225,215)
#DEE8E3
(222,232,227)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60A977; }

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

This text font color is #60A977.

Background Color

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

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

This div background color is #60A977.

Border color

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

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

This div border color is #60A977.

Opacity

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

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

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

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

This text has shadow with #60A977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60A977.

Preview

Color preview on black background

This text has color #60A977 on black background.


Color preview on white background

This text has color #60A977 on white background.


Black color preview on #60A977 background

This text has black color on #60A977 background.


White color preview on #60A977 background

This text has white color on #60A977 background.


Related colors

Complementary color

Complementary color for #hex is #9F5688.


I love getcolorcode.com

Triadic colors

1 #7760A9 and #A97760 with #60A977 are triadic colors.

2 #77A960 and #A96077 with #60A977 are triadic colors.