COLOR #60B779

HEX: #60B779 RGB: (96,183,121)

Color info

#60B779 contains mainly green color. Web safe color of #60B779 is #66CC66 (or #6C6).

RGB color model

#60B779 color RGB value is (96,183,121).

RGB: (96,183,121) (38%, 72%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 183 of 255 = 72%
B 121 of 255 = 47%

96
183
121

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

Portions of RGB colors in percentages

R + G + B = 96 + 183 + 121 = 400 (100%)
R 96 of 400 ~ 24%
G 183 of 400 ~ 45.75%
B 121 of 400 ~ 30.25'%

%24
%45.75
%30.25

CMYK color model

#60B779 color CMYK value is (48,0,34,28).

  • cyan value is 47.54%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 28.24%

CMYK: (48,0,34,28)
C48M0Y34K28 (48%, 0%, 34%, 28%)
(0.48 / 0.00 / 0.34 / 0.28)

CMYK percentages

%47.54
%0
%33.88
%28.24

Codes

Color #60B779 in popluar color models

60 B7 79
RGB 96 183 121
HSL 137° 37.66% 54.71%
HSB/HSV 137° 47.54% 71.76%
CMYK 47.54% 0.00% 33.88%
28.24%

Color #60B779 in popluar number systems.

HEX 60 B7 79
Decimal 96 183 121
Binary 1100000 10110111 1111001
Octal 140 267 171

Shades and tints

Shades of #60B779

#60B779
(96,183,121)
#58A76E
(88,167,110)
#509763
(80,151,99)
#488758
(72,135,88)
#40774D
(64,119,77)
#386742
(56,103,66)
#305737
(48,87,55)
#28472C
(40,71,44)
#203721
(32,55,33)
#182716
(24,39,22)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #60B779

#60B779
(96,183,121)
#6EBD85
(110,189,133)
#7CC391
(124,195,145)
#8AC99D
(138,201,157)
#98CFA9
(152,207,169)
#A6D5B5
(166,213,181)
#B4DBC1
(180,219,193)
#C2E1CD
(194,225,205)
#D0E7D9
(208,231,217)
#DEEDE5
(222,237,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B779 color. Also use rgb(96,183,121) instead hex code.

Text Font Color

.myTextColor { color: #60B779; }

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

This text font color is #60B779.

Background Color

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

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

This div background color is #60B779.

Border color

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

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

This div border color is #60B779.

Opacity

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

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

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

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

This text has shadow with #60B779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60B779.

Preview

Color preview on black background

This text has color #60B779 on black background.


Color preview on white background

This text has color #60B779 on white background.


Black color preview on #60B779 background

This text has black color on #60B779 background.


White color preview on #60B779 background

This text has white color on #60B779 background.


Related colors

Complementary color

Complementary color for #hex is #9F4886.


I love getcolorcode.com

Triadic colors

1 #7960B7 and #B77960 with #60B779 are triadic colors.

2 #79B760 and #B76079 with #60B779 are triadic colors.