COLOR #609B76

HEX: #609B76
RGB: (96,155,118)

Color info

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

RGB color model

#609B76 color RGB value is (96,155,118).

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

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 118 of 255 = 46%

96
155
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 118 = 369 (100%)
R 96 of 369 ~ 26.02%
G 155 of 369 ~ 42.01%
B 118 of 369 ~ 31.98%

%26.02
%42.01
%31.98

CMYK color model

#609B76 color CMYK value is (38,0,24,39).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK:
(38,0,24,39)
C38M0Y24K39 
(38%,0%,24%,39%)
(0.38/0.00/0.24/0.39)	

CMYK percentages

%38.06
%0
%23.87
%39.22

Codes

Color #609B76 in popluar color models

609B76
RGB96155118
HSL142°23.51%49.22%
HSB/HSV142°38.06%60.78%
CMYK38.06%0.00%23.87%
39.22%

Color #609B76 in popluar number systems.

HEX609B76
Decimal96155118
Binary1100000100110111110110
Octal140233166

Shades and tints

Shades of #609B76

#609B76
(96,155,118)
#588D6C
(88,141,108)
#507F62
(80,127,98)
#487158
(72,113,88)
#40634E
(64,99,78)
#385544
(56,85,68)
#30473A
(48,71,58)
#283930
(40,57,48)
#202B26
(32,43,38)
#181D1C
(24,29,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #609B76

#609B76
(96,155,118)
#6EA482
(110,164,130)
#7CAD8E
(124,173,142)
#8AB69A
(138,182,154)
#98BFA6
(152,191,166)
#A6C8B2
(166,200,178)
#B4D1BE
(180,209,190)
#C2DACA
(194,218,202)
#D0E3D6
(208,227,214)
#DEECE2
(222,236,226)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609B76; }

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

This text font color is #609B76.


Background Color

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

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

This div background color is #609B76.


Border color

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

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

This div border color is #609B76.


Opacity

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

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

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

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

This text has shadow with #609B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609B76 on black background.


Color preview on white background

This text has color #609B76 on white background.



Black color preview on #609B76 background

This text has black color on #609B76 background.


White color preview on #609B76 background

This text has white color on #609B76 background.