COLOR #609A6F

HEX: #609A6F
RGB: (96,154,111)

Color info

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

RGB color model

#609A6F color RGB value is (96,154,111).

  • red value is 96;
  • green value is 154;
  • blue value is 111.
RGB:
(96,154,111)
(38%,60%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 154 of 255 = 60%
B 111 of 255 = 44%

96
154
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 154 + 111 = 361 (100%)
R 96 of 361 ~ 26.59%
G 154 of 361 ~ 42.66%
B 111 of 361 ~ 30.75%

%26.59
%42.66
%30.75

CMYK color model

#609A6F color CMYK value is (38,0,28,40).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(38,0,28,40)
C38M0Y28K40 
(38%,0%,28%,40%)
(0.38/0.00/0.28/0.40)	

CMYK percentages

%37.66
%0
%27.92
%39.61

Codes

Color #609A6F in popluar color models

609A6F
RGB96154111
HSL136°23.20%49.02%
HSB/HSV136°37.66%60.39%
CMYK37.66%0.00%27.92%
39.61%

Color #609A6F in popluar number systems.

HEX609A6F
Decimal96154111
Binary1100000100110101101111
Octal140232157

Shades and tints

Shades of #609A6F

#609A6F
(96,154,111)
#588C65
(88,140,101)
#507E5B
(80,126,91)
#487051
(72,112,81)
#406247
(64,98,71)
#38543D
(56,84,61)
#304633
(48,70,51)
#283829
(40,56,41)
#202A1F
(32,42,31)
#181C15
(24,28,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #609A6F

#609A6F
(96,154,111)
#6EA37C
(110,163,124)
#7CAC89
(124,172,137)
#8AB596
(138,181,150)
#98BEA3
(152,190,163)
#A6C7B0
(166,199,176)
#B4D0BD
(180,208,189)
#C2D9CA
(194,217,202)
#D0E2D7
(208,226,215)
#DEEBE4
(222,235,228)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609A6F color. Also use rgb(96,154,111) instead hex code.

Text Font Color

.myTextColor { color: #609A6F; }

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

This text font color is #609A6F.


Background Color

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

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

This div background color is #609A6F.


Border color

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

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

This div border color is #609A6F.


Opacity

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

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

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

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

This text has shadow with #609A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609A6F on black background.


Color preview on white background

This text has color #609A6F on white background.



Black color preview on #609A6F background

This text has black color on #609A6F background.


White color preview on #609A6F background

This text has white color on #609A6F background.