COLOR #008C6E

HEX: #008C6E
RGB: (0,140,110)

Color info

#008C6E contains only green and blue colors. Web safe color of #008C6E is #009966 (or #096).

RGB color model

#008C6E color RGB value is (0,140,110).

  • red value is 0;
  • green value is 140;
  • blue value is 110.
RGB:
(0,140,110)
(0%,55%,43%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 110 of 255 = 43%

0
140
110

R + G + B ~ 33%. #008C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 110 = 250 (100%)
R 0 of 250 ~ 0%
G 140 of 250 ~ 56%
B 110 of 250 ~ 44%

%56
%44

CMYK color model

#008C6E color CMYK value is (100,0,21,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 45.10%
CMYK:
(100,0,21,45)
C100M0Y21K45 
(100%,0%,21%,45%)
(1.00/0.00/0.21/0.45)	

CMYK percentages

%100
%0
%21.43
%45.1

Codes

Color #008C6E in popluar color models

008C6E
RGB0140110
HSL167°100.00%27.45%
HSB/HSV167°100.00%54.90%
CMYK100.00%0.00%21.43%
45.10%

Color #008C6E in popluar number systems.

HEX008C6E
Decimal0140110
Binary0100011001101110
Octal0214156

Shades and tints

Shades of #008C6E

#008C6E
(0,140,110)
#008064
(0,128,100)
#00745A
(0,116,90)
#006850
(0,104,80)
#005C46
(0,92,70)
#00503C
(0,80,60)
#004432
(0,68,50)
#003828
(0,56,40)
#002C1E
(0,44,30)
#002014
(0,32,20)
#00140A
(0,20,10)
#000000
(0,0,0)

Tints of #008C6E

#008C6E
(0,140,110)
#17967B
(23,150,123)
#2EA088
(46,160,136)
#45AA95
(69,170,149)
#5CB4A2
(92,180,162)
#73BEAF
(115,190,175)
#8AC8BC
(138,200,188)
#A1D2C9
(161,210,201)
#B8DCD6
(184,220,214)
#CFE6E3
(207,230,227)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008C6E color. Also use rgb(0,140,110) instead hex code.

Text Font Color

.myTextColor { color: #008C6E; }

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

This text font color is #008C6E.


Background Color

.myBgColor { background-color: #008C6E; }

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

This div background color is #008C6E.


Border color

.myBorderColor { border: 1px solid #008C6E; }

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

This div border color is #008C6E.


Opacity

.myOpacity80 { color: #008C6E; opacity: 0.8; }

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

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

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

This text has shadow with #008C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C6E on black background.


Color preview on white background

This text has color #008C6E on white background.



Black color preview on #008C6E background

This text has black color on #008C6E background.


White color preview on #008C6E background

This text has white color on #008C6E background.