COLOR #6C946F

HEX: #6C946F
RGB: (108,148,111)

Color info

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

RGB color model

#6C946F color RGB value is (108,148,111).

  • red value is 108;
  • green value is 148;
  • blue value is 111.
RGB:
(108,148,111)
(42%,58%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 148 of 255 = 58%
B 111 of 255 = 44%

108
148
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 148 + 111 = 367 (100%)
R 108 of 367 ~ 29.43%
G 148 of 367 ~ 40.33%
B 111 of 367 ~ 30.25%

%29.43
%40.33
%30.25

CMYK color model

#6C946F color CMYK value is (27,0,25,42).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(27,0,25,42)
C27M0Y25K42 
(27%,0%,25%,42%)
(0.27/0.00/0.25/0.42)	

CMYK percentages

%27.03
%0
%25
%41.96

Codes

Color #6C946F in popluar color models

6C946F
RGB108148111
HSL125°15.75%50.20%
HSB/HSV125°27.03%58.04%
CMYK27.03%0.00%25.00%
41.96%

Color #6C946F in popluar number systems.

HEX6C946F
Decimal108148111
Binary1101100100101001101111
Octal154224157

Shades and tints

Shades of #6C946F

#6C946F
(108,148,111)
#638765
(99,135,101)
#5A7A5B
(90,122,91)
#516D51
(81,109,81)
#486047
(72,96,71)
#3F533D
(63,83,61)
#364633
(54,70,51)
#2D3929
(45,57,41)
#242C1F
(36,44,31)
#1B1F15
(27,31,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #6C946F

#6C946F
(108,148,111)
#799D7C
(121,157,124)
#86A689
(134,166,137)
#93AF96
(147,175,150)
#A0B8A3
(160,184,163)
#ADC1B0
(173,193,176)
#BACABD
(186,202,189)
#C7D3CA
(199,211,202)
#D4DCD7
(212,220,215)
#E1E5E4
(225,229,228)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C946F color. Also use rgb(108,148,111) instead hex code.

Text Font Color

.myTextColor { color: #6C946F; }

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

This text font color is #6C946F.


Background Color

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

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

This div background color is #6C946F.


Border color

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

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

This div border color is #6C946F.


Opacity

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

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

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

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

This text has shadow with #6C946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C946F on black background.


Color preview on white background

This text has color #6C946F on white background.



Black color preview on #6C946F background

This text has black color on #6C946F background.


White color preview on #6C946F background

This text has white color on #6C946F background.