COLOR #6D6E00

HEX: #6D6E00
RGB: (109,110,0)

Color info

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

RGB color model

#6D6E00 color RGB value is (109,110,0).

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

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 0 of 255 = 0%

109
110
0

R + G + B ~ 29%. #6D6E00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 0 = 219 (100%)
R 109 of 219 ~ 49.77%
G 110 of 219 ~ 50.23%
B 0 of 219 ~ 0%

%49.77
%50.23

CMYK color model

#6D6E00 color CMYK value is (1,0,100,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 56.86%
CMYK:
(1,0,100,57)
C1M0Y100K57 
(1%,0%,100%,57%)
(0.01/0.00/1.00/0.57)	

CMYK percentages

%0.91
%0
%100
%56.86

Codes

Color #6D6E00 in popluar color models

6D6E00
RGB1091100
HSL61°100.00%21.57%
HSB/HSV61°100.00%43.14%
CMYK0.91%0.00%100.00%
56.86%

Color #6D6E00 in popluar number systems.

HEX6D6E00
Decimal1091100
Binary110110111011100
Octal1551560

Shades and tints

Shades of #6D6E00

#6D6E00
(109,110,0)
#646400
(100,100,0)
#5B5A00
(91,90,0)
#525000
(82,80,0)
#494600
(73,70,0)
#403C00
(64,60,0)
#373200
(55,50,0)
#2E2800
(46,40,0)
#251E00
(37,30,0)
#1C1400
(28,20,0)
#130A00
(19,10,0)
#000000
(0,0,0)

Tints of #6D6E00

#6D6E00
(109,110,0)
#7A7B17
(122,123,23)
#87882E
(135,136,46)
#949545
(148,149,69)
#A1A25C
(161,162,92)
#AEAF73
(174,175,115)
#BBBC8A
(187,188,138)
#C8C9A1
(200,201,161)
#D5D6B8
(213,214,184)
#E2E3CF
(226,227,207)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6E00 color. Also use rgb(109,110,0) instead hex code.

Text Font Color

.myTextColor { color: #6D6E00; }

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

This text font color is #6D6E00.


Background Color

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

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

This div background color is #6D6E00.


Border color

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

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

This div border color is #6D6E00.


Opacity

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

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

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

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

This text has shadow with #6D6E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E00 on black background.


Color preview on white background

This text has color #6D6E00 on white background.



Black color preview on #6D6E00 background

This text has black color on #6D6E00 background.


White color preview on #6D6E00 background

This text has white color on #6D6E00 background.