COLOR #008C67

HEX: #008C67
RGB: (0,140,103)

Color info

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

RGB color model

#008C67 color RGB value is (0,140,103).

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

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 103 of 255 = 40%

0
140
103

R + G + B ~ 32%. #008C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 103 = 243 (100%)
R 0 of 243 ~ 0%
G 140 of 243 ~ 57.61%
B 103 of 243 ~ 42.39%

%57.61
%42.39

CMYK color model

#008C67 color CMYK value is (100,0,26,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.43%
  • key color value is 45.10%
CMYK:
(100,0,26,45)
C100M0Y26K45 
(100%,0%,26%,45%)
(1.00/0.00/0.26/0.45)	

CMYK percentages

%100
%0
%26.43
%45.1

Codes

Color #008C67 in popluar color models

008C67
RGB0140103
HSL164°100.00%27.45%
HSB/HSV164°100.00%54.90%
CMYK100.00%0.00%26.43%
45.10%

Color #008C67 in popluar number systems.

HEX008C67
Decimal0140103
Binary0100011001100111
Octal0214147

Shades and tints

Shades of #008C67

#008C67
(0,140,103)
#00805E
(0,128,94)
#007455
(0,116,85)
#00684C
(0,104,76)
#005C43
(0,92,67)
#00503A
(0,80,58)
#004431
(0,68,49)
#003828
(0,56,40)
#002C1F
(0,44,31)
#002016
(0,32,22)
#00140D
(0,20,13)
#000000
(0,0,0)

Tints of #008C67

#008C67
(0,140,103)
#179674
(23,150,116)
#2EA081
(46,160,129)
#45AA8E
(69,170,142)
#5CB49B
(92,180,155)
#73BEA8
(115,190,168)
#8AC8B5
(138,200,181)
#A1D2C2
(161,210,194)
#B8DCCF
(184,220,207)
#CFE6DC
(207,230,220)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008C67; }

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

This text font color is #008C67.


Background Color

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

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

This div background color is #008C67.


Border color

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

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

This div border color is #008C67.


Opacity

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

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

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

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

This text has shadow with #008C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C67 on black background.


Color preview on white background

This text has color #008C67 on white background.



Black color preview on #008C67 background

This text has black color on #008C67 background.


White color preview on #008C67 background

This text has white color on #008C67 background.