COLOR #60A785

HEX: #60A785
RGB: (96,167,133)

Color info

#60A785 contains mainly green and blue colors. Web safe color of #60A785 is #669999 (or #699).

RGB color model

#60A785 color RGB value is (96,167,133).

  • red value is 96;
  • green value is 167;
  • blue value is 133.
RGB:
(96,167,133)
(38%,65%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 167 of 255 = 65%
B 133 of 255 = 52%

96
167
133

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

Portions of RGB colors in percentages

R + G + B =
96 + 167 + 133 = 396 (100%)
R 96 of 396 ~ 24.24%
G 167 of 396 ~ 42.17%
B 133 of 396 ~ 33.59%

%24.24
%42.17
%33.59

CMYK color model

#60A785 color CMYK value is (43,0,20,35).

  • cyan value is 42.51%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 34.51%
CMYK:
(43,0,20,35)
C43M0Y20K35 
(43%,0%,20%,35%)
(0.43/0.00/0.20/0.35)	

CMYK percentages

%42.51
%0
%20.36
%34.51

Codes

Color #60A785 in popluar color models

60A785
RGB96167133
HSL151°28.74%51.57%
HSB/HSV151°42.51%65.49%
CMYK42.51%0.00%20.36%
34.51%

Color #60A785 in popluar number systems.

HEX60A785
Decimal96167133
Binary11000001010011110000101
Octal140247205

Shades and tints

Shades of #60A785

#60A785
(96,167,133)
#589879
(88,152,121)
#50896D
(80,137,109)
#487A61
(72,122,97)
#406B55
(64,107,85)
#385C49
(56,92,73)
#304D3D
(48,77,61)
#283E31
(40,62,49)
#202F25
(32,47,37)
#182019
(24,32,25)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #60A785

#60A785
(96,167,133)
#6EAF90
(110,175,144)
#7CB79B
(124,183,155)
#8ABFA6
(138,191,166)
#98C7B1
(152,199,177)
#A6CFBC
(166,207,188)
#B4D7C7
(180,215,199)
#C2DFD2
(194,223,210)
#D0E7DD
(208,231,221)
#DEEFE8
(222,239,232)
#ECF7F3
(236,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A785 color. Also use rgb(96,167,133) instead hex code.

Text Font Color

.myTextColor { color: #60A785; }

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

This text font color is #60A785.


Background Color

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

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

This div background color is #60A785.


Border color

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

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

This div border color is #60A785.


Opacity

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

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

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

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

This text has shadow with #60A785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A785 on black background.


Color preview on white background

This text has color #60A785 on white background.



Black color preview on #60A785 background

This text has black color on #60A785 background.


White color preview on #60A785 background

This text has white color on #60A785 background.