COLOR #006138

HEX: #006138
RGB: (0,97,56)

Color info

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

RGB color model

#006138 color RGB value is (0,97,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 56 of 255 = 22%

0
97
56

R + G + B ~ 20%. #006138 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 56 = 153 (100%)
R 0 of 153 ~ 0%
G 97 of 153 ~ 63.4%
B 56 of 153 ~ 36.6%

%63.4
%36.6

CMYK color model

#006138 color CMYK value is (100,0,42,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK: (100,0,42,62) C100M0Y42K62 (100%,0%,42%,62%) (1.00/0.00/0.42/0.62)

CMYK percentages

%100
%0
%42.27
%61.96

Codes

Color #006138 in popluar color models

006138
RGB09756
HSL155°100.00%19.02%
HSB/HSV155°100.00%38.04%
CMYK100.00%0.00%42.27%
61.96%

Color #006138 in popluar number systems.

HEX006138
Decimal09756
Binary01100001111000
Octal014170

Shades and tints

Shades of #006138

#006138
(0,97,56)
#005933
(0,89,51)
#00512E
(0,81,46)
#004929
(0,73,41)
#004124
(0,65,36)
#00391F
(0,57,31)
#00311A
(0,49,26)
#002915
(0,41,21)
#002110
(0,33,16)
#00190B
(0,25,11)
#001106
(0,17,6)
#000000
(0,0,0)

Tints of #006138

#006138
(0,97,56)
#176F4A
(23,111,74)
#2E7D5C
(46,125,92)
#458B6E
(69,139,110)
#5C9980
(92,153,128)
#73A792
(115,167,146)
#8AB5A4
(138,181,164)
#A1C3B6
(161,195,182)
#B8D1C8
(184,209,200)
#CFDFDA
(207,223,218)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006138; }

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

This text font color is #006138.


Background Color

.myBgColor { background-color: #006138; }

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

This div background color is #006138.


Border color

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

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

This div border color is #006138.


Opacity

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

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

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

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

This text has shadow with #006138 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #006138 on black background.


Color preview on white background

This text has color #006138 on white background.



Black color preview on #006138 background

This text has black color on #006138 background.


White color preview on #006138 background

This text has white color on #006138 background.