COLOR #609256

HEX: #609256
RGB: (96,146,86)

Color info

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

RGB color model

#609256 color RGB value is (96,146,86).

  • red value is 96;
  • green value is 146;
  • blue value is 86.
RGB:
(96,146,86)
(38%,57%,34%)

RGB channels and saturation

R 96 of 255 = 38%
G 146 of 255 = 57%
B 86 of 255 = 34%

96
146
86

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

Portions of RGB colors in percentages

R + G + B =
96 + 146 + 86 = 328 (100%)
R 96 of 328 ~ 29.27%
G 146 of 328 ~ 44.51%
B 86 of 328 ~ 26.22%

%29.27
%44.51
%26.22

CMYK color model

#609256 color CMYK value is (34,0,41,43).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 42.75%
CMYK:
(34,0,41,43)
C34M0Y41K43 
(34%,0%,41%,43%)
(0.34/0.00/0.41/0.43)	

CMYK percentages

%34.25
%0
%41.1
%42.75

Codes

Color #609256 in popluar color models

609256
RGB9614686
HSL110°25.86%45.49%
HSB/HSV110°41.10%57.25%
CMYK34.25%0.00%41.10%
42.75%

Color #609256 in popluar number systems.

HEX609256
Decimal9614686
Binary1100000100100101010110
Octal140222126

Shades and tints

Shades of #609256

#609256
(96,146,86)
#58854F
(88,133,79)
#507848
(80,120,72)
#486B41
(72,107,65)
#405E3A
(64,94,58)
#385133
(56,81,51)
#30442C
(48,68,44)
#283725
(40,55,37)
#202A1E
(32,42,30)
#181D17
(24,29,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #609256

#609256
(96,146,86)
#6E9B65
(110,155,101)
#7CA474
(124,164,116)
#8AAD83
(138,173,131)
#98B692
(152,182,146)
#A6BFA1
(166,191,161)
#B4C8B0
(180,200,176)
#C2D1BF
(194,209,191)
#D0DACE
(208,218,206)
#DEE3DD
(222,227,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #609256; }

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

This text font color is #609256.


Background Color

.myBgColor { background-color: #609256; }

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

This div background color is #609256.


Border color

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

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

This div border color is #609256.


Opacity

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

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

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

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

This text has shadow with #609256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609256 on black background.


Color preview on white background

This text has color #609256 on white background.



Black color preview on #609256 background

This text has black color on #609256 background.


White color preview on #609256 background

This text has white color on #609256 background.