COLOR #6C956B

HEX: #6C956B
RGB: (108,149,107)

Color info

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

RGB color model

#6C956B color RGB value is (108,149,107).

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

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 107 of 255 = 42%

108
149
107

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

Portions of RGB colors in percentages

R + G + B =
108 + 149 + 107 = 364 (100%)
R 108 of 364 ~ 29.67%
G 149 of 364 ~ 40.93%
B 107 of 364 ~ 29.4%

%29.67
%40.93
%29.4

CMYK color model

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

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(28,0,28,42)
C28M0Y28K42 
(28%,0%,28%,42%)
(0.28/0.00/0.28/0.42)	

CMYK percentages

%27.52
%0
%28.19
%41.57

Codes

Color #6C956B in popluar color models

6C956B
RGB108149107
HSL119°16.54%50.20%
HSB/HSV119°28.19%58.43%
CMYK27.52%0.00%28.19%
41.57%

Color #6C956B in popluar number systems.

HEX6C956B
Decimal108149107
Binary1101100100101011101011
Octal154225153

Shades and tints

Shades of #6C956B

#6C956B
(108,149,107)
#638862
(99,136,98)
#5A7B59
(90,123,89)
#516E50
(81,110,80)
#486147
(72,97,71)
#3F543E
(63,84,62)
#364735
(54,71,53)
#2D3A2C
(45,58,44)
#242D23
(36,45,35)
#1B201A
(27,32,26)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6C956B

#6C956B
(108,149,107)
#799E78
(121,158,120)
#86A785
(134,167,133)
#93B092
(147,176,146)
#A0B99F
(160,185,159)
#ADC2AC
(173,194,172)
#BACBB9
(186,203,185)
#C7D4C6
(199,212,198)
#D4DDD3
(212,221,211)
#E1E6E0
(225,230,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C956B; }

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

This text font color is #6C956B.


Background Color

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

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

This div background color is #6C956B.


Border color

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

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

This div border color is #6C956B.


Opacity

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

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

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

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

This text has shadow with #6C956B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C956B on black background.


Color preview on white background

This text has color #6C956B on white background.



Black color preview on #6C956B background

This text has black color on #6C956B background.


White color preview on #6C956B background

This text has white color on #6C956B background.