COLOR #609B6D

HEX: #609B6D
RGB: (96,155,109)

Color info

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

RGB color model

#609B6D color RGB value is (96,155,109).

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

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 109 of 255 = 43%

96
155
109

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 109 = 360 (100%)
R 96 of 360 ~ 26.67%
G 155 of 360 ~ 43.06%
B 109 of 360 ~ 30.28%

%26.67
%43.06
%30.28

CMYK color model

#609B6D color CMYK value is (38,0,30,39).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(38,0,30,39)
C38M0Y30K39 
(38%,0%,30%,39%)
(0.38/0.00/0.30/0.39)	

CMYK percentages

%38.06
%0
%29.68
%39.22

Codes

Color #609B6D in popluar color models

609B6D
RGB96155109
HSL133°23.51%49.22%
HSB/HSV133°38.06%60.78%
CMYK38.06%0.00%29.68%
39.22%

Color #609B6D in popluar number systems.

HEX609B6D
Decimal96155109
Binary1100000100110111101101
Octal140233155

Shades and tints

Shades of #609B6D

#609B6D
(96,155,109)
#588D64
(88,141,100)
#507F5B
(80,127,91)
#487152
(72,113,82)
#406349
(64,99,73)
#385540
(56,85,64)
#304737
(48,71,55)
#28392E
(40,57,46)
#202B25
(32,43,37)
#181D1C
(24,29,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #609B6D

#609B6D
(96,155,109)
#6EA47A
(110,164,122)
#7CAD87
(124,173,135)
#8AB694
(138,182,148)
#98BFA1
(152,191,161)
#A6C8AE
(166,200,174)
#B4D1BB
(180,209,187)
#C2DAC8
(194,218,200)
#D0E3D5
(208,227,213)
#DEECE2
(222,236,226)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609B6D; }

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

This text font color is #609B6D.


Background Color

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

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

This div background color is #609B6D.


Border color

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

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

This div border color is #609B6D.


Opacity

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

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

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

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

This text has shadow with #609B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609B6D on black background.


Color preview on white background

This text has color #609B6D on white background.



Black color preview on #609B6D background

This text has black color on #609B6D background.


White color preview on #609B6D background

This text has white color on #609B6D background.