COLOR #659B5F

HEX: #659B5F RGB: (101,155,95)

Color info

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

RGB color model

#659B5F color RGB value is (101,155,95).

RGB: (101,155,95) (40%, 61%, 37%)

RGB channels and saturation

R 101 of 255 = 40%
G 155 of 255 = 61%
B 95 of 255 = 37%

101
155
95

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

Portions of RGB colors in percentages

R + G + B = 101 + 155 + 95 = 351 (100%)
R 101 of 351 ~ 28.77%
G 155 of 351 ~ 44.16%
B 95 of 351 ~ 27.07'%

%28.77
%44.16
%27.07

CMYK color model

#659B5F color CMYK value is (35,0,39,39).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 39.22%

CMYK: (35,0,39,39)
C35M0Y39K39 (35%, 0%, 39%, 39%)
(0.35 / 0.00 / 0.39 / 0.39)

CMYK percentages

%34.84
%0
%38.71
%39.22

Codes

Color #659B5F in popluar color models

65 9B 5F
RGB 101 155 95
HSL 114° 24.00% 49.02%
HSB/HSV 114° 38.71% 60.78%
CMYK 34.84% 0.00% 38.71%
39.22%

Color #659B5F in popluar number systems.

HEX 65 9B 5F
Decimal 101 155 95
Binary 1100101 10011011 1011111
Octal 145 233 137

Shades and tints

Shades of #659B5F

#659B5F
(101,155,95)
#5C8D57
(92,141,87)
#537F4F
(83,127,79)
#4A7147
(74,113,71)
#41633F
(65,99,63)
#385537
(56,85,55)
#2F472F
(47,71,47)
#263927
(38,57,39)
#1D2B1F
(29,43,31)
#141D17
(20,29,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #659B5F

#659B5F
(101,155,95)
#73A46D
(115,164,109)
#81AD7B
(129,173,123)
#8FB689
(143,182,137)
#9DBF97
(157,191,151)
#ABC8A5
(171,200,165)
#B9D1B3
(185,209,179)
#C7DAC1
(199,218,193)
#D5E3CF
(213,227,207)
#E3ECDD
(227,236,221)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659B5F color. Also use rgb(101,155,95) instead hex code.

Text Font Color

.myTextColor { color: #659B5F; }

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

This text font color is #659B5F.

Background Color

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

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

This div background color is #659B5F.

Border color

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

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

This div border color is #659B5F.

Opacity

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

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

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

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

This text has shadow with #659B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659B5F.

Preview

Color preview on black background

This text has color #659B5F on black background.


Color preview on white background

This text has color #659B5F on white background.


Black color preview on #659B5F background

This text has black color on #659B5F background.


White color preview on #659B5F background

This text has white color on #659B5F background.


Related colors

Complementary color

Complementary color for #hex is #9A64A0.


I love getcolorcode.com

Triadic colors

1 #5F659B and #9B5F65 with #659B5F are triadic colors.

2 #5F9B65 and #9B655F with #659B5F are triadic colors.