COLOR #6C9969

HEX: #6C9969
RGB: (108,153,105)

Color info

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

RGB color model

#6C9969 color RGB value is (108,153,105).

  • red value is 108;
  • green value is 153;
  • blue value is 105.
RGB:
(108,153,105)
(42%,60%,41%)

RGB channels and saturation

R 108 of 255 = 42%
G 153 of 255 = 60%
B 105 of 255 = 41%

108
153
105

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 105 = 366 (100%)
R 108 of 366 ~ 29.51%
G 153 of 366 ~ 41.8%
B 105 of 366 ~ 28.69%

%29.51
%41.8
%28.69

CMYK color model

#6C9969 color CMYK value is (29,0,31,40).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(29,0,31,40)
C29M0Y31K40 
(29%,0%,31%,40%)
(0.29/0.00/0.31/0.40)	

CMYK percentages

%29.41
%0
%31.37
%40

Codes

Color #6C9969 in popluar color models

6C9969
RGB108153105
HSL116°19.05%50.59%
HSB/HSV116°31.37%60.00%
CMYK29.41%0.00%31.37%
40.00%

Color #6C9969 in popluar number systems.

HEX6C9969
Decimal108153105
Binary1101100100110011101001
Octal154231151

Shades and tints

Shades of #6C9969

#6C9969
(108,153,105)
#638C60
(99,140,96)
#5A7F57
(90,127,87)
#51724E
(81,114,78)
#486545
(72,101,69)
#3F583C
(63,88,60)
#364B33
(54,75,51)
#2D3E2A
(45,62,42)
#243121
(36,49,33)
#1B2418
(27,36,24)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #6C9969

#6C9969
(108,153,105)
#79A276
(121,162,118)
#86AB83
(134,171,131)
#93B490
(147,180,144)
#A0BD9D
(160,189,157)
#ADC6AA
(173,198,170)
#BACFB7
(186,207,183)
#C7D8C4
(199,216,196)
#D4E1D1
(212,225,209)
#E1EADE
(225,234,222)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9969 color. Also use rgb(108,153,105) instead hex code.

Text Font Color

.myTextColor { color: #6C9969; }

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

This text font color is #6C9969.


Background Color

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

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

This div background color is #6C9969.


Border color

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

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

This div border color is #6C9969.


Opacity

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

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

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

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

This text has shadow with #6C9969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9969 on black background.


Color preview on white background

This text has color #6C9969 on white background.



Black color preview on #6C9969 background

This text has black color on #6C9969 background.


White color preview on #6C9969 background

This text has white color on #6C9969 background.