COLOR #60B676

HEX: #60B676
RGB: (96,182,118)

Color info

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

RGB color model

#60B676 color RGB value is (96,182,118).

  • red value is 96;
  • green value is 182;
  • blue value is 118.
RGB:
(96,182,118)
(38%,71%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 182 of 255 = 71%
B 118 of 255 = 46%

96
182
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 182 + 118 = 396 (100%)
R 96 of 396 ~ 24.24%
G 182 of 396 ~ 45.96%
B 118 of 396 ~ 29.8%

%24.24
%45.96
%29.8

CMYK color model

#60B676 color CMYK value is (47,0,35,29).

  • cyan value is 47.25%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(47,0,35,29)
C47M0Y35K29 
(47%,0%,35%,29%)
(0.47/0.00/0.35/0.29)	

CMYK percentages

%47.25
%0
%35.16
%28.63

Codes

Color #60B676 in popluar color models

60B676
RGB96182118
HSL135°37.07%54.51%
HSB/HSV135°47.25%71.37%
CMYK47.25%0.00%35.16%
28.63%

Color #60B676 in popluar number systems.

HEX60B676
Decimal96182118
Binary1100000101101101110110
Octal140266166

Shades and tints

Shades of #60B676

#60B676
(96,182,118)
#58A66C
(88,166,108)
#509662
(80,150,98)
#488658
(72,134,88)
#40764E
(64,118,78)
#386644
(56,102,68)
#30563A
(48,86,58)
#284630
(40,70,48)
#203626
(32,54,38)
#18261C
(24,38,28)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #60B676

#60B676
(96,182,118)
#6EBC82
(110,188,130)
#7CC28E
(124,194,142)
#8AC89A
(138,200,154)
#98CEA6
(152,206,166)
#A6D4B2
(166,212,178)
#B4DABE
(180,218,190)
#C2E0CA
(194,224,202)
#D0E6D6
(208,230,214)
#DEECE2
(222,236,226)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B676 color. Also use rgb(96,182,118) instead hex code.

Text Font Color

.myTextColor { color: #60B676; }

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

This text font color is #60B676.


Background Color

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

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

This div background color is #60B676.


Border color

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

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

This div border color is #60B676.


Opacity

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

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

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

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

This text has shadow with #60B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B676 on black background.


Color preview on white background

This text has color #60B676 on white background.



Black color preview on #60B676 background

This text has black color on #60B676 background.


White color preview on #60B676 background

This text has white color on #60B676 background.