COLOR #60BD6B

HEX: #60BD6B
RGB: (96,189,107)

Color info

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

RGB color model

#60BD6B color RGB value is (96,189,107).

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

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 107 of 255 = 42%

96
189
107

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

Portions of RGB colors in percentages

R + G + B =
96 + 189 + 107 = 392 (100%)
R 96 of 392 ~ 24.49%
G 189 of 392 ~ 48.21%
B 107 of 392 ~ 27.3%

%24.49
%48.21
%27.3

CMYK color model

#60BD6B color CMYK value is (49,0,43,26).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(49,0,43,26)
C49M0Y43K26 
(49%,0%,43%,26%)
(0.49/0.00/0.43/0.26)	

CMYK percentages

%49.21
%0
%43.39
%25.88

Codes

Color #60BD6B in popluar color models

60BD6B
RGB96189107
HSL127°41.33%55.88%
HSB/HSV127°49.21%74.12%
CMYK49.21%0.00%43.39%
25.88%

Color #60BD6B in popluar number systems.

HEX60BD6B
Decimal96189107
Binary1100000101111011101011
Octal140275153

Shades and tints

Shades of #60BD6B

#60BD6B
(96,189,107)
#58AC62
(88,172,98)
#509B59
(80,155,89)
#488A50
(72,138,80)
#407947
(64,121,71)
#38683E
(56,104,62)
#305735
(48,87,53)
#28462C
(40,70,44)
#203523
(32,53,35)
#18241A
(24,36,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #60BD6B

#60BD6B
(96,189,107)
#6EC378
(110,195,120)
#7CC985
(124,201,133)
#8ACF92
(138,207,146)
#98D59F
(152,213,159)
#A6DBAC
(166,219,172)
#B4E1B9
(180,225,185)
#C2E7C6
(194,231,198)
#D0EDD3
(208,237,211)
#DEF3E0
(222,243,224)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60BD6B; }

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

This text font color is #60BD6B.


Background Color

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

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

This div background color is #60BD6B.


Border color

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

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

This div border color is #60BD6B.


Opacity

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

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

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

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

This text has shadow with #60BD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BD6B on black background.


Color preview on white background

This text has color #60BD6B on white background.



Black color preview on #60BD6B background

This text has black color on #60BD6B background.


White color preview on #60BD6B background

This text has white color on #60BD6B background.