COLOR #60978F

HEX: #60978F RGB: (96,151,143)

Color info

#60978F contains red, green and blue colors in about the same proportion. Web safe color of #60978F is #669999 (or #699).

RGB color model

#60978F color RGB value is (96,151,143).

RGB: (96,151,143) (38%, 59%, 56%)

RGB channels and saturation

R 96 of 255 = 38%
G 151 of 255 = 59%
B 143 of 255 = 56%

96
151
143

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

Portions of RGB colors in percentages

R + G + B = 96 + 151 + 143 = 390 (100%)
R 96 of 390 ~ 24.62%
G 151 of 390 ~ 38.72%
B 143 of 390 ~ 36.67'%

%24.62
%38.72
%36.67

CMYK color model

#60978F color CMYK value is (36,0,5,41).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK: (36,0,5,41) C36M0Y5K41 (36%,0%,5%,41%) (0.36/0.00/0.05/0.41) 

CMYK percentages

%36.42
%0
%5.3
%40.78

Codes

Color #60978F in popluar color models

60 97 8F
RGB 96 151 143
HSL 171° 22.27% 48.43%
HSB/HSV 171° 36.42% 59.22%
CMYK 36.42% 0.00% 5.30%
40.78%

Color #60978F in popluar number systems.

HEX 60 97 8F
Decimal 96 151 143
Binary 1100000 10010111 10001111
Octal 140 227 217

Shades and tints

Shades of #60978F

#60978F
(96,151,143)
#588A82
(88,138,130)
#507D75
(80,125,117)
#487068
(72,112,104)
#40635B
(64,99,91)
#38564E
(56,86,78)
#304941
(48,73,65)
#283C34
(40,60,52)
#202F27
(32,47,39)
#18221A
(24,34,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #60978F

#60978F
(96,151,143)
#6EA099
(110,160,153)
#7CA9A3
(124,169,163)
#8AB2AD
(138,178,173)
#98BBB7
(152,187,183)
#A6C4C1
(166,196,193)
#B4CDCB
(180,205,203)
#C2D6D5
(194,214,213)
#D0DFDF
(208,223,223)
#DEE8E9
(222,232,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60978F color. Also use rgb(96,151,143) instead hex code.

Text Font Color

.myTextColor { color: #60978F; }

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

This text font color is #60978F.

Background Color

.myBgColor { background-color: #60978F; }

<div style="background-color:#60978F">Inner text</div>

This div background color is #60978F.

Border color

.myBorderColor { border: 1px solid #60978F; }

<div style="border:3px solid #60978F">Div</div>

This div border color is #60978F.

Opacity

.myOpacity80 { color: #60978F; opacity: 0.8; }

<p style="color:#60978F;opacity:0.8;">80%</p>

Text with #60978F 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 #60978F;}

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

This text has shadow with #60978F color.


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

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

This text has shadow with #60978F primary color and red secondary color.


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

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

This text has shadow with #60978F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60978F.

Preview

Color preview on black background

This text has color #60978F on black background.


Color preview on white background

This text has color #60978F on white background.


Black color preview on #60978F background

This text has black color on #60978F background.


White color preview on #60978F background

This text has white color on #60978F background.


Related colors

Complementary color

Complementary color for #hex is #9F6870.


I love getcolorcode.com

Triadic colors

1 #8F6097 and #978F60 with #60978F are triadic colors.

2 #8F9760 and #97608F with #60978F are triadic colors.