COLOR #60BD79

HEX: #60BD79
RGB: (96,189,121)

Color info

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

RGB color model

#60BD79 color RGB value is (96,189,121).

  • red value is 96;
  • green value is 189;
  • blue value is 121.
RGB:
(96,189,121)
(38%,74%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 121 of 255 = 47%

96
189
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 189 + 121 = 406 (100%)
R 96 of 406 ~ 23.65%
G 189 of 406 ~ 46.55%
B 121 of 406 ~ 29.8%

%23.65
%46.55
%29.8

CMYK color model

#60BD79 color CMYK value is (49,0,36,26).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 25.88%
CMYK:
(49,0,36,26)
C49M0Y36K26 
(49%,0%,36%,26%)
(0.49/0.00/0.36/0.26)	

CMYK percentages

%49.21
%0
%35.98
%25.88

Codes

Color #60BD79 in popluar color models

60BD79
RGB96189121
HSL136°41.33%55.88%
HSB/HSV136°49.21%74.12%
CMYK49.21%0.00%35.98%
25.88%

Color #60BD79 in popluar number systems.

HEX60BD79
Decimal96189121
Binary1100000101111011111001
Octal140275171

Shades and tints

Shades of #60BD79

#60BD79
(96,189,121)
#58AC6E
(88,172,110)
#509B63
(80,155,99)
#488A58
(72,138,88)
#40794D
(64,121,77)
#386842
(56,104,66)
#305737
(48,87,55)
#28462C
(40,70,44)
#203521
(32,53,33)
#182416
(24,36,22)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #60BD79

#60BD79
(96,189,121)
#6EC385
(110,195,133)
#7CC991
(124,201,145)
#8ACF9D
(138,207,157)
#98D5A9
(152,213,169)
#A6DBB5
(166,219,181)
#B4E1C1
(180,225,193)
#C2E7CD
(194,231,205)
#D0EDD9
(208,237,217)
#DEF3E5
(222,243,229)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BD79; }

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

This text font color is #60BD79.


Background Color

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

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

This div background color is #60BD79.


Border color

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

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

This div border color is #60BD79.


Opacity

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

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

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

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

This text has shadow with #60BD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BD79 on black background.


Color preview on white background

This text has color #60BD79 on white background.



Black color preview on #60BD79 background

This text has black color on #60BD79 background.


White color preview on #60BD79 background

This text has white color on #60BD79 background.