COLOR #659C67

HEX: #659C67
RGB: (101,156,103)

Color info

#659C67 contains red, green and blue colors in about the same proportion. Web safe color of #659C67 is #669966 (or #696).

RGB color model

#659C67 color RGB value is (101,156,103).

  • red value is 101;
  • green value is 156;
  • blue value is 103.
RGB:
(101,156,103)
(40%,61%,40%)

RGB channels and saturation

R 101 of 255 = 40%
G 156 of 255 = 61%
B 103 of 255 = 40%

101
156
103

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

Portions of RGB colors in percentages

R + G + B =
101 + 156 + 103 = 360 (100%)
R 101 of 360 ~ 28.06%
G 156 of 360 ~ 43.33%
B 103 of 360 ~ 28.61%

%28.06
%43.33
%28.61

CMYK color model

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

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 33.97%
  • key color value is 38.82%
CMYK:
(35,0,34,39)
C35M0Y34K39 
(35%,0%,34%,39%)
(0.35/0.00/0.34/0.39)	

CMYK percentages

%35.26
%0
%33.97
%38.82

Codes

Color #659C67 in popluar color models

659C67
RGB101156103
HSL122°21.74%50.39%
HSB/HSV122°35.26%61.18%
CMYK35.26%0.00%33.97%
38.82%

Color #659C67 in popluar number systems.

HEX659C67
Decimal101156103
Binary1100101100111001100111
Octal145234147

Shades and tints

Shades of #659C67

#659C67
(101,156,103)
#5C8E5E
(92,142,94)
#538055
(83,128,85)
#4A724C
(74,114,76)
#416443
(65,100,67)
#38563A
(56,86,58)
#2F4831
(47,72,49)
#263A28
(38,58,40)
#1D2C1F
(29,44,31)
#141E16
(20,30,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #659C67

#659C67
(101,156,103)
#73A574
(115,165,116)
#81AE81
(129,174,129)
#8FB78E
(143,183,142)
#9DC09B
(157,192,155)
#ABC9A8
(171,201,168)
#B9D2B5
(185,210,181)
#C7DBC2
(199,219,194)
#D5E4CF
(213,228,207)
#E3EDDC
(227,237,220)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659C67 color. Also use rgb(101,156,103) instead hex code.

Text Font Color

.myTextColor { color: #659C67; }

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

This text font color is #659C67.


Background Color

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

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

This div background color is #659C67.


Border color

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

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

This div border color is #659C67.


Opacity

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

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

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

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

This text has shadow with #659C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659C67 on black background.


Color preview on white background

This text has color #659C67 on white background.



Black color preview on #659C67 background

This text has black color on #659C67 background.


White color preview on #659C67 background

This text has white color on #659C67 background.