COLOR #6D8A22

HEX: #6D8A22
RGB: (109,138,34)

Color info

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

RGB color model

#6D8A22 color RGB value is (109,138,34).

  • red value is 109;
  • green value is 138;
  • blue value is 34.
RGB:
(109,138,34)
(43%,54%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 138 of 255 = 54%
B 34 of 255 = 13%

109
138
34

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

Portions of RGB colors in percentages

R + G + B =
109 + 138 + 34 = 281 (100%)
R 109 of 281 ~ 38.79%
G 138 of 281 ~ 49.11%
B 34 of 281 ~ 12.1%

%38.79
%49.11
%12.1

CMYK color model

#6D8A22 color CMYK value is (21,0,75,46).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 75.36%
  • key color value is 45.88%
CMYK:
(21,0,75,46)
C21M0Y75K46 
(21%,0%,75%,46%)
(0.21/0.00/0.75/0.46)	

CMYK percentages

%21.01
%0
%75.36
%45.88

Codes

Color #6D8A22 in popluar color models

6D8A22
RGB10913834
HSL77°60.47%33.73%
HSB/HSV77°75.36%54.12%
CMYK21.01%0.00%75.36%
45.88%

Color #6D8A22 in popluar number systems.

HEX6D8A22
Decimal10913834
Binary110110110001010100010
Octal15521242

Shades and tints

Shades of #6D8A22

#6D8A22
(109,138,34)
#647E1F
(100,126,31)
#5B721C
(91,114,28)
#526619
(82,102,25)
#495A16
(73,90,22)
#404E13
(64,78,19)
#374210
(55,66,16)
#2E360D
(46,54,13)
#252A0A
(37,42,10)
#1C1E07
(28,30,7)
#131204
(19,18,4)
#000000
(0,0,0)

Tints of #6D8A22

#6D8A22
(109,138,34)
#7A9436
(122,148,54)
#879E4A
(135,158,74)
#94A85E
(148,168,94)
#A1B272
(161,178,114)
#AEBC86
(174,188,134)
#BBC69A
(187,198,154)
#C8D0AE
(200,208,174)
#D5DAC2
(213,218,194)
#E2E4D6
(226,228,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8A22 color. Also use rgb(109,138,34) instead hex code.

Text Font Color

.myTextColor { color: #6D8A22; }

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

This text font color is #6D8A22.


Background Color

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

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

This div background color is #6D8A22.


Border color

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

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

This div border color is #6D8A22.


Opacity

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

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

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

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

This text has shadow with #6D8A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8A22 on black background.


Color preview on white background

This text has color #6D8A22 on white background.



Black color preview on #6D8A22 background

This text has black color on #6D8A22 background.


White color preview on #6D8A22 background

This text has white color on #6D8A22 background.