COLOR #609D64

HEX: #609D64
RGB: (96,157,100)

Color info

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

RGB color model

#609D64 color RGB value is (96,157,100).

  • red value is 96;
  • green value is 157;
  • blue value is 100.
RGB:
(96,157,100)
(38%,62%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 157 of 255 = 62%
B 100 of 255 = 39%

96
157
100

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

Portions of RGB colors in percentages

R + G + B =
96 + 157 + 100 = 353 (100%)
R 96 of 353 ~ 27.2%
G 157 of 353 ~ 44.48%
B 100 of 353 ~ 28.33%

%27.2
%44.48
%28.33

CMYK color model

#609D64 color CMYK value is (39,0,36,38).

  • cyan value is 38.85%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 38.43%
CMYK:
(39,0,36,38)
C39M0Y36K38 
(39%,0%,36%,38%)
(0.39/0.00/0.36/0.38)	

CMYK percentages

%38.85
%0
%36.31
%38.43

Codes

Color #609D64 in popluar color models

609D64
RGB96157100
HSL124°24.11%49.61%
HSB/HSV124°38.85%61.57%
CMYK38.85%0.00%36.31%
38.43%

Color #609D64 in popluar number systems.

HEX609D64
Decimal96157100
Binary1100000100111011100100
Octal140235144

Shades and tints

Shades of #609D64

#609D64
(96,157,100)
#588F5B
(88,143,91)
#508152
(80,129,82)
#487349
(72,115,73)
#406540
(64,101,64)
#385737
(56,87,55)
#30492E
(48,73,46)
#283B25
(40,59,37)
#202D1C
(32,45,28)
#181F13
(24,31,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #609D64

#609D64
(96,157,100)
#6EA572
(110,165,114)
#7CAD80
(124,173,128)
#8AB58E
(138,181,142)
#98BD9C
(152,189,156)
#A6C5AA
(166,197,170)
#B4CDB8
(180,205,184)
#C2D5C6
(194,213,198)
#D0DDD4
(208,221,212)
#DEE5E2
(222,229,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609D64 color. Also use rgb(96,157,100) instead hex code.

Text Font Color

.myTextColor { color: #609D64; }

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

This text font color is #609D64.


Background Color

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

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

This div background color is #609D64.


Border color

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

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

This div border color is #609D64.


Opacity

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

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

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

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

This text has shadow with #609D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609D64 on black background.


Color preview on white background

This text has color #609D64 on white background.



Black color preview on #609D64 background

This text has black color on #609D64 background.


White color preview on #609D64 background

This text has white color on #609D64 background.