COLOR #6C967D

HEX: #6C967D
RGB: (108,150,125)

Color info

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

RGB color model

#6C967D color RGB value is (108,150,125).

  • red value is 108;
  • green value is 150;
  • blue value is 125.
RGB:
(108,150,125)
(42%,59%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 125 of 255 = 49%

108
150
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 150 + 125 = 383 (100%)
R 108 of 383 ~ 28.2%
G 150 of 383 ~ 39.16%
B 125 of 383 ~ 32.64%

%28.2
%39.16
%32.64

CMYK color model

#6C967D color CMYK value is (28,0,17,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(28,0,17,41)
C28M0Y17K41 
(28%,0%,17%,41%)
(0.28/0.00/0.17/0.41)	

CMYK percentages

%28
%0
%16.67
%41.18

Codes

Color #6C967D in popluar color models

6C967D
RGB108150125
HSL144°16.67%50.59%
HSB/HSV144°28.00%58.82%
CMYK28.00%0.00%16.67%
41.18%

Color #6C967D in popluar number systems.

HEX6C967D
Decimal108150125
Binary1101100100101101111101
Octal154226175

Shades and tints

Shades of #6C967D

#6C967D
(108,150,125)
#638972
(99,137,114)
#5A7C67
(90,124,103)
#516F5C
(81,111,92)
#486251
(72,98,81)
#3F5546
(63,85,70)
#36483B
(54,72,59)
#2D3B30
(45,59,48)
#242E25
(36,46,37)
#1B211A
(27,33,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6C967D

#6C967D
(108,150,125)
#799F88
(121,159,136)
#86A893
(134,168,147)
#93B19E
(147,177,158)
#A0BAA9
(160,186,169)
#ADC3B4
(173,195,180)
#BACCBF
(186,204,191)
#C7D5CA
(199,213,202)
#D4DED5
(212,222,213)
#E1E7E0
(225,231,224)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C967D color. Also use rgb(108,150,125) instead hex code.

Text Font Color

.myTextColor { color: #6C967D; }

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

This text font color is #6C967D.


Background Color

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

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

This div background color is #6C967D.


Border color

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

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

This div border color is #6C967D.


Opacity

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

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

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

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

This text has shadow with #6C967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C967D on black background.


Color preview on white background

This text has color #6C967D on white background.



Black color preview on #6C967D background

This text has black color on #6C967D background.


White color preview on #6C967D background

This text has white color on #6C967D background.