COLOR #60AA72

HEX: #60AA72
RGB: (96,170,114)

Color info

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

RGB color model

#60AA72 color RGB value is (96,170,114).

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

RGB channels and saturation

R 96 of 255 = 38%
G 170 of 255 = 67%
B 114 of 255 = 45%

96
170
114

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

Portions of RGB colors in percentages

R + G + B =
96 + 170 + 114 = 380 (100%)
R 96 of 380 ~ 25.26%
G 170 of 380 ~ 44.74%
B 114 of 380 ~ 30%

%25.26
%44.74
%30

CMYK color model

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

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(44,0,33,33)
C44M0Y33K33 
(44%,0%,33%,33%)
(0.44/0.00/0.33/0.33)	

CMYK percentages

%43.53
%0
%32.94
%33.33

Codes

Color #60AA72 in popluar color models

60AA72
RGB96170114
HSL135°30.33%52.16%
HSB/HSV135°43.53%66.67%
CMYK43.53%0.00%32.94%
33.33%

Color #60AA72 in popluar number systems.

HEX60AA72
Decimal96170114
Binary1100000101010101110010
Octal140252162

Shades and tints

Shades of #60AA72

#60AA72
(96,170,114)
#589B68
(88,155,104)
#508C5E
(80,140,94)
#487D54
(72,125,84)
#406E4A
(64,110,74)
#385F40
(56,95,64)
#305036
(48,80,54)
#28412C
(40,65,44)
#203222
(32,50,34)
#182318
(24,35,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #60AA72

#60AA72
(96,170,114)
#6EB17E
(110,177,126)
#7CB88A
(124,184,138)
#8ABF96
(138,191,150)
#98C6A2
(152,198,162)
#A6CDAE
(166,205,174)
#B4D4BA
(180,212,186)
#C2DBC6
(194,219,198)
#D0E2D2
(208,226,210)
#DEE9DE
(222,233,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60AA72; }

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

This text font color is #60AA72.


Background Color

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

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

This div background color is #60AA72.


Border color

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

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

This div border color is #60AA72.


Opacity

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

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

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

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

This text has shadow with #60AA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60AA72 on black background.


Color preview on white background

This text has color #60AA72 on white background.



Black color preview on #60AA72 background

This text has black color on #60AA72 background.


White color preview on #60AA72 background

This text has white color on #60AA72 background.