COLOR #659C6C

HEX: #659C6C RGB: (101,156,108)

Color info

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

RGB color model

#659C6C color RGB value is (101,156,108).

RGB: (101,156,108) (40%, 61%, 42%)

RGB channels and saturation

R 101 of 255 = 40%
G 156 of 255 = 61%
B 108 of 255 = 42%

101
156
108

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

Portions of RGB colors in percentages

R + G + B = 101 + 156 + 108 = 365 (100%)
R 101 of 365 ~ 27.67%
G 156 of 365 ~ 42.74%
B 108 of 365 ~ 29.59'%

%27.67
%42.74
%29.59

CMYK color model

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

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 38.82%
CMYK: (35,0,31,39) C35M0Y31K39 (35%,0%,31%,39%) (0.35/0.00/0.31/0.39) 

CMYK percentages

%35.26
%0
%30.77
%38.82

Codes

Color #659C6C in popluar color models

65 9C 6C
RGB 101 156 108
HSL 128° 21.74% 50.39%
HSB/HSV 128° 35.26% 61.18%
CMYK 35.26% 0.00% 30.77%
38.82%

Color #659C6C in popluar number systems.

HEX 65 9C 6C
Decimal 101 156 108
Binary 1100101 10011100 1101100
Octal 145 234 154

Shades and tints

Shades of #659C6C

#659C6C
(101,156,108)
#5C8E63
(92,142,99)
#53805A
(83,128,90)
#4A7251
(74,114,81)
#416448
(65,100,72)
#38563F
(56,86,63)
#2F4836
(47,72,54)
#263A2D
(38,58,45)
#1D2C24
(29,44,36)
#141E1B
(20,30,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #659C6C

#659C6C
(101,156,108)
#73A579
(115,165,121)
#81AE86
(129,174,134)
#8FB793
(143,183,147)
#9DC0A0
(157,192,160)
#ABC9AD
(171,201,173)
#B9D2BA
(185,210,186)
#C7DBC7
(199,219,199)
#D5E4D4
(213,228,212)
#E3EDE1
(227,237,225)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659C6C; }

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

This text font color is #659C6C.

Background Color

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

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

This div background color is #659C6C.

Border color

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

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

This div border color is #659C6C.

Opacity

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

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

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

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

This text has shadow with #659C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659C6C.

Preview

Color preview on black background

This text has color #659C6C on black background.


Color preview on white background

This text has color #659C6C on white background.


Black color preview on #659C6C background

This text has black color on #659C6C background.


White color preview on #659C6C background

This text has white color on #659C6C background.


Related colors

Complementary color

Complementary color for #hex is #9A6393.


I love getcolorcode.com

Triadic colors

1 #6C659C and #9C6C65 with #659C6C are triadic colors.

2 #6C9C65 and #9C656C with #659C6C are triadic colors.