COLOR #60B87F

HEX: #60B87F
RGB: (96,184,127)

Color info

#60B87F contains mainly green and blue colors. Web safe color of #60B87F is #66CC66 (or #6C6).

RGB color model

#60B87F color RGB value is (96,184,127).

  • red value is 96;
  • green value is 184;
  • blue value is 127.
RGB:
(96,184,127)
(38%,72%,50%)

RGB channels and saturation

R 96 of 255 = 38%
G 184 of 255 = 72%
B 127 of 255 = 50%

96
184
127

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

Portions of RGB colors in percentages

R + G + B =
96 + 184 + 127 = 407 (100%)
R 96 of 407 ~ 23.59%
G 184 of 407 ~ 45.21%
B 127 of 407 ~ 31.2%

%23.59
%45.21
%31.2

CMYK color model

#60B87F color CMYK value is (48,0,31,28).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 30.98%
  • key color value is 27.84%
CMYK:
(48,0,31,28)
C48M0Y31K28 
(48%,0%,31%,28%)
(0.48/0.00/0.31/0.28)	

CMYK percentages

%47.83
%0
%30.98
%27.84

Codes

Color #60B87F in popluar color models

60B87F
RGB96184127
HSL141°38.26%54.90%
HSB/HSV141°47.83%72.16%
CMYK47.83%0.00%30.98%
27.84%

Color #60B87F in popluar number systems.

HEX60B87F
Decimal96184127
Binary1100000101110001111111
Octal140270177

Shades and tints

Shades of #60B87F

#60B87F
(96,184,127)
#58A874
(88,168,116)
#509869
(80,152,105)
#48885E
(72,136,94)
#407853
(64,120,83)
#386848
(56,104,72)
#30583D
(48,88,61)
#284832
(40,72,50)
#203827
(32,56,39)
#18281C
(24,40,28)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #60B87F

#60B87F
(96,184,127)
#6EBE8A
(110,190,138)
#7CC495
(124,196,149)
#8ACAA0
(138,202,160)
#98D0AB
(152,208,171)
#A6D6B6
(166,214,182)
#B4DCC1
(180,220,193)
#C2E2CC
(194,226,204)
#D0E8D7
(208,232,215)
#DEEEE2
(222,238,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B87F color. Also use rgb(96,184,127) instead hex code.

Text Font Color

.myTextColor { color: #60B87F; }

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

This text font color is #60B87F.


Background Color

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

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

This div background color is #60B87F.


Border color

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

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

This div border color is #60B87F.


Opacity

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

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

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

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

This text has shadow with #60B87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B87F on black background.


Color preview on white background

This text has color #60B87F on white background.



Black color preview on #60B87F background

This text has black color on #60B87F background.


White color preview on #60B87F background

This text has white color on #60B87F background.