COLOR #659F59

HEX: #659F59
RGB: (101,159,89)

Color info

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

RGB color model

#659F59 color RGB value is (101,159,89).

  • red value is 101;
  • green value is 159;
  • blue value is 89.
RGB:
(101,159,89)
(40%,62%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 159 of 255 = 62%
B 89 of 255 = 35%

101
159
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 159 + 89 = 349 (100%)
R 101 of 349 ~ 28.94%
G 159 of 349 ~ 45.56%
B 89 of 349 ~ 25.5%

%28.94
%45.56
%25.5

CMYK color model

#659F59 color CMYK value is (36,0,44,38).

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 37.65%
CMYK:
(36,0,44,38)
C36M0Y44K38 
(36%,0%,44%,38%)
(0.36/0.00/0.44/0.38)	

CMYK percentages

%36.48
%0
%44.03
%37.65

Codes

Color #659F59 in popluar color models

659F59
RGB10115989
HSL110°28.23%48.63%
HSB/HSV110°44.03%62.35%
CMYK36.48%0.00%44.03%
37.65%

Color #659F59 in popluar number systems.

HEX659F59
Decimal10115989
Binary1100101100111111011001
Octal145237131

Shades and tints

Shades of #659F59

#659F59
(101,159,89)
#5C9151
(92,145,81)
#538349
(83,131,73)
#4A7541
(74,117,65)
#416739
(65,103,57)
#385931
(56,89,49)
#2F4B29
(47,75,41)
#263D21
(38,61,33)
#1D2F19
(29,47,25)
#142111
(20,33,17)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #659F59

#659F59
(101,159,89)
#73A768
(115,167,104)
#81AF77
(129,175,119)
#8FB786
(143,183,134)
#9DBF95
(157,191,149)
#ABC7A4
(171,199,164)
#B9CFB3
(185,207,179)
#C7D7C2
(199,215,194)
#D5DFD1
(213,223,209)
#E3E7E0
(227,231,224)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659F59 color. Also use rgb(101,159,89) instead hex code.

Text Font Color

.myTextColor { color: #659F59; }

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

This text font color is #659F59.


Background Color

.myBgColor { background-color: #659F59; }

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

This div background color is #659F59.


Border color

.myBorderColor { border: 1px solid #659F59; }

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

This div border color is #659F59.


Opacity

.myOpacity80 { color: #659F59; opacity: 0.8; }

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

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

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

This text has shadow with #659F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659F59 on black background.


Color preview on white background

This text has color #659F59 on white background.



Black color preview on #659F59 background

This text has black color on #659F59 background.


White color preview on #659F59 background

This text has white color on #659F59 background.