COLOR #006921

HEX: #006921
RGB: (0,105,33)

Color info

#006921 contains mainly green color. Web safe color of #006921 is #006633 (or #063).

RGB color model

#006921 color RGB value is (0,105,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 105 of 255 = 41%
B 33 of 255 = 13%

0
105
33

R + G + B ~ 18%. #006921 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 33 = 138 (100%)
R 0 of 138 ~ 0%
G 105 of 138 ~ 76.09%
B 33 of 138 ~ 23.91%

%76.09
%23.91

CMYK color model

#006921 color CMYK value is (100,0,69,59).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(100,0,69,59)
C100M0Y69K59 
(100%,0%,69%,59%)
(1.00/0.00/0.69/0.59)	

CMYK percentages

%100
%0
%68.57
%58.82

Codes

Color #006921 in popluar color models

006921
RGB010533
HSL139°100.00%20.59%
HSB/HSV139°100.00%41.18%
CMYK100.00%0.00%68.57%
58.82%

Color #006921 in popluar number systems.

HEX006921
Decimal010533
Binary01101001100001
Octal015141

Shades and tints

Shades of #006921

#006921
(0,105,33)
#00601E
(0,96,30)
#00571B
(0,87,27)
#004E18
(0,78,24)
#004515
(0,69,21)
#003C12
(0,60,18)
#00330F
(0,51,15)
#002A0C
(0,42,12)
#002109
(0,33,9)
#001806
(0,24,6)
#000F03
(0,15,3)
#000000
(0,0,0)

Tints of #006921

#006921
(0,105,33)
#177635
(23,118,53)
#2E8349
(46,131,73)
#45905D
(69,144,93)
#5C9D71
(92,157,113)
#73AA85
(115,170,133)
#8AB799
(138,183,153)
#A1C4AD
(161,196,173)
#B8D1C1
(184,209,193)
#CFDED5
(207,222,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006921; }

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

This text font color is #006921.


Background Color

.myBgColor { background-color: #006921; }

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

This div background color is #006921.


Border color

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

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

This div border color is #006921.


Opacity

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

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

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

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

This text has shadow with #006921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006921 on black background.


Color preview on white background

This text has color #006921 on white background.



Black color preview on #006921 background

This text has black color on #006921 background.


White color preview on #006921 background

This text has white color on #006921 background.