COLOR #6D941C

HEX: #6D941C
RGB: (109,148,28)

Color info

#6D941C contains mainly red and green colors. Web safe color of #6D941C is #669933 (or #693).

RGB color model

#6D941C color RGB value is (109,148,28).

  • red value is 109;
  • green value is 148;
  • blue value is 28.
RGB:
(109,148,28)
(43%,58%,11%)

RGB channels and saturation

R 109 of 255 = 43%
G 148 of 255 = 58%
B 28 of 255 = 11%

109
148
28

R + G + B ~ 37%. #6D941C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 148 + 28 = 285 (100%)
R 109 of 285 ~ 38.25%
G 148 of 285 ~ 51.93%
B 28 of 285 ~ 9.82%

%38.25
%51.93
%9.82

CMYK color model

#6D941C color CMYK value is (26,0,81,42).

  • cyan value is 26.35%
  • magenta value is 0.00%
  • yellow value is 81.08%
  • key color value is 41.96%
CMYK:
(26,0,81,42)
C26M0Y81K42 
(26%,0%,81%,42%)
(0.26/0.00/0.81/0.42)	

CMYK percentages

%26.35
%0
%81.08
%41.96

Codes

Color #6D941C in popluar color models

6D941C
RGB10914828
HSL80°68.18%34.51%
HSB/HSV80°81.08%58.04%
CMYK26.35%0.00%81.08%
41.96%

Color #6D941C in popluar number systems.

HEX6D941C
Decimal10914828
Binary11011011001010011100
Octal15522434

Shades and tints

Shades of #6D941C

#6D941C
(109,148,28)
#64871A
(100,135,26)
#5B7A18
(91,122,24)
#526D16
(82,109,22)
#496014
(73,96,20)
#405312
(64,83,18)
#374610
(55,70,16)
#2E390E
(46,57,14)
#252C0C
(37,44,12)
#1C1F0A
(28,31,10)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #6D941C

#6D941C
(109,148,28)
#7A9D30
(122,157,48)
#87A644
(135,166,68)
#94AF58
(148,175,88)
#A1B86C
(161,184,108)
#AEC180
(174,193,128)
#BBCA94
(187,202,148)
#C8D3A8
(200,211,168)
#D5DCBC
(213,220,188)
#E2E5D0
(226,229,208)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D941C color. Also use rgb(109,148,28) instead hex code.

Text Font Color

.myTextColor { color: #6D941C; }

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

This text font color is #6D941C.


Background Color

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

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

This div background color is #6D941C.


Border color

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

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

This div border color is #6D941C.


Opacity

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

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

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

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

This text has shadow with #6D941C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D941C on black background.


Color preview on white background

This text has color #6D941C on white background.



Black color preview on #6D941C background

This text has black color on #6D941C background.


White color preview on #6D941C background

This text has white color on #6D941C background.