COLOR #6C996D

HEX: #6C996D
RGB: (108,153,109)

Color info

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

RGB color model

#6C996D color RGB value is (108,153,109).

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

RGB channels and saturation

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

108
153
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 109 = 370 (100%)
R 108 of 370 ~ 29.19%
G 153 of 370 ~ 41.35%
B 109 of 370 ~ 29.46%

%29.19
%41.35
%29.46

CMYK color model

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

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(29,0,29,40)
C29M0Y29K40 
(29%,0%,29%,40%)
(0.29/0.00/0.29/0.40)	

CMYK percentages

%29.41
%0
%28.76
%40

Codes

Color #6C996D in popluar color models

6C996D
RGB108153109
HSL121°18.07%51.18%
HSB/HSV121°29.41%60.00%
CMYK29.41%0.00%28.76%
40.00%

Color #6C996D in popluar number systems.

HEX6C996D
Decimal108153109
Binary1101100100110011101101
Octal154231155

Shades and tints

Shades of #6C996D

#6C996D
(108,153,109)
#638C64
(99,140,100)
#5A7F5B
(90,127,91)
#517252
(81,114,82)
#486549
(72,101,73)
#3F5840
(63,88,64)
#364B37
(54,75,55)
#2D3E2E
(45,62,46)
#243125
(36,49,37)
#1B241C
(27,36,28)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #6C996D

#6C996D
(108,153,109)
#79A27A
(121,162,122)
#86AB87
(134,171,135)
#93B494
(147,180,148)
#A0BDA1
(160,189,161)
#ADC6AE
(173,198,174)
#BACFBB
(186,207,187)
#C7D8C8
(199,216,200)
#D4E1D5
(212,225,213)
#E1EAE2
(225,234,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C996D; }

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

This text font color is #6C996D.


Background Color

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

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

This div background color is #6C996D.


Border color

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

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

This div border color is #6C996D.


Opacity

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

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

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

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

This text has shadow with #6C996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C996D on black background.


Color preview on white background

This text has color #6C996D on white background.



Black color preview on #6C996D background

This text has black color on #6C996D background.


White color preview on #6C996D background

This text has white color on #6C996D background.