COLOR #6C9664

HEX: #6C9664
RGB: (108,150,100)

Color info

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

RGB color model

#6C9664 color RGB value is (108,150,100).

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

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 100 of 255 = 39%

108
150
100

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

Portions of RGB colors in percentages

R + G + B =
108 + 150 + 100 = 358 (100%)
R 108 of 358 ~ 30.17%
G 150 of 358 ~ 41.9%
B 100 of 358 ~ 27.93%

%30.17
%41.9
%27.93

CMYK color model

#6C9664 color CMYK value is (28,0,33,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(28,0,33,41)
C28M0Y33K41 
(28%,0%,33%,41%)
(0.28/0.00/0.33/0.41)	

CMYK percentages

%28
%0
%33.33
%41.18

Codes

Color #6C9664 in popluar color models

6C9664
RGB108150100
HSL110°20.00%49.02%
HSB/HSV110°33.33%58.82%
CMYK28.00%0.00%33.33%
41.18%

Color #6C9664 in popluar number systems.

HEX6C9664
Decimal108150100
Binary1101100100101101100100
Octal154226144

Shades and tints

Shades of #6C9664

#6C9664
(108,150,100)
#63895B
(99,137,91)
#5A7C52
(90,124,82)
#516F49
(81,111,73)
#486240
(72,98,64)
#3F5537
(63,85,55)
#36482E
(54,72,46)
#2D3B25
(45,59,37)
#242E1C
(36,46,28)
#1B2113
(27,33,19)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6C9664

#6C9664
(108,150,100)
#799F72
(121,159,114)
#86A880
(134,168,128)
#93B18E
(147,177,142)
#A0BA9C
(160,186,156)
#ADC3AA
(173,195,170)
#BACCB8
(186,204,184)
#C7D5C6
(199,213,198)
#D4DED4
(212,222,212)
#E1E7E2
(225,231,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9664; }

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

This text font color is #6C9664.


Background Color

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

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

This div background color is #6C9664.


Border color

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

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

This div border color is #6C9664.


Opacity

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

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

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

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

This text has shadow with #6C9664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9664 on black background.


Color preview on white background

This text has color #6C9664 on white background.



Black color preview on #6C9664 background

This text has black color on #6C9664 background.


White color preview on #6C9664 background

This text has white color on #6C9664 background.