COLOR #60A378

HEX: #60A378
RGB: (96,163,120)

Color info

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

RGB color model

#60A378 color RGB value is (96,163,120).

  • red value is 96;
  • green value is 163;
  • blue value is 120.
RGB:
(96,163,120)
(38%,64%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 163 of 255 = 64%
B 120 of 255 = 47%

96
163
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 163 + 120 = 379 (100%)
R 96 of 379 ~ 25.33%
G 163 of 379 ~ 43.01%
B 120 of 379 ~ 31.66%

%25.33
%43.01
%31.66

CMYK color model

#60A378 color CMYK value is (41,0,26,36).

  • cyan value is 41.10%
  • magenta value is 0.00%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(41,0,26,36)
C41M0Y26K36 
(41%,0%,26%,36%)
(0.41/0.00/0.26/0.36)	

CMYK percentages

%41.1
%0
%26.38
%36.08

Codes

Color #60A378 in popluar color models

60A378
RGB96163120
HSL141°26.69%50.78%
HSB/HSV141°41.10%63.92%
CMYK41.10%0.00%26.38%
36.08%

Color #60A378 in popluar number systems.

HEX60A378
Decimal96163120
Binary1100000101000111111000
Octal140243170

Shades and tints

Shades of #60A378

#60A378
(96,163,120)
#58956E
(88,149,110)
#508764
(80,135,100)
#48795A
(72,121,90)
#406B50
(64,107,80)
#385D46
(56,93,70)
#304F3C
(48,79,60)
#284132
(40,65,50)
#203328
(32,51,40)
#18251E
(24,37,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #60A378

#60A378
(96,163,120)
#6EAB84
(110,171,132)
#7CB390
(124,179,144)
#8ABB9C
(138,187,156)
#98C3A8
(152,195,168)
#A6CBB4
(166,203,180)
#B4D3C0
(180,211,192)
#C2DBCC
(194,219,204)
#D0E3D8
(208,227,216)
#DEEBE4
(222,235,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A378 color. Also use rgb(96,163,120) instead hex code.

Text Font Color

.myTextColor { color: #60A378; }

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

This text font color is #60A378.


Background Color

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

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

This div background color is #60A378.


Border color

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

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

This div border color is #60A378.


Opacity

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

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

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

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

This text has shadow with #60A378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A378 on black background.


Color preview on white background

This text has color #60A378 on white background.



Black color preview on #60A378 background

This text has black color on #60A378 background.


White color preview on #60A378 background

This text has white color on #60A378 background.