COLOR #609E7E

HEX: #609E7E RGB: (96,158,126)

Color info

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

RGB color model

#609E7E color RGB value is (96,158,126).

RGB: (96,158,126) (38%, 62%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 158 of 255 = 62%
B 126 of 255 = 49%

96
158
126

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

Portions of RGB colors in percentages

R + G + B = 96 + 158 + 126 = 380 (100%)
R 96 of 380 ~ 25.26%
G 158 of 380 ~ 41.58%
B 126 of 380 ~ 33.16'%

%25.26
%41.58
%33.16

CMYK color model

#609E7E color CMYK value is (39,0,20,38).

  • cyan value is 39.24%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK: (39,0,20,38) C39M0Y20K38 (39%,0%,20%,38%) (0.39/0.00/0.20/0.38) 

CMYK percentages

%39.24
%0
%20.25
%38.04

Codes

Color #609E7E in popluar color models

60 9E 7E
RGB 96 158 126
HSL 149° 24.41% 49.80%
HSB/HSV 149° 39.24% 61.96%
CMYK 39.24% 0.00% 20.25%
38.04%

Color #609E7E in popluar number systems.

HEX 60 9E 7E
Decimal 96 158 126
Binary 1100000 10011110 1111110
Octal 140 236 176

Shades and tints

Shades of #609E7E

#609E7E
(96,158,126)
#589073
(88,144,115)
#508268
(80,130,104)
#48745D
(72,116,93)
#406652
(64,102,82)
#385847
(56,88,71)
#304A3C
(48,74,60)
#283C31
(40,60,49)
#202E26
(32,46,38)
#18201B
(24,32,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #609E7E

#609E7E
(96,158,126)
#6EA689
(110,166,137)
#7CAE94
(124,174,148)
#8AB69F
(138,182,159)
#98BEAA
(152,190,170)
#A6C6B5
(166,198,181)
#B4CEC0
(180,206,192)
#C2D6CB
(194,214,203)
#D0DED6
(208,222,214)
#DEE6E1
(222,230,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609E7E color. Also use rgb(96,158,126) instead hex code.

Text Font Color

.myTextColor { color: #609E7E; }

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

This text font color is #609E7E.

Background Color

.myBgColor { background-color: #609E7E; }

<div style="background-color:#609E7E">Inner text</div>

This div background color is #609E7E.

Border color

.myBorderColor { border: 1px solid #609E7E; }

<div style="border:3px solid #609E7E">Div</div>

This div border color is #609E7E.

Opacity

.myOpacity80 { color: #609E7E; opacity: 0.8; }

<p style="color:#609E7E;opacity:0.8;">80%</p>

Text with #609E7E 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 #609E7E;}

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

This text has shadow with #609E7E color.


.textShadow {text-shadow: 3px 3px 1px #609E7E', 3px 3px 1px red;}

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

This text has shadow with #609E7E primary color and red secondary color.


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

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

This text has shadow with #609E7E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609E7E; -webkit-box-shadow: 1px 1px 3px 2px #609E7E; box-shadow:1px 1px 3px 2px #609E7E;">
Div content here
</div>

This div box has shadow with color #609E7E.

Preview

Color preview on black background

This text has color #609E7E on black background.


Color preview on white background

This text has color #609E7E on white background.


Black color preview on #609E7E background

This text has black color on #609E7E background.


White color preview on #609E7E background

This text has white color on #609E7E background.


Related colors

Complementary color

Complementary color for #hex is #9F6181.


I love getcolorcode.com

Triadic colors

1 #7E609E and #9E7E60 with #609E7E are triadic colors.

2 #7E9E60 and #9E607E with #609E7E are triadic colors.