COLOR #609756

HEX: #609756 RGB: (96,151,86)

Color info

#609756 contains mainly red and green colors. Web safe color of #609756 is #669966 (or #696).

RGB color model

#609756 color RGB value is (96,151,86).

RGB: (96,151,86) (38%, 59%, 34%)

RGB channels and saturation

R 96 of 255 = 38%
G 151 of 255 = 59%
B 86 of 255 = 34%

96
151
86

R + G + B ~ 44%. #609756 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 151 + 86 = 333 (100%)
R 96 of 333 ~ 28.83%
G 151 of 333 ~ 45.35%
B 86 of 333 ~ 25.83'%

%28.83
%45.35
%25.83

CMYK color model

#609756 color CMYK value is (36,0,43,41).

  • cyan value is 36.42%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 40.78%

CMYK: (36,0,43,41)
C36M0Y43K41 (36%, 0%, 43%, 41%)
(0.36 / 0.00 / 0.43 / 0.41)

CMYK percentages

%36.42
%0
%43.05
%40.78

Codes

Color #609756 in popluar color models

60 97 56
RGB 96 151 86
HSL 111° 27.43% 46.47%
HSB/HSV 111° 43.05% 59.22%
CMYK 36.42% 0.00% 43.05%
40.78%

Color #609756 in popluar number systems.

HEX 60 97 56
Decimal 96 151 86
Binary 1100000 10010111 1010110
Octal 140 227 126

Shades and tints

Shades of #609756

#609756
(96,151,86)
#588A4F
(88,138,79)
#507D48
(80,125,72)
#487041
(72,112,65)
#40633A
(64,99,58)
#385633
(56,86,51)
#30492C
(48,73,44)
#283C25
(40,60,37)
#202F1E
(32,47,30)
#182217
(24,34,23)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #609756

#609756
(96,151,86)
#6EA065
(110,160,101)
#7CA974
(124,169,116)
#8AB283
(138,178,131)
#98BB92
(152,187,146)
#A6C4A1
(166,196,161)
#B4CDB0
(180,205,176)
#C2D6BF
(194,214,191)
#D0DFCE
(208,223,206)
#DEE8DD
(222,232,221)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609756 color. Also use rgb(96,151,86) instead hex code.

Text Font Color

.myTextColor { color: #609756; }

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

This text font color is #609756.

Background Color

.myBgColor { background-color: #609756; }

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

This div background color is #609756.

Border color

.myBorderColor { border: 1px solid #609756; }

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

This div border color is #609756.

Opacity

.myOpacity80 { color: #609756; opacity: 0.8; }

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

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

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

This text has shadow with #609756 color.


.textShadow {text-shadow: 3px 3px 1px #609756', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609756; -webkit-box-shadow: 1px 1px 3px 2px #609756; box-shadow:1px 1px 3px 2px #609756;">
Div content here
</div>

This div box has shadow with color #609756.

Preview

Color preview on black background

This text has color #609756 on black background.


Color preview on white background

This text has color #609756 on white background.


Black color preview on #609756 background

This text has black color on #609756 background.


White color preview on #609756 background

This text has white color on #609756 background.


Related colors

Complementary color

Complementary color for #hex is #9F68A9.


I love getcolorcode.com

Triadic colors

1 #566097 and #975660 with #609756 are triadic colors.

2 #569760 and #976056 with #609756 are triadic colors.