COLOR #609C6B

HEX: #609C6B
RGB: (96,156,107)

Color info

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

RGB color model

#609C6B color RGB value is (96,156,107).

  • red value is 96;
  • green value is 156;
  • blue value is 107.
RGB:
(96,156,107)
(38%,61%,42%)

RGB channels and saturation

R 96 of 255 = 38%
G 156 of 255 = 61%
B 107 of 255 = 42%

96
156
107

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

Portions of RGB colors in percentages

R + G + B =
96 + 156 + 107 = 359 (100%)
R 96 of 359 ~ 26.74%
G 156 of 359 ~ 43.45%
B 107 of 359 ~ 29.81%

%26.74
%43.45
%29.81

CMYK color model

#609C6B color CMYK value is (38,0,31,39).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%
CMYK:
(38,0,31,39)
C38M0Y31K39 
(38%,0%,31%,39%)
(0.38/0.00/0.31/0.39)	

CMYK percentages

%38.46
%0
%31.41
%38.82

Codes

Color #609C6B in popluar color models

609C6B
RGB96156107
HSL131°23.81%49.41%
HSB/HSV131°38.46%61.18%
CMYK38.46%0.00%31.41%
38.82%

Color #609C6B in popluar number systems.

HEX609C6B
Decimal96156107
Binary1100000100111001101011
Octal140234153

Shades and tints

Shades of #609C6B

#609C6B
(96,156,107)
#588E62
(88,142,98)
#508059
(80,128,89)
#487250
(72,114,80)
#406447
(64,100,71)
#38563E
(56,86,62)
#304835
(48,72,53)
#283A2C
(40,58,44)
#202C23
(32,44,35)
#181E1A
(24,30,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #609C6B

#609C6B
(96,156,107)
#6EA578
(110,165,120)
#7CAE85
(124,174,133)
#8AB792
(138,183,146)
#98C09F
(152,192,159)
#A6C9AC
(166,201,172)
#B4D2B9
(180,210,185)
#C2DBC6
(194,219,198)
#D0E4D3
(208,228,211)
#DEEDE0
(222,237,224)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609C6B color. Also use rgb(96,156,107) instead hex code.

Text Font Color

.myTextColor { color: #609C6B; }

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

This text font color is #609C6B.


Background Color

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

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

This div background color is #609C6B.


Border color

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

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

This div border color is #609C6B.


Opacity

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

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

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

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

This text has shadow with #609C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609C6B on black background.


Color preview on white background

This text has color #609C6B on white background.



Black color preview on #609C6B background

This text has black color on #609C6B background.


White color preview on #609C6B background

This text has white color on #609C6B background.