COLOR #60C791

HEX: #60C791
RGB: (96,199,145)

Color info

#60C791 contains mainly green and blue colors. Web safe color of #60C791 is #66CC99 (or #6C9).

RGB color model

#60C791 color RGB value is (96,199,145).

  • red value is 96;
  • green value is 199;
  • blue value is 145.
RGB:
(96,199,145)
(38%,78%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 199 of 255 = 78%
B 145 of 255 = 57%

96
199
145

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

Portions of RGB colors in percentages

R + G + B =
96 + 199 + 145 = 440 (100%)
R 96 of 440 ~ 21.82%
G 199 of 440 ~ 45.23%
B 145 of 440 ~ 32.95%

%21.82
%45.23
%32.95

CMYK color model

#60C791 color CMYK value is (52,0,27,22).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(52,0,27,22)
C52M0Y27K22 
(52%,0%,27%,22%)
(0.52/0.00/0.27/0.22)	

CMYK percentages

%51.76
%0
%27.14
%21.96

Codes

Color #60C791 in popluar color models

60C791
RGB96199145
HSL149°47.91%57.84%
HSB/HSV149°51.76%78.04%
CMYK51.76%0.00%27.14%
21.96%

Color #60C791 in popluar number systems.

HEX60C791
Decimal96199145
Binary11000001100011110010001
Octal140307221

Shades and tints

Shades of #60C791

#60C791
(96,199,145)
#58B584
(88,181,132)
#50A377
(80,163,119)
#48916A
(72,145,106)
#407F5D
(64,127,93)
#386D50
(56,109,80)
#305B43
(48,91,67)
#284936
(40,73,54)
#203729
(32,55,41)
#18251C
(24,37,28)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #60C791

#60C791
(96,199,145)
#6ECC9B
(110,204,155)
#7CD1A5
(124,209,165)
#8AD6AF
(138,214,175)
#98DBB9
(152,219,185)
#A6E0C3
(166,224,195)
#B4E5CD
(180,229,205)
#C2EAD7
(194,234,215)
#D0EFE1
(208,239,225)
#DEF4EB
(222,244,235)
#ECF9F5
(236,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60C791 color. Also use rgb(96,199,145) instead hex code.

Text Font Color

.myTextColor { color: #60C791; }

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

This text font color is #60C791.


Background Color

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

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

This div background color is #60C791.


Border color

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

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

This div border color is #60C791.


Opacity

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

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

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

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

This text has shadow with #60C791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60C791 on black background.


Color preview on white background

This text has color #60C791 on white background.



Black color preview on #60C791 background

This text has black color on #60C791 background.


White color preview on #60C791 background

This text has white color on #60C791 background.