COLOR #60998E

HEX: #60998E
RGB: (96,153,142)

Color info

#60998E contains red, green and blue colors in about the same proportion. Web safe color of #60998E is #669999 (or #699).

RGB color model

#60998E color RGB value is (96,153,142).

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

RGB channels and saturation

R 96 of 255 = 38%
G 153 of 255 = 60%
B 142 of 255 = 56%

96
153
142

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

Portions of RGB colors in percentages

R + G + B =
96 + 153 + 142 = 391 (100%)
R 96 of 391 ~ 24.55%
G 153 of 391 ~ 39.13%
B 142 of 391 ~ 36.32%

%24.55
%39.13
%36.32

CMYK color model

#60998E color CMYK value is (37,0,7,40).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(37,0,7,40)
C37M0Y7K40 
(37%,0%,7%,40%)
(0.37/0.00/0.07/0.40)	

CMYK percentages

%37.25
%0
%7.19
%40

Codes

Color #60998E in popluar color models

60998E
RGB96153142
HSL168°22.89%48.82%
HSB/HSV168°37.25%60.00%
CMYK37.25%0.00%7.19%
40.00%

Color #60998E in popluar number systems.

HEX60998E
Decimal96153142
Binary11000001001100110001110
Octal140231216

Shades and tints

Shades of #60998E

#60998E
(96,153,142)
#588C82
(88,140,130)
#507F76
(80,127,118)
#48726A
(72,114,106)
#40655E
(64,101,94)
#385852
(56,88,82)
#304B46
(48,75,70)
#283E3A
(40,62,58)
#20312E
(32,49,46)
#182422
(24,36,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #60998E

#60998E
(96,153,142)
#6EA298
(110,162,152)
#7CABA2
(124,171,162)
#8AB4AC
(138,180,172)
#98BDB6
(152,189,182)
#A6C6C0
(166,198,192)
#B4CFCA
(180,207,202)
#C2D8D4
(194,216,212)
#D0E1DE
(208,225,222)
#DEEAE8
(222,234,232)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60998E color. Also use rgb(96,153,142) instead hex code.

Text Font Color

.myTextColor { color: #60998E; }

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

This text font color is #60998E.


Background Color

.myBgColor { background-color: #60998E; }

<div style="background-color:#60998E">Inner text</div>

This div background color is #60998E.


Border color

.myBorderColor { border: 1px solid #60998E; }

<div style="border:3px solid #60998E">Div</div>

This div border color is #60998E.


Opacity

.myOpacity80 { color: #60998E; opacity: 0.8; }

<p style="color:#60998E;opacity:0.8;">80%</p>

Text with #60998E 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 #60998E;}

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

This text has shadow with #60998E color.

.textShadow {text-shadow: 3px 3px 1px #60998E, 3px 3px 1px red;}

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

This text has shadow with #60998E primary color and red secondary color.


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

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

This text has shadow with #60998E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60998E on black background.


Color preview on white background

This text has color #60998E on white background.



Black color preview on #60998E background

This text has black color on #60998E background.


White color preview on #60998E background

This text has white color on #60998E background.