COLOR #006819

HEX: #006819
RGB: (0,104,25)

Color info

#006819 contains mainly green color. Web safe color of #006819 is #006600 (or #060).

RGB color model

#006819 color RGB value is (0,104,25).

  • red value is 0;
  • green value is 104;
  • blue value is 25.
RGB:
(0,104,25)
(0%,41%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 104 of 255 = 41%
B 25 of 255 = 10%

0
104
25

R + G + B ~ 17%. #006819 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 104 + 25 = 129 (100%)
R 0 of 129 ~ 0%
G 104 of 129 ~ 80.62%
B 25 of 129 ~ 19.38%

%80.62
%19.38

CMYK color model

#006819 color CMYK value is (100,0,76,59).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(100,0,76,59)
C100M0Y76K59 
(100%,0%,76%,59%)
(1.00/0.00/0.76/0.59)	

CMYK percentages

%100
%0
%75.96
%59.22

Codes

Color #006819 in popluar color models

006819
RGB010425
HSL134°100.00%20.39%
HSB/HSV134°100.00%40.78%
CMYK100.00%0.00%75.96%
59.22%

Color #006819 in popluar number systems.

HEX006819
Decimal010425
Binary0110100011001
Octal015031

Shades and tints

Shades of #006819

#006819
(0,104,25)
#005F17
(0,95,23)
#005615
(0,86,21)
#004D13
(0,77,19)
#004411
(0,68,17)
#003B0F
(0,59,15)
#00320D
(0,50,13)
#00290B
(0,41,11)
#002009
(0,32,9)
#001707
(0,23,7)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #006819

#006819
(0,104,25)
#17752D
(23,117,45)
#2E8241
(46,130,65)
#458F55
(69,143,85)
#5C9C69
(92,156,105)
#73A97D
(115,169,125)
#8AB691
(138,182,145)
#A1C3A5
(161,195,165)
#B8D0B9
(184,208,185)
#CFDDCD
(207,221,205)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006819 color. Also use rgb(0,104,25) instead hex code.

Text Font Color

.myTextColor { color: #006819; }

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

This text font color is #006819.


Background Color

.myBgColor { background-color: #006819; }

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

This div background color is #006819.


Border color

.myBorderColor { border: 1px solid #006819; }

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

This div border color is #006819.


Opacity

.myOpacity80 { color: #006819; opacity: 0.8; }

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

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

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

This text has shadow with #006819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006819 on black background.


Color preview on white background

This text has color #006819 on white background.



Black color preview on #006819 background

This text has black color on #006819 background.


White color preview on #006819 background

This text has white color on #006819 background.