COLOR #006119

HEX: #006119
RGB: (0,97,25)

Color info

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

RGB color model

#006119 color RGB value is (0,97,25).

  • red value is 0;
  • green value is 97;
  • blue value is 25.
RGB:
(0,97,25)
(0%,38%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 25 of 255 = 10%

0
97
25

R + G + B ~ 16%. #006119 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 25 = 122 (100%)
R 0 of 122 ~ 0%
G 97 of 122 ~ 79.51%
B 25 of 122 ~ 20.49%

%79.51
%20.49

CMYK color model

#006119 color CMYK value is (100,0,74,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.23%
  • key color value is 61.96%
CMYK:
(100,0,74,62)
C100M0Y74K62 
(100%,0%,74%,62%)
(1.00/0.00/0.74/0.62)	

CMYK percentages

%100
%0
%74.23
%61.96

Codes

Color #006119 in popluar color models

006119
RGB09725
HSL135°100.00%19.02%
HSB/HSV135°100.00%38.04%
CMYK100.00%0.00%74.23%
61.96%

Color #006119 in popluar number systems.

HEX006119
Decimal09725
Binary0110000111001
Octal014131

Shades and tints

Shades of #006119

#006119
(0,97,25)
#005917
(0,89,23)
#005115
(0,81,21)
#004913
(0,73,19)
#004111
(0,65,17)
#00390F
(0,57,15)
#00310D
(0,49,13)
#00290B
(0,41,11)
#002109
(0,33,9)
#001907
(0,25,7)
#001105
(0,17,5)
#000000
(0,0,0)

Tints of #006119

#006119
(0,97,25)
#176F2D
(23,111,45)
#2E7D41
(46,125,65)
#458B55
(69,139,85)
#5C9969
(92,153,105)
#73A77D
(115,167,125)
#8AB591
(138,181,145)
#A1C3A5
(161,195,165)
#B8D1B9
(184,209,185)
#CFDFCD
(207,223,205)
#E6EDE1
(230,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006119; }

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

This text font color is #006119.


Background Color

.myBgColor { background-color: #006119; }

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

This div background color is #006119.


Border color

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

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

This div border color is #006119.


Opacity

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

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

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

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

This text has shadow with #006119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006119 on black background.


Color preview on white background

This text has color #006119 on white background.



Black color preview on #006119 background

This text has black color on #006119 background.


White color preview on #006119 background

This text has white color on #006119 background.