COLOR #6C9681

HEX: #6C9681
RGB: (108,150,129)

Color info

#6C9681 contains red, green and blue colors in about the same proportion. Web safe color of #6C9681 is #669999 (or #699).

RGB color model

#6C9681 color RGB value is (108,150,129).

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

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 129 of 255 = 51%

108
150
129

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

Portions of RGB colors in percentages

R + G + B =
108 + 150 + 129 = 387 (100%)
R 108 of 387 ~ 27.91%
G 150 of 387 ~ 38.76%
B 129 of 387 ~ 33.33%

%27.91
%38.76
%33.33

CMYK color model

#6C9681 color CMYK value is (28,0,14,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(28,0,14,41)
C28M0Y14K41 
(28%,0%,14%,41%)
(0.28/0.00/0.14/0.41)	

CMYK percentages

%28
%0
%14
%41.18

Codes

Color #6C9681 in popluar color models

6C9681
RGB108150129
HSL150°16.67%50.59%
HSB/HSV150°28.00%58.82%
CMYK28.00%0.00%14.00%
41.18%

Color #6C9681 in popluar number systems.

HEX6C9681
Decimal108150129
Binary11011001001011010000001
Octal154226201

Shades and tints

Shades of #6C9681

#6C9681
(108,150,129)
#638976
(99,137,118)
#5A7C6B
(90,124,107)
#516F60
(81,111,96)
#486255
(72,98,85)
#3F554A
(63,85,74)
#36483F
(54,72,63)
#2D3B34
(45,59,52)
#242E29
(36,46,41)
#1B211E
(27,33,30)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6C9681

#6C9681
(108,150,129)
#799F8C
(121,159,140)
#86A897
(134,168,151)
#93B1A2
(147,177,162)
#A0BAAD
(160,186,173)
#ADC3B8
(173,195,184)
#BACCC3
(186,204,195)
#C7D5CE
(199,213,206)
#D4DED9
(212,222,217)
#E1E7E4
(225,231,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9681; }

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

This text font color is #6C9681.


Background Color

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

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

This div background color is #6C9681.


Border color

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

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

This div border color is #6C9681.


Opacity

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

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

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

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

This text has shadow with #6C9681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9681 on black background.


Color preview on white background

This text has color #6C9681 on white background.



Black color preview on #6C9681 background

This text has black color on #6C9681 background.


White color preview on #6C9681 background

This text has white color on #6C9681 background.