COLOR #006719

HEX: #006719 RGB: (0,103,25)

Color info

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

RGB color model

#006719 color RGB value is (0,103,25).

RGB: (0,103,25) (0%, 40%, 10%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 25 of 255 = 10%

0
103
25

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

Portions of RGB colors in percentages

R + G + B = 0 + 103 + 25 = 128 (100%)
R 0 of 128 ~ 0%
G 103 of 128 ~ 80.47%
B 25 of 128 ~ 19.53'%

%80.47
%19.53

CMYK color model

#006719 color CMYK value is (100,0,76,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.73%
  • key color value is 59.61%

CMYK: (100,0,76,60)
C100M0Y76K60 (100%, 0%, 76%, 60%)
(1.00 / 0.00 / 0.76 / 0.60)

CMYK percentages

%100
%0
%75.73
%59.61

Codes

Color #006719 in popluar color models

00 67 19
RGB 0 103 25
HSL 135° 100.00% 20.20%
HSB/HSV 135° 100.00% 40.39%
CMYK 100.00% 0.00% 75.73%
59.61%

Color #006719 in popluar number systems.

HEX 00 67 19
Decimal 0 103 25
Binary 0 1100111 11001
Octal 0 147 31

Shades and tints

Shades of #006719

#006719
(0,103,25)
#005E17
(0,94,23)
#005515
(0,85,21)
#004C13
(0,76,19)
#004311
(0,67,17)
#003A0F
(0,58,15)
#00310D
(0,49,13)
#00280B
(0,40,11)
#001F09
(0,31,9)
#001607
(0,22,7)
#000D05
(0,13,5)
#000000
(0,0,0)

Tints of #006719

#006719
(0,103,25)
#17742D
(23,116,45)
#2E8141
(46,129,65)
#458E55
(69,142,85)
#5C9B69
(92,155,105)
#73A87D
(115,168,125)
#8AB591
(138,181,145)
#A1C2A5
(161,194,165)
#B8CFB9
(184,207,185)
#CFDCCD
(207,220,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006719; }

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

This text font color is #006719.

Background Color

.myBgColor { background-color: #006719; }

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

This div background color is #006719.

Border color

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

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

This div border color is #006719.

Opacity

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

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

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

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

This text has shadow with #006719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #006719.

Preview

Color preview on black background

This text has color #006719 on black background.


Color preview on white background

This text has color #006719 on white background.


Black color preview on #006719 background

This text has black color on #006719 background.


White color preview on #006719 background

This text has white color on #006719 background.


Related colors

Complementary color

Complementary color for #hex is #FF98E6.


I love getcolorcode.com

Triadic colors

1 #190067 and #671900 with #006719 are triadic colors.

2 #196700 and #670019 with #006719 are triadic colors.