COLOR #6C966A

HEX: #6C966A
RGB: (108,150,106)

Color info

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

RGB color model

#6C966A color RGB value is (108,150,106).

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

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 106 of 255 = 42%

108
150
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 150 + 106 = 364 (100%)
R 108 of 364 ~ 29.67%
G 150 of 364 ~ 41.21%
B 106 of 364 ~ 29.12%

%29.67
%41.21
%29.12

CMYK color model

#6C966A color CMYK value is (28,0,29,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(28,0,29,41)
C28M0Y29K41 
(28%,0%,29%,41%)
(0.28/0.00/0.29/0.41)	

CMYK percentages

%28
%0
%29.33
%41.18

Codes

Color #6C966A in popluar color models

6C966A
RGB108150106
HSL117°17.32%50.20%
HSB/HSV117°29.33%58.82%
CMYK28.00%0.00%29.33%
41.18%

Color #6C966A in popluar number systems.

HEX6C966A
Decimal108150106
Binary1101100100101101101010
Octal154226152

Shades and tints

Shades of #6C966A

#6C966A
(108,150,106)
#638961
(99,137,97)
#5A7C58
(90,124,88)
#516F4F
(81,111,79)
#486246
(72,98,70)
#3F553D
(63,85,61)
#364834
(54,72,52)
#2D3B2B
(45,59,43)
#242E22
(36,46,34)
#1B2119
(27,33,25)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #6C966A

#6C966A
(108,150,106)
#799F77
(121,159,119)
#86A884
(134,168,132)
#93B191
(147,177,145)
#A0BA9E
(160,186,158)
#ADC3AB
(173,195,171)
#BACCB8
(186,204,184)
#C7D5C5
(199,213,197)
#D4DED2
(212,222,210)
#E1E7DF
(225,231,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C966A; }

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

This text font color is #6C966A.


Background Color

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

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

This div background color is #6C966A.


Border color

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

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

This div border color is #6C966A.


Opacity

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

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

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

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

This text has shadow with #6C966A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C966A on black background.


Color preview on white background

This text has color #6C966A on white background.



Black color preview on #6C966A background

This text has black color on #6C966A background.


White color preview on #6C966A background

This text has white color on #6C966A background.