COLOR #609B7B

HEX: #609B7B
RGB: (96,155,123)

Color info

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

RGB color model

#609B7B color RGB value is (96,155,123).

  • red value is 96;
  • green value is 155;
  • blue value is 123.
RGB:
(96,155,123)
(38%,61%,48%)

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 123 of 255 = 48%

96
155
123

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 123 = 374 (100%)
R 96 of 374 ~ 25.67%
G 155 of 374 ~ 41.44%
B 123 of 374 ~ 32.89%

%25.67
%41.44
%32.89

CMYK color model

#609B7B color CMYK value is (38,0,21,39).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(38,0,21,39)
C38M0Y21K39 
(38%,0%,21%,39%)
(0.38/0.00/0.21/0.39)	

CMYK percentages

%38.06
%0
%20.65
%39.22

Codes

Color #609B7B in popluar color models

609B7B
RGB96155123
HSL147°23.51%49.22%
HSB/HSV147°38.06%60.78%
CMYK38.06%0.00%20.65%
39.22%

Color #609B7B in popluar number systems.

HEX609B7B
Decimal96155123
Binary1100000100110111111011
Octal140233173

Shades and tints

Shades of #609B7B

#609B7B
(96,155,123)
#588D70
(88,141,112)
#507F65
(80,127,101)
#48715A
(72,113,90)
#40634F
(64,99,79)
#385544
(56,85,68)
#304739
(48,71,57)
#28392E
(40,57,46)
#202B23
(32,43,35)
#181D18
(24,29,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #609B7B

#609B7B
(96,155,123)
#6EA487
(110,164,135)
#7CAD93
(124,173,147)
#8AB69F
(138,182,159)
#98BFAB
(152,191,171)
#A6C8B7
(166,200,183)
#B4D1C3
(180,209,195)
#C2DACF
(194,218,207)
#D0E3DB
(208,227,219)
#DEECE7
(222,236,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609B7B color. Also use rgb(96,155,123) instead hex code.

Text Font Color

.myTextColor { color: #609B7B; }

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

This text font color is #609B7B.


Background Color

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

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

This div background color is #609B7B.


Border color

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

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

This div border color is #609B7B.


Opacity

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

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

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

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

This text has shadow with #609B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609B7B on black background.


Color preview on white background

This text has color #609B7B on white background.



Black color preview on #609B7B background

This text has black color on #609B7B background.


White color preview on #609B7B background

This text has white color on #609B7B background.