COLOR #659D61

HEX: #659D61
RGB: (101,157,97)

Color info

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

RGB color model

#659D61 color RGB value is (101,157,97).

  • red value is 101;
  • green value is 157;
  • blue value is 97.
RGB:
(101,157,97)
(40%,62%,38%)

RGB channels and saturation

R 101 of 255 = 40%
G 157 of 255 = 62%
B 97 of 255 = 38%

101
157
97

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

Portions of RGB colors in percentages

R + G + B =
101 + 157 + 97 = 355 (100%)
R 101 of 355 ~ 28.45%
G 157 of 355 ~ 44.23%
B 97 of 355 ~ 27.32%

%28.45
%44.23
%27.32

CMYK color model

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

  • cyan value is 35.67%
  • magenta value is 0.00%
  • yellow value is 38.22%
  • key color value is 38.43%
CMYK:
(36,0,38,38)
C36M0Y38K38 
(36%,0%,38%,38%)
(0.36/0.00/0.38/0.38)	

CMYK percentages

%35.67
%0
%38.22
%38.43

Codes

Color #659D61 in popluar color models

659D61
RGB10115797
HSL116°23.62%49.80%
HSB/HSV116°38.22%61.57%
CMYK35.67%0.00%38.22%
38.43%

Color #659D61 in popluar number systems.

HEX659D61
Decimal10115797
Binary1100101100111011100001
Octal145235141

Shades and tints

Shades of #659D61

#659D61
(101,157,97)
#5C8F59
(92,143,89)
#538151
(83,129,81)
#4A7349
(74,115,73)
#416541
(65,101,65)
#385739
(56,87,57)
#2F4931
(47,73,49)
#263B29
(38,59,41)
#1D2D21
(29,45,33)
#141F19
(20,31,25)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #659D61

#659D61
(101,157,97)
#73A56F
(115,165,111)
#81AD7D
(129,173,125)
#8FB58B
(143,181,139)
#9DBD99
(157,189,153)
#ABC5A7
(171,197,167)
#B9CDB5
(185,205,181)
#C7D5C3
(199,213,195)
#D5DDD1
(213,221,209)
#E3E5DF
(227,229,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659D61 color. Also use rgb(101,157,97) instead hex code.

Text Font Color

.myTextColor { color: #659D61; }

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

This text font color is #659D61.


Background Color

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

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

This div background color is #659D61.


Border color

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

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

This div border color is #659D61.


Opacity

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

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

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

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

This text has shadow with #659D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659D61 on black background.


Color preview on white background

This text has color #659D61 on white background.



Black color preview on #659D61 background

This text has black color on #659D61 background.


White color preview on #659D61 background

This text has white color on #659D61 background.