COLOR #659F77

HEX: #659F77 RGB: (101,159,119)

Color info

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

RGB color model

#659F77 color RGB value is (101,159,119).

RGB: (101,159,119) (40%, 62%, 47%)

RGB channels and saturation

R 101 of 255 = 40%
G 159 of 255 = 62%
B 119 of 255 = 47%

101
159
119

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

Portions of RGB colors in percentages

R + G + B = 101 + 159 + 119 = 379 (100%)
R 101 of 379 ~ 26.65%
G 159 of 379 ~ 41.95%
B 119 of 379 ~ 31.4'%

%26.65
%41.95
%31.4

CMYK color model

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

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 25.16%
  • key color value is 37.65%

CMYK: (36,0,25,38)
C36M0Y25K38 (36%, 0%, 25%, 38%)
(0.36 / 0.00 / 0.25 / 0.38)

CMYK percentages

%36.48
%0
%25.16
%37.65

Codes

Color #659F77 in popluar color models

65 9F 77
RGB 101 159 119
HSL 139° 23.20% 50.98%
HSB/HSV 139° 36.48% 62.35%
CMYK 36.48% 0.00% 25.16%
37.65%

Color #659F77 in popluar number systems.

HEX 65 9F 77
Decimal 101 159 119
Binary 1100101 10011111 1110111
Octal 145 237 167

Shades and tints

Shades of #659F77

#659F77
(101,159,119)
#5C916D
(92,145,109)
#538363
(83,131,99)
#4A7559
(74,117,89)
#41674F
(65,103,79)
#385945
(56,89,69)
#2F4B3B
(47,75,59)
#263D31
(38,61,49)
#1D2F27
(29,47,39)
#14211D
(20,33,29)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #659F77

#659F77
(101,159,119)
#73A783
(115,167,131)
#81AF8F
(129,175,143)
#8FB79B
(143,183,155)
#9DBFA7
(157,191,167)
#ABC7B3
(171,199,179)
#B9CFBF
(185,207,191)
#C7D7CB
(199,215,203)
#D5DFD7
(213,223,215)
#E3E7E3
(227,231,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659F77; }

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

This text font color is #659F77.

Background Color

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

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

This div background color is #659F77.

Border color

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

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

This div border color is #659F77.

Opacity

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

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

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

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

This text has shadow with #659F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659F77.

Preview

Color preview on black background

This text has color #659F77 on black background.


Color preview on white background

This text has color #659F77 on white background.


Black color preview on #659F77 background

This text has black color on #659F77 background.


White color preview on #659F77 background

This text has white color on #659F77 background.


Related colors

Complementary color

Complementary color for #hex is #9A6088.


I love getcolorcode.com

Triadic colors

1 #77659F and #9F7765 with #659F77 are triadic colors.

2 #779F65 and #9F6577 with #659F77 are triadic colors.