COLOR #60AA78

HEX: #60AA78
RGB: (96,170,120)

Color info

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

RGB color model

#60AA78 color RGB value is (96,170,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 170 of 255 = 67%
B 120 of 255 = 47%

96
170
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 170 + 120 = 386 (100%)
R 96 of 386 ~ 24.87%
G 170 of 386 ~ 44.04%
B 120 of 386 ~ 31.09%

%24.87
%44.04
%31.09

CMYK color model

#60AA78 color CMYK value is (44,0,29,33).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(44,0,29,33)
C44M0Y29K33 
(44%,0%,29%,33%)
(0.44/0.00/0.29/0.33)	

CMYK percentages

%43.53
%0
%29.41
%33.33

Codes

Color #60AA78 in popluar color models

60AA78
RGB96170120
HSL139°30.33%52.16%
HSB/HSV139°43.53%66.67%
CMYK43.53%0.00%29.41%
33.33%

Color #60AA78 in popluar number systems.

HEX60AA78
Decimal96170120
Binary1100000101010101111000
Octal140252170

Shades and tints

Shades of #60AA78

#60AA78
(96,170,120)
#589B6E
(88,155,110)
#508C64
(80,140,100)
#487D5A
(72,125,90)
#406E50
(64,110,80)
#385F46
(56,95,70)
#30503C
(48,80,60)
#284132
(40,65,50)
#203228
(32,50,40)
#18231E
(24,35,30)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #60AA78

#60AA78
(96,170,120)
#6EB184
(110,177,132)
#7CB890
(124,184,144)
#8ABF9C
(138,191,156)
#98C6A8
(152,198,168)
#A6CDB4
(166,205,180)
#B4D4C0
(180,212,192)
#C2DBCC
(194,219,204)
#D0E2D8
(208,226,216)
#DEE9E4
(222,233,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AA78; }

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

This text font color is #60AA78.


Background Color

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

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

This div background color is #60AA78.


Border color

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

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

This div border color is #60AA78.


Opacity

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

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

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

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

This text has shadow with #60AA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AA78 on black background.


Color preview on white background

This text has color #60AA78 on white background.



Black color preview on #60AA78 background

This text has black color on #60AA78 background.


White color preview on #60AA78 background

This text has white color on #60AA78 background.