COLOR #60A976

HEX: #60A976
RGB: (96,169,118)

Color info

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

RGB color model

#60A976 color RGB value is (96,169,118).

  • red value is 96;
  • green value is 169;
  • blue value is 118.
RGB:
(96,169,118)
(38%,66%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 169 of 255 = 66%
B 118 of 255 = 46%

96
169
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 169 + 118 = 383 (100%)
R 96 of 383 ~ 25.07%
G 169 of 383 ~ 44.13%
B 118 of 383 ~ 30.81%

%25.07
%44.13
%30.81

CMYK color model

#60A976 color CMYK value is (43,0,30,34).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(43,0,30,34)
C43M0Y30K34 
(43%,0%,30%,34%)
(0.43/0.00/0.30/0.34)	

CMYK percentages

%43.2
%0
%30.18
%33.73

Codes

Color #60A976 in popluar color models

60A976
RGB96169118
HSL138°29.80%51.96%
HSB/HSV138°43.20%66.27%
CMYK43.20%0.00%30.18%
33.73%

Color #60A976 in popluar number systems.

HEX60A976
Decimal96169118
Binary1100000101010011110110
Octal140251166

Shades and tints

Shades of #60A976

#60A976
(96,169,118)
#589A6C
(88,154,108)
#508B62
(80,139,98)
#487C58
(72,124,88)
#406D4E
(64,109,78)
#385E44
(56,94,68)
#304F3A
(48,79,58)
#284030
(40,64,48)
#203126
(32,49,38)
#18221C
(24,34,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #60A976

#60A976
(96,169,118)
#6EB082
(110,176,130)
#7CB78E
(124,183,142)
#8ABE9A
(138,190,154)
#98C5A6
(152,197,166)
#A6CCB2
(166,204,178)
#B4D3BE
(180,211,190)
#C2DACA
(194,218,202)
#D0E1D6
(208,225,214)
#DEE8E2
(222,232,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A976 color. Also use rgb(96,169,118) instead hex code.

Text Font Color

.myTextColor { color: #60A976; }

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

This text font color is #60A976.


Background Color

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

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

This div background color is #60A976.


Border color

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

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

This div border color is #60A976.


Opacity

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

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

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

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

This text has shadow with #60A976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A976 on black background.


Color preview on white background

This text has color #60A976 on white background.



Black color preview on #60A976 background

This text has black color on #60A976 background.


White color preview on #60A976 background

This text has white color on #60A976 background.