COLOR #006C5D

HEX: #006C5D
RGB: (0,108,93)

Color info

#006C5D contains only green and blue colors. Web safe color of #006C5D is #006666 (or #066).

RGB color model

#006C5D color RGB value is (0,108,93).

  • red value is 0;
  • green value is 108;
  • blue value is 93.
RGB:
(0,108,93)
(0%,42%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 108 of 255 = 42%
B 93 of 255 = 36%

0
108
93

R + G + B ~ 26%. #006C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 108 + 93 = 201 (100%)
R 0 of 201 ~ 0%
G 108 of 201 ~ 53.73%
B 93 of 201 ~ 46.27%

%53.73
%46.27

CMYK color model

#006C5D color CMYK value is (100,0,14,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 57.65%
CMYK:
(100,0,14,58)
C100M0Y14K58 
(100%,0%,14%,58%)
(1.00/0.00/0.14/0.58)	

CMYK percentages

%100
%0
%13.89
%57.65

Codes

Color #006C5D in popluar color models

006C5D
RGB010893
HSL172°100.00%21.18%
HSB/HSV172°100.00%42.35%
CMYK100.00%0.00%13.89%
57.65%

Color #006C5D in popluar number systems.

HEX006C5D
Decimal010893
Binary011011001011101
Octal0154135

Shades and tints

Shades of #006C5D

#006C5D
(0,108,93)
#006355
(0,99,85)
#005A4D
(0,90,77)
#005145
(0,81,69)
#00483D
(0,72,61)
#003F35
(0,63,53)
#00362D
(0,54,45)
#002D25
(0,45,37)
#00241D
(0,36,29)
#001B15
(0,27,21)
#00120D
(0,18,13)
#000000
(0,0,0)

Tints of #006C5D

#006C5D
(0,108,93)
#17796B
(23,121,107)
#2E8679
(46,134,121)
#459387
(69,147,135)
#5CA095
(92,160,149)
#73ADA3
(115,173,163)
#8ABAB1
(138,186,177)
#A1C7BF
(161,199,191)
#B8D4CD
(184,212,205)
#CFE1DB
(207,225,219)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006C5D color. Also use rgb(0,108,93) instead hex code.

Text Font Color

.myTextColor { color: #006C5D; }

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

This text font color is #006C5D.


Background Color

.myBgColor { background-color: #006C5D; }

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

This div background color is #006C5D.


Border color

.myBorderColor { border: 1px solid #006C5D; }

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

This div border color is #006C5D.


Opacity

.myOpacity80 { color: #006C5D; opacity: 0.8; }

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

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

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

This text has shadow with #006C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006C5D on black background.


Color preview on white background

This text has color #006C5D on white background.



Black color preview on #006C5D background

This text has black color on #006C5D background.


White color preview on #006C5D background

This text has white color on #006C5D background.