COLOR #6A800D

HEX: #6A800D
RGB: (106,128,13)

Color info

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

RGB color model

#6A800D color RGB value is (106,128,13).

  • red value is 106;
  • green value is 128;
  • blue value is 13.
RGB:
(106,128,13)
(42%,50%,5%)

RGB channels and saturation

R 106 of 255 = 42%
G 128 of 255 = 50%
B 13 of 255 = 5%

106
128
13

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

Portions of RGB colors in percentages

R + G + B =
106 + 128 + 13 = 247 (100%)
R 106 of 247 ~ 42.91%
G 128 of 247 ~ 51.82%
B 13 of 247 ~ 5.26%

%42.91
%51.82

CMYK color model

#6A800D color CMYK value is (17,0,90,50).

  • cyan value is 17.19%
  • magenta value is 0.00%
  • yellow value is 89.84%
  • key color value is 49.80%
CMYK:
(17,0,90,50)
C17M0Y90K50 
(17%,0%,90%,50%)
(0.17/0.00/0.90/0.50)	

CMYK percentages

%17.19
%0
%89.84
%49.8

Codes

Color #6A800D in popluar color models

6A800D
RGB10612813
HSL71°81.56%27.65%
HSB/HSV71°89.84%50.20%
CMYK17.19%0.00%89.84%
49.80%

Color #6A800D in popluar number systems.

HEX6A800D
Decimal10612813
Binary1101010100000001101
Octal15220015

Shades and tints

Shades of #6A800D

#6A800D
(106,128,13)
#61750C
(97,117,12)
#586A0B
(88,106,11)
#4F5F0A
(79,95,10)
#465409
(70,84,9)
#3D4908
(61,73,8)
#343E07
(52,62,7)
#2B3306
(43,51,6)
#222805
(34,40,5)
#191D04
(25,29,4)
#101203
(16,18,3)
#000000
(0,0,0)

Tints of #6A800D

#6A800D
(106,128,13)
#778B23
(119,139,35)
#849639
(132,150,57)
#91A14F
(145,161,79)
#9EAC65
(158,172,101)
#ABB77B
(171,183,123)
#B8C291
(184,194,145)
#C5CDA7
(197,205,167)
#D2D8BD
(210,216,189)
#DFE3D3
(223,227,211)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A800D color. Also use rgb(106,128,13) instead hex code.

Text Font Color

.myTextColor { color: #6A800D; }

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

This text font color is #6A800D.


Background Color

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

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

This div background color is #6A800D.


Border color

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

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

This div border color is #6A800D.


Opacity

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

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

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

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

This text has shadow with #6A800D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A800D on black background.


Color preview on white background

This text has color #6A800D on white background.



Black color preview on #6A800D background

This text has black color on #6A800D background.


White color preview on #6A800D background

This text has white color on #6A800D background.