COLOR #6D8801

HEX: #6D8801
RGB: (109,136,1)

Color info

#6D8801 contains mainly red and green colors. Web safe color of #6D8801 is #669900 (or #690).

RGB color model

#6D8801 color RGB value is (109,136,1).

  • red value is 109;
  • green value is 136;
  • blue value is 1.
RGB:
(109,136,1)
(43%,53%,0%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 1 of 255 = 0%

109
136
1

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 1 = 246 (100%)
R 109 of 246 ~ 44.31%
G 136 of 246 ~ 55.28%
B 1 of 246 ~ 0.41%

%44.31
%55.28

CMYK color model

#6D8801 color CMYK value is (20,0,99,47).

  • cyan value is 19.85%
  • magenta value is 0.00%
  • yellow value is 99.26%
  • key color value is 46.67%
CMYK:
(20,0,99,47)
C20M0Y99K47 
(20%,0%,99%,47%)
(0.20/0.00/0.99/0.47)	

CMYK percentages

%19.85
%0
%99.26
%46.67

Codes

Color #6D8801 in popluar color models

6D8801
RGB1091361
HSL72°98.54%26.86%
HSB/HSV72°99.26%53.33%
CMYK19.85%0.00%99.26%
46.67%

Color #6D8801 in popluar number systems.

HEX6D8801
Decimal1091361
Binary1101101100010001
Octal1552101

Shades and tints

Shades of #6D8801

#6D8801
(109,136,1)
#647C01
(100,124,1)
#5B7001
(91,112,1)
#526401
(82,100,1)
#495801
(73,88,1)
#404C01
(64,76,1)
#374001
(55,64,1)
#2E3401
(46,52,1)
#252801
(37,40,1)
#1C1C01
(28,28,1)
#131001
(19,16,1)
#000000
(0,0,0)

Tints of #6D8801

#6D8801
(109,136,1)
#7A9218
(122,146,24)
#879C2F
(135,156,47)
#94A646
(148,166,70)
#A1B05D
(161,176,93)
#AEBA74
(174,186,116)
#BBC48B
(187,196,139)
#C8CEA2
(200,206,162)
#D5D8B9
(213,216,185)
#E2E2D0
(226,226,208)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8801 color. Also use rgb(109,136,1) instead hex code.

Text Font Color

.myTextColor { color: #6D8801; }

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

This text font color is #6D8801.


Background Color

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

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

This div background color is #6D8801.


Border color

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

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

This div border color is #6D8801.


Opacity

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

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

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

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

This text has shadow with #6D8801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8801 on black background.


Color preview on white background

This text has color #6D8801 on white background.



Black color preview on #6D8801 background

This text has black color on #6D8801 background.


White color preview on #6D8801 background

This text has white color on #6D8801 background.