COLOR #6C9565

HEX: #6C9565
RGB: (108,149,101)

Color info

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

RGB color model

#6C9565 color RGB value is (108,149,101).

  • red value is 108;
  • green value is 149;
  • blue value is 101.
RGB:
(108,149,101)
(42%,58%,40%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 101 of 255 = 40%

108
149
101

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

Portions of RGB colors in percentages

R + G + B =
108 + 149 + 101 = 358 (100%)
R 108 of 358 ~ 30.17%
G 149 of 358 ~ 41.62%
B 101 of 358 ~ 28.21%

%30.17
%41.62
%28.21

CMYK color model

#6C9565 color CMYK value is (28,0,32,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 32.21%
  • key color value is 41.57%
CMYK:
(28,0,32,42)
C28M0Y32K42 
(28%,0%,32%,42%)
(0.28/0.00/0.32/0.42)	

CMYK percentages

%27.52
%0
%32.21
%41.57

Codes

Color #6C9565 in popluar color models

6C9565
RGB108149101
HSL111°19.20%49.02%
HSB/HSV111°32.21%58.43%
CMYK27.52%0.00%32.21%
41.57%

Color #6C9565 in popluar number systems.

HEX6C9565
Decimal108149101
Binary1101100100101011100101
Octal154225145

Shades and tints

Shades of #6C9565

#6C9565
(108,149,101)
#63885C
(99,136,92)
#5A7B53
(90,123,83)
#516E4A
(81,110,74)
#486141
(72,97,65)
#3F5438
(63,84,56)
#36472F
(54,71,47)
#2D3A26
(45,58,38)
#242D1D
(36,45,29)
#1B2014
(27,32,20)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #6C9565

#6C9565
(108,149,101)
#799E73
(121,158,115)
#86A781
(134,167,129)
#93B08F
(147,176,143)
#A0B99D
(160,185,157)
#ADC2AB
(173,194,171)
#BACBB9
(186,203,185)
#C7D4C7
(199,212,199)
#D4DDD5
(212,221,213)
#E1E6E3
(225,230,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9565 color. Also use rgb(108,149,101) instead hex code.

Text Font Color

.myTextColor { color: #6C9565; }

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

This text font color is #6C9565.


Background Color

.myBgColor { background-color: #6C9565; }

<div style="background-color:#6C9565">Inner text</div>

This div background color is #6C9565.


Border color

.myBorderColor { border: 1px solid #6C9565; }

<div style="border:3px solid #6C9565">Div</div>

This div border color is #6C9565.


Opacity

.myOpacity80 { color: #6C9565; opacity: 0.8; }

<p style="color:#6C9565;opacity:0.8;">80%</p>

Text with #6C9565 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 #6C9565;}

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

This text has shadow with #6C9565 color.

.textShadow {text-shadow: 3px 3px 1px #6C9565, 3px 3px 1px red;}

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

This text has shadow with #6C9565 primary color and red secondary color.


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

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

This text has shadow with #6C9565 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9565 on black background.


Color preview on white background

This text has color #6C9565 on white background.



Black color preview on #6C9565 background

This text has black color on #6C9565 background.


White color preview on #6C9565 background

This text has white color on #6C9565 background.