COLOR #6A741A

HEX: #6A741A
RGB: (106,116,26)

Color info

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

RGB color model

#6A741A color RGB value is (106,116,26).

  • red value is 106;
  • green value is 116;
  • blue value is 26.
RGB:
(106,116,26)
(42%,45%,10%)

RGB channels and saturation

R 106 of 255 = 42%
G 116 of 255 = 45%
B 26 of 255 = 10%

106
116
26

R + G + B ~ 32%. #6A741A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 116 + 26 = 248 (100%)
R 106 of 248 ~ 42.74%
G 116 of 248 ~ 46.77%
B 26 of 248 ~ 10.48%

%42.74
%46.77
%10.48

CMYK color model

#6A741A color CMYK value is (9,0,78,55).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 77.59%
  • key color value is 54.51%
CMYK:
(9,0,78,55)
C9M0Y78K55 
(9%,0%,78%,55%)
(0.09/0.00/0.78/0.55)	

CMYK percentages

%8.62
%0
%77.59
%54.51

Codes

Color #6A741A in popluar color models

6A741A
RGB10611626
HSL67°63.38%27.84%
HSB/HSV67°77.59%45.49%
CMYK8.62%0.00%77.59%
54.51%

Color #6A741A in popluar number systems.

HEX6A741A
Decimal10611626
Binary1101010111010011010
Octal15216432

Shades and tints

Shades of #6A741A

#6A741A
(106,116,26)
#616A18
(97,106,24)
#586016
(88,96,22)
#4F5614
(79,86,20)
#464C12
(70,76,18)
#3D4210
(61,66,16)
#34380E
(52,56,14)
#2B2E0C
(43,46,12)
#22240A
(34,36,10)
#191A08
(25,26,8)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #6A741A

#6A741A
(106,116,26)
#77802E
(119,128,46)
#848C42
(132,140,66)
#919856
(145,152,86)
#9EA46A
(158,164,106)
#ABB07E
(171,176,126)
#B8BC92
(184,188,146)
#C5C8A6
(197,200,166)
#D2D4BA
(210,212,186)
#DFE0CE
(223,224,206)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A741A color. Also use rgb(106,116,26) instead hex code.

Text Font Color

.myTextColor { color: #6A741A; }

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

This text font color is #6A741A.


Background Color

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

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

This div background color is #6A741A.


Border color

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

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

This div border color is #6A741A.


Opacity

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

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

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

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

This text has shadow with #6A741A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A741A on black background.


Color preview on white background

This text has color #6A741A on white background.



Black color preview on #6A741A background

This text has black color on #6A741A background.


White color preview on #6A741A background

This text has white color on #6A741A background.