COLOR #006825

HEX: #006825
RGB: (0,104,37)

Color info

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

RGB color model

#006825 color RGB value is (0,104,37).

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

RGB channels and saturation

R 0 of 255 = 0%
G 104 of 255 = 41%
B 37 of 255 = 15%

0
104
37

R + G + B ~ 19%. #006825 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 104 + 37 = 141 (100%)
R 0 of 141 ~ 0%
G 104 of 141 ~ 73.76%
B 37 of 141 ~ 26.24%

%73.76
%26.24

CMYK color model

#006825 color CMYK value is (100,0,64,59).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 64.42%
  • key color value is 59.22%
CMYK:
(100,0,64,59)
C100M0Y64K59 
(100%,0%,64%,59%)
(1.00/0.00/0.64/0.59)	

CMYK percentages

%100
%0
%64.42
%59.22

Codes

Color #006825 in popluar color models

006825
RGB010437
HSL141°100.00%20.39%
HSB/HSV141°100.00%40.78%
CMYK100.00%0.00%64.42%
59.22%

Color #006825 in popluar number systems.

HEX006825
Decimal010437
Binary01101000100101
Octal015045

Shades and tints

Shades of #006825

#006825
(0,104,37)
#005F22
(0,95,34)
#00561F
(0,86,31)
#004D1C
(0,77,28)
#004419
(0,68,25)
#003B16
(0,59,22)
#003213
(0,50,19)
#002910
(0,41,16)
#00200D
(0,32,13)
#00170A
(0,23,10)
#000E07
(0,14,7)
#000000
(0,0,0)

Tints of #006825

#006825
(0,104,37)
#177538
(23,117,56)
#2E824B
(46,130,75)
#458F5E
(69,143,94)
#5C9C71
(92,156,113)
#73A984
(115,169,132)
#8AB697
(138,182,151)
#A1C3AA
(161,195,170)
#B8D0BD
(184,208,189)
#CFDDD0
(207,221,208)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006825; }

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

This text font color is #006825.


Background Color

.myBgColor { background-color: #006825; }

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

This div background color is #006825.


Border color

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

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

This div border color is #006825.


Opacity

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

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

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

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

This text has shadow with #006825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006825 on black background.


Color preview on white background

This text has color #006825 on white background.



Black color preview on #006825 background

This text has black color on #006825 background.


White color preview on #006825 background

This text has white color on #006825 background.