COLOR #006931

HEX: #006931
RGB: (0,105,49)

Color info

#006931 contains only green and blue colors. Web safe color of #006931 is #006633 (or #063).

RGB color model

#006931 color RGB value is (0,105,49).

  • red value is 0;
  • green value is 105;
  • blue value is 49.
RGB:
(0,105,49)
(0%,41%,19%)

RGB channels and saturation

R 0 of 255 = 0%
G 105 of 255 = 41%
B 49 of 255 = 19%

0
105
49

R + G + B ~ 20%. #006931 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 49 = 154 (100%)
R 0 of 154 ~ 0%
G 105 of 154 ~ 68.18%
B 49 of 154 ~ 31.82%

%68.18
%31.82

CMYK color model

#006931 color CMYK value is (100,0,53,59).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 58.82%
CMYK:
(100,0,53,59)
C100M0Y53K59 
(100%,0%,53%,59%)
(1.00/0.00/0.53/0.59)	

CMYK percentages

%100
%0
%53.33
%58.82

Codes

Color #006931 in popluar color models

006931
RGB010549
HSL148°100.00%20.59%
HSB/HSV148°100.00%41.18%
CMYK100.00%0.00%53.33%
58.82%

Color #006931 in popluar number systems.

HEX006931
Decimal010549
Binary01101001110001
Octal015161

Shades and tints

Shades of #006931

#006931
(0,105,49)
#00602D
(0,96,45)
#005729
(0,87,41)
#004E25
(0,78,37)
#004521
(0,69,33)
#003C1D
(0,60,29)
#003319
(0,51,25)
#002A15
(0,42,21)
#002111
(0,33,17)
#00180D
(0,24,13)
#000F09
(0,15,9)
#000000
(0,0,0)

Tints of #006931

#006931
(0,105,49)
#177643
(23,118,67)
#2E8355
(46,131,85)
#459067
(69,144,103)
#5C9D79
(92,157,121)
#73AA8B
(115,170,139)
#8AB79D
(138,183,157)
#A1C4AF
(161,196,175)
#B8D1C1
(184,209,193)
#CFDED3
(207,222,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006931 color. Also use rgb(0,105,49) instead hex code.

Text Font Color

.myTextColor { color: #006931; }

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

This text font color is #006931.


Background Color

.myBgColor { background-color: #006931; }

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

This div background color is #006931.


Border color

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

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

This div border color is #006931.


Opacity

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

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

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

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

This text has shadow with #006931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006931 on black background.


Color preview on white background

This text has color #006931 on white background.



Black color preview on #006931 background

This text has black color on #006931 background.


White color preview on #006931 background

This text has white color on #006931 background.