COLOR #6A7909

HEX: #6A7909
RGB: (106,121,9)

Color info

#6A7909 contains mainly red and green colors. Web safe color of #6A7909 is #666600 (or #660).

RGB color model

#6A7909 color RGB value is (106,121,9).

  • red value is 106;
  • green value is 121;
  • blue value is 9.
RGB:
(106,121,9)
(42%,47%,4%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 9 of 255 = 4%

106
121
9

R + G + B ~ 31%. #6A7909 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 121 + 9 = 236 (100%)
R 106 of 236 ~ 44.92%
G 121 of 236 ~ 51.27%
B 9 of 236 ~ 3.81%

%44.92
%51.27

CMYK color model

#6A7909 color CMYK value is (12,0,93,53).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 92.56%
  • key color value is 52.55%
CMYK:
(12,0,93,53)
C12M0Y93K53 
(12%,0%,93%,53%)
(0.12/0.00/0.93/0.53)	

CMYK percentages

%12.4
%0
%92.56
%52.55

Codes

Color #6A7909 in popluar color models

6A7909
RGB1061219
HSL68°86.15%25.49%
HSB/HSV68°92.56%47.45%
CMYK12.40%0.00%92.56%
52.55%

Color #6A7909 in popluar number systems.

HEX6A7909
Decimal1061219
Binary110101011110011001
Octal15217111

Shades and tints

Shades of #6A7909

#6A7909
(106,121,9)
#616E09
(97,110,9)
#586309
(88,99,9)
#4F5809
(79,88,9)
#464D09
(70,77,9)
#3D4209
(61,66,9)
#343709
(52,55,9)
#2B2C09
(43,44,9)
#222109
(34,33,9)
#191609
(25,22,9)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #6A7909

#6A7909
(106,121,9)
#77851F
(119,133,31)
#849135
(132,145,53)
#919D4B
(145,157,75)
#9EA961
(158,169,97)
#ABB577
(171,181,119)
#B8C18D
(184,193,141)
#C5CDA3
(197,205,163)
#D2D9B9
(210,217,185)
#DFE5CF
(223,229,207)
#ECF1E5
(236,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7909 color. Also use rgb(106,121,9) instead hex code.

Text Font Color

.myTextColor { color: #6A7909; }

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

This text font color is #6A7909.


Background Color

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

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

This div background color is #6A7909.


Border color

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

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

This div border color is #6A7909.


Opacity

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

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

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

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

This text has shadow with #6A7909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7909 on black background.


Color preview on white background

This text has color #6A7909 on white background.



Black color preview on #6A7909 background

This text has black color on #6A7909 background.


White color preview on #6A7909 background

This text has white color on #6A7909 background.