COLOR #60997A

HEX: #60997A
RGB: (96,153,122)

Color info

#60997A contains red, green and blue colors in about the same proportion. Web safe color of #60997A is #669966 (or #696).

RGB color model

#60997A color RGB value is (96,153,122).

  • red value is 96;
  • green value is 153;
  • blue value is 122.
RGB:
(96,153,122)
(38%,60%,48%)

RGB channels and saturation

R 96 of 255 = 38%
G 153 of 255 = 60%
B 122 of 255 = 48%

96
153
122

R + G + B ~ 49%. #60997A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 153 + 122 = 371 (100%)
R 96 of 371 ~ 25.88%
G 153 of 371 ~ 41.24%
B 122 of 371 ~ 32.88%

%25.88
%41.24
%32.88

CMYK color model

#60997A color CMYK value is (37,0,20,40).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(37,0,20,40)
C37M0Y20K40 
(37%,0%,20%,40%)
(0.37/0.00/0.20/0.40)	

CMYK percentages

%37.25
%0
%20.26
%40

Codes

Color #60997A in popluar color models

60997A
RGB96153122
HSL147°22.89%48.82%
HSB/HSV147°37.25%60.00%
CMYK37.25%0.00%20.26%
40.00%

Color #60997A in popluar number systems.

HEX60997A
Decimal96153122
Binary1100000100110011111010
Octal140231172

Shades and tints

Shades of #60997A

#60997A
(96,153,122)
#588C6F
(88,140,111)
#507F64
(80,127,100)
#487259
(72,114,89)
#40654E
(64,101,78)
#385843
(56,88,67)
#304B38
(48,75,56)
#283E2D
(40,62,45)
#203122
(32,49,34)
#182417
(24,36,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #60997A

#60997A
(96,153,122)
#6EA286
(110,162,134)
#7CAB92
(124,171,146)
#8AB49E
(138,180,158)
#98BDAA
(152,189,170)
#A6C6B6
(166,198,182)
#B4CFC2
(180,207,194)
#C2D8CE
(194,216,206)
#D0E1DA
(208,225,218)
#DEEAE6
(222,234,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60997A color. Also use rgb(96,153,122) instead hex code.

Text Font Color

.myTextColor { color: #60997A; }

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

This text font color is #60997A.


Background Color

.myBgColor { background-color: #60997A; }

<div style="background-color:#60997A">Inner text</div>

This div background color is #60997A.


Border color

.myBorderColor { border: 1px solid #60997A; }

<div style="border:3px solid #60997A">Div</div>

This div border color is #60997A.


Opacity

.myOpacity80 { color: #60997A; opacity: 0.8; }

<p style="color:#60997A;opacity:0.8;">80%</p>

Text with #60997A 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 #60997A;}

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

This text has shadow with #60997A color.

.textShadow {text-shadow: 3px 3px 1px #60997A, 3px 3px 1px red;}

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

This text has shadow with #60997A primary color and red secondary color.


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

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

This text has shadow with #60997A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60997A on black background.


Color preview on white background

This text has color #60997A on white background.



Black color preview on #60997A background

This text has black color on #60997A background.


White color preview on #60997A background

This text has white color on #60997A background.