COLOR #609F3D

HEX: #609F3D
RGB: (96,159,61)

Color info

#609F3D contains mainly green color. Web safe color of #609F3D is #669933 (or #693).

RGB color model

#609F3D color RGB value is (96,159,61).

  • red value is 96;
  • green value is 159;
  • blue value is 61.
RGB:
(96,159,61)
(38%,62%,24%)

RGB channels and saturation

R 96 of 255 = 38%
G 159 of 255 = 62%
B 61 of 255 = 24%

96
159
61

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

Portions of RGB colors in percentages

R + G + B =
96 + 159 + 61 = 316 (100%)
R 96 of 316 ~ 30.38%
G 159 of 316 ~ 50.32%
B 61 of 316 ~ 19.3%

%30.38
%50.32
%19.3

CMYK color model

#609F3D color CMYK value is (40,0,62,38).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 61.64%
  • key color value is 37.65%
CMYK:
(40,0,62,38)
C40M0Y62K38 
(40%,0%,62%,38%)
(0.40/0.00/0.62/0.38)	

CMYK percentages

%39.62
%0
%61.64
%37.65

Codes

Color #609F3D in popluar color models

609F3D
RGB9615961
HSL99°44.55%43.14%
HSB/HSV99°61.64%62.35%
CMYK39.62%0.00%61.64%
37.65%

Color #609F3D in popluar number systems.

HEX609F3D
Decimal9615961
Binary110000010011111111101
Octal14023775

Shades and tints

Shades of #609F3D

#609F3D
(96,159,61)
#589138
(88,145,56)
#508333
(80,131,51)
#48752E
(72,117,46)
#406729
(64,103,41)
#385924
(56,89,36)
#304B1F
(48,75,31)
#283D1A
(40,61,26)
#202F15
(32,47,21)
#182110
(24,33,16)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #609F3D

#609F3D
(96,159,61)
#6EA74E
(110,167,78)
#7CAF5F
(124,175,95)
#8AB770
(138,183,112)
#98BF81
(152,191,129)
#A6C792
(166,199,146)
#B4CFA3
(180,207,163)
#C2D7B4
(194,215,180)
#D0DFC5
(208,223,197)
#DEE7D6
(222,231,214)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609F3D color. Also use rgb(96,159,61) instead hex code.

Text Font Color

.myTextColor { color: #609F3D; }

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

This text font color is #609F3D.


Background Color

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

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

This div background color is #609F3D.


Border color

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

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

This div border color is #609F3D.


Opacity

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

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

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

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

This text has shadow with #609F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609F3D on black background.


Color preview on white background

This text has color #609F3D on white background.



Black color preview on #609F3D background

This text has black color on #609F3D background.


White color preview on #609F3D background

This text has white color on #609F3D background.