COLOR #6C9A6D

HEX: #6C9A6D
RGB: (108,154,109)

Color info

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

RGB color model

#6C9A6D color RGB value is (108,154,109).

  • red value is 108;
  • green value is 154;
  • blue value is 109.
RGB:
(108,154,109)
(42%,60%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 154 of 255 = 60%
B 109 of 255 = 43%

108
154
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 154 + 109 = 371 (100%)
R 108 of 371 ~ 29.11%
G 154 of 371 ~ 41.51%
B 109 of 371 ~ 29.38%

%29.11
%41.51
%29.38

CMYK color model

#6C9A6D color CMYK value is (30,0,29,40).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(30,0,29,40)
C30M0Y29K40 
(30%,0%,29%,40%)
(0.30/0.00/0.29/0.40)	

CMYK percentages

%29.87
%0
%29.22
%39.61

Codes

Color #6C9A6D in popluar color models

6C9A6D
RGB108154109
HSL121°18.55%51.37%
HSB/HSV121°29.87%60.39%
CMYK29.87%0.00%29.22%
39.61%

Color #6C9A6D in popluar number systems.

HEX6C9A6D
Decimal108154109
Binary1101100100110101101101
Octal154232155

Shades and tints

Shades of #6C9A6D

#6C9A6D
(108,154,109)
#638C64
(99,140,100)
#5A7E5B
(90,126,91)
#517052
(81,112,82)
#486249
(72,98,73)
#3F5440
(63,84,64)
#364637
(54,70,55)
#2D382E
(45,56,46)
#242A25
(36,42,37)
#1B1C1C
(27,28,28)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #6C9A6D

#6C9A6D
(108,154,109)
#79A37A
(121,163,122)
#86AC87
(134,172,135)
#93B594
(147,181,148)
#A0BEA1
(160,190,161)
#ADC7AE
(173,199,174)
#BAD0BB
(186,208,187)
#C7D9C8
(199,217,200)
#D4E2D5
(212,226,213)
#E1EBE2
(225,235,226)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9A6D color. Also use rgb(108,154,109) instead hex code.

Text Font Color

.myTextColor { color: #6C9A6D; }

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

This text font color is #6C9A6D.


Background Color

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

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

This div background color is #6C9A6D.


Border color

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

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

This div border color is #6C9A6D.


Opacity

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

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

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

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

This text has shadow with #6C9A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9A6D on black background.


Color preview on white background

This text has color #6C9A6D on white background.



Black color preview on #6C9A6D background

This text has black color on #6C9A6D background.


White color preview on #6C9A6D background

This text has white color on #6C9A6D background.