COLOR #006840

HEX: #006840 RGB: (0,104,64)

Color info

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

RGB color model

#006840 color RGB value is (0,104,64).

RGB: (0,104,64) (0%, 41%, 25%)

RGB channels and saturation

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

0
104
64

R + G + B ~ 22%. #006840 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 104 + 64 = 168 (100%)
R 0 of 168 ~ 0%
G 104 of 168 ~ 61.9%
B 64 of 168 ~ 38.1'%

%61.9
%38.1

CMYK color model

#006840 color CMYK value is (100,0,38,59).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 59.22%
CMYK: (100,0,38,59) C100M0Y38K59 (100%,0%,38%,59%) (1.00/0.00/0.38/0.59) 

CMYK percentages

%100
%0
%38.46
%59.22

Codes

Color #006840 in popluar color models

00 68 40
RGB 0 104 64
HSL 157° 100.00% 20.39%
HSB/HSV 157° 100.00% 40.78%
CMYK 100.00% 0.00% 38.46%
59.22%

Color #006840 in popluar number systems.

HEX 00 68 40
Decimal 0 104 64
Binary 0 1101000 1000000
Octal 0 150 100

Shades and tints

Shades of #006840

#006840
(0,104,64)
#005F3B
(0,95,59)
#005636
(0,86,54)
#004D31
(0,77,49)
#00442C
(0,68,44)
#003B27
(0,59,39)
#003222
(0,50,34)
#00291D
(0,41,29)
#002018
(0,32,24)
#001713
(0,23,19)
#000E0E
(0,14,14)
#000000
(0,0,0)

Tints of #006840

#006840
(0,104,64)
#177551
(23,117,81)
#2E8262
(46,130,98)
#458F73
(69,143,115)
#5C9C84
(92,156,132)
#73A995
(115,169,149)
#8AB6A6
(138,182,166)
#A1C3B7
(161,195,183)
#B8D0C8
(184,208,200)
#CFDDD9
(207,221,217)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006840; }

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

This text font color is #006840.

Background Color

.myBgColor { background-color: #006840; }

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

This div background color is #006840.

Border color

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

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

This div border color is #006840.

Opacity

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

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

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

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

This text has shadow with #006840 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006840.

Preview

Color preview on black background

This text has color #006840 on black background.


Color preview on white background

This text has color #006840 on white background.


Black color preview on #006840 background

This text has black color on #006840 background.


White color preview on #006840 background

This text has white color on #006840 background.


Related colors

Complementary color

Complementary color for #hex is #FF97BF.


I love getcolorcode.com

Triadic colors

1 #400068 and #684000 with #006840 are triadic colors.

2 #406800 and #680040 with #006840 are triadic colors.