COLOR #60977B

HEX: #60977B RGB: (96,151,123)

Color info

#60977B contains red, green and blue colors in about the same proportion. Web safe color of #60977B is #669966 (or #696).

RGB color model

#60977B color RGB value is (96,151,123).

RGB: (96,151,123) (38%, 59%, 48%)

RGB channels and saturation

R 96 of 255 = 38%
G 151 of 255 = 59%
B 123 of 255 = 48%

96
151
123

R + G + B ~ 48%. #60977B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 151 + 123 = 370 (100%)
R 96 of 370 ~ 25.95%
G 151 of 370 ~ 40.81%
B 123 of 370 ~ 33.24'%

%25.95
%40.81
%33.24

CMYK color model

#60977B color CMYK value is (36,0,19,41).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%

CMYK: (36,0,19,41)
C36M0Y19K41 (36%, 0%, 19%, 41%)
(0.36 / 0.00 / 0.19 / 0.41)

CMYK percentages

%36.42
%0
%18.54
%40.78

Codes

Color #60977B in popluar color models

60 97 7B
RGB 96 151 123
HSL 149° 22.27% 48.43%
HSB/HSV 149° 36.42% 59.22%
CMYK 36.42% 0.00% 18.54%
40.78%

Color #60977B in popluar number systems.

HEX 60 97 7B
Decimal 96 151 123
Binary 1100000 10010111 1111011
Octal 140 227 173

Shades and tints

Shades of #60977B

#60977B
(96,151,123)
#588A70
(88,138,112)
#507D65
(80,125,101)
#48705A
(72,112,90)
#40634F
(64,99,79)
#385644
(56,86,68)
#304939
(48,73,57)
#283C2E
(40,60,46)
#202F23
(32,47,35)
#182218
(24,34,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #60977B

#60977B
(96,151,123)
#6EA087
(110,160,135)
#7CA993
(124,169,147)
#8AB29F
(138,178,159)
#98BBAB
(152,187,171)
#A6C4B7
(166,196,183)
#B4CDC3
(180,205,195)
#C2D6CF
(194,214,207)
#D0DFDB
(208,223,219)
#DEE8E7
(222,232,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60977B color. Also use rgb(96,151,123) instead hex code.

Text Font Color

.myTextColor { color: #60977B; }

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

This text font color is #60977B.

Background Color

.myBgColor { background-color: #60977B; }

<div style="background-color:#60977B">Inner text</div>

This div background color is #60977B.

Border color

.myBorderColor { border: 1px solid #60977B; }

<div style="border:3px solid #60977B">Div</div>

This div border color is #60977B.

Opacity

.myOpacity80 { color: #60977B; opacity: 0.8; }

<p style="color:#60977B;opacity:0.8;">80%</p>

Text with #60977B 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 #60977B;}

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

This text has shadow with #60977B color.


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

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

This text has shadow with #60977B primary color and red secondary color.


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

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

This text has shadow with #60977B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60977B.

Preview

Color preview on black background

This text has color #60977B on black background.


Color preview on white background

This text has color #60977B on white background.


Black color preview on #60977B background

This text has black color on #60977B background.


White color preview on #60977B background

This text has white color on #60977B background.


Related colors

Complementary color

Complementary color for #hex is #9F6884.


I love getcolorcode.com

Triadic colors

1 #7B6097 and #977B60 with #60977B are triadic colors.

2 #7B9760 and #97607B with #60977B are triadic colors.