COLOR #60AB7C

HEX: #60AB7C
RGB: (96,171,124)

Color info

#60AB7C contains mainly green and blue colors. Web safe color of #60AB7C is #669966 (or #696).

RGB color model

#60AB7C color RGB value is (96,171,124).

  • red value is 96;
  • green value is 171;
  • blue value is 124.
RGB:
(96,171,124)
(38%,67%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 171 of 255 = 67%
B 124 of 255 = 49%

96
171
124

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

Portions of RGB colors in percentages

R + G + B =
96 + 171 + 124 = 391 (100%)
R 96 of 391 ~ 24.55%
G 171 of 391 ~ 43.73%
B 124 of 391 ~ 31.71%

%24.55
%43.73
%31.71

CMYK color model

#60AB7C color CMYK value is (44,0,27,33).

  • cyan value is 43.86%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK:
(44,0,27,33)
C44M0Y27K33 
(44%,0%,27%,33%)
(0.44/0.00/0.27/0.33)	

CMYK percentages

%43.86
%0
%27.49
%32.94

Codes

Color #60AB7C in popluar color models

60AB7C
RGB96171124
HSL142°30.86%52.35%
HSB/HSV142°43.86%67.06%
CMYK43.86%0.00%27.49%
32.94%

Color #60AB7C in popluar number systems.

HEX60AB7C
Decimal96171124
Binary1100000101010111111100
Octal140253174

Shades and tints

Shades of #60AB7C

#60AB7C
(96,171,124)
#589C71
(88,156,113)
#508D66
(80,141,102)
#487E5B
(72,126,91)
#406F50
(64,111,80)
#386045
(56,96,69)
#30513A
(48,81,58)
#28422F
(40,66,47)
#203324
(32,51,36)
#182419
(24,36,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #60AB7C

#60AB7C
(96,171,124)
#6EB287
(110,178,135)
#7CB992
(124,185,146)
#8AC09D
(138,192,157)
#98C7A8
(152,199,168)
#A6CEB3
(166,206,179)
#B4D5BE
(180,213,190)
#C2DCC9
(194,220,201)
#D0E3D4
(208,227,212)
#DEEADF
(222,234,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60AB7C color. Also use rgb(96,171,124) instead hex code.

Text Font Color

.myTextColor { color: #60AB7C; }

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

This text font color is #60AB7C.


Background Color

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

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

This div background color is #60AB7C.


Border color

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

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

This div border color is #60AB7C.


Opacity

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

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

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

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

This text has shadow with #60AB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AB7C on black background.


Color preview on white background

This text has color #60AB7C on white background.



Black color preview on #60AB7C background

This text has black color on #60AB7C background.


White color preview on #60AB7C background

This text has white color on #60AB7C background.