COLOR #609B62

HEX: #609B62
RGB: (96,155,98)

Color info

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

RGB color model

#609B62 color RGB value is (96,155,98).

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

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 98 of 255 = 38%

96
155
98

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 98 = 349 (100%)
R 96 of 349 ~ 27.51%
G 155 of 349 ~ 44.41%
B 98 of 349 ~ 28.08%

%27.51
%44.41
%28.08

CMYK color model

#609B62 color CMYK value is (38,0,37,39).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(38,0,37,39)
C38M0Y37K39 
(38%,0%,37%,39%)
(0.38/0.00/0.37/0.39)	

CMYK percentages

%38.06
%0
%36.77
%39.22

Codes

Color #609B62 in popluar color models

609B62
RGB9615598
HSL122°23.51%49.22%
HSB/HSV122°38.06%60.78%
CMYK38.06%0.00%36.77%
39.22%

Color #609B62 in popluar number systems.

HEX609B62
Decimal9615598
Binary1100000100110111100010
Octal140233142

Shades and tints

Shades of #609B62

#609B62
(96,155,98)
#588D5A
(88,141,90)
#507F52
(80,127,82)
#48714A
(72,113,74)
#406342
(64,99,66)
#38553A
(56,85,58)
#304732
(48,71,50)
#28392A
(40,57,42)
#202B22
(32,43,34)
#181D1A
(24,29,26)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #609B62

#609B62
(96,155,98)
#6EA470
(110,164,112)
#7CAD7E
(124,173,126)
#8AB68C
(138,182,140)
#98BF9A
(152,191,154)
#A6C8A8
(166,200,168)
#B4D1B6
(180,209,182)
#C2DAC4
(194,218,196)
#D0E3D2
(208,227,210)
#DEECE0
(222,236,224)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609B62; }

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

This text font color is #609B62.


Background Color

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

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

This div background color is #609B62.


Border color

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

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

This div border color is #609B62.


Opacity

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

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

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

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

This text has shadow with #609B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609B62 on black background.


Color preview on white background

This text has color #609B62 on white background.



Black color preview on #609B62 background

This text has black color on #609B62 background.


White color preview on #609B62 background

This text has white color on #609B62 background.