COLOR #6D9B3A

HEX: #6D9B3A
RGB: (109,155,58)

Color info

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

RGB color model

#6D9B3A color RGB value is (109,155,58).

  • red value is 109;
  • green value is 155;
  • blue value is 58.
RGB:
(109,155,58)
(43%,61%,23%)

RGB channels and saturation

R 109 of 255 = 43%
G 155 of 255 = 61%
B 58 of 255 = 23%

109
155
58

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

Portions of RGB colors in percentages

R + G + B =
109 + 155 + 58 = 322 (100%)
R 109 of 322 ~ 33.85%
G 155 of 322 ~ 48.14%
B 58 of 322 ~ 18.01%

%33.85
%48.14
%18.01

CMYK color model

#6D9B3A color CMYK value is (30,0,63,39).

  • cyan value is 29.68%
  • magenta value is 0.00%
  • yellow value is 62.58%
  • key color value is 39.22%
CMYK:
(30,0,63,39)
C30M0Y63K39 
(30%,0%,63%,39%)
(0.30/0.00/0.63/0.39)	

CMYK percentages

%29.68
%0
%62.58
%39.22

Codes

Color #6D9B3A in popluar color models

6D9B3A
RGB10915558
HSL88°45.54%41.76%
HSB/HSV88°62.58%60.78%
CMYK29.68%0.00%62.58%
39.22%

Color #6D9B3A in popluar number systems.

HEX6D9B3A
Decimal10915558
Binary110110110011011111010
Octal15523372

Shades and tints

Shades of #6D9B3A

#6D9B3A
(109,155,58)
#648D35
(100,141,53)
#5B7F30
(91,127,48)
#52712B
(82,113,43)
#496326
(73,99,38)
#405521
(64,85,33)
#37471C
(55,71,28)
#2E3917
(46,57,23)
#252B12
(37,43,18)
#1C1D0D
(28,29,13)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #6D9B3A

#6D9B3A
(109,155,58)
#7AA44B
(122,164,75)
#87AD5C
(135,173,92)
#94B66D
(148,182,109)
#A1BF7E
(161,191,126)
#AEC88F
(174,200,143)
#BBD1A0
(187,209,160)
#C8DAB1
(200,218,177)
#D5E3C2
(213,227,194)
#E2ECD3
(226,236,211)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9B3A color. Also use rgb(109,155,58) instead hex code.

Text Font Color

.myTextColor { color: #6D9B3A; }

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

This text font color is #6D9B3A.


Background Color

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

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

This div background color is #6D9B3A.


Border color

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

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

This div border color is #6D9B3A.


Opacity

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

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

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

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

This text has shadow with #6D9B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9B3A on black background.


Color preview on white background

This text has color #6D9B3A on white background.



Black color preview on #6D9B3A background

This text has black color on #6D9B3A background.


White color preview on #6D9B3A background

This text has white color on #6D9B3A background.