COLOR #008700

HEX: #008700
RGB: (0,135,0)

Color info

#008700 contains only green color. Web safe color of #008700 is #009900 (or #090).

RGB color model

#008700 color RGB value is (0,135,0).

  • red value is 0;
  • green value is 135;
  • blue value is 0.
RGB:
(0,135,0)
(0%,53%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 135 of 255 = 53%
B 0 of 255 = 0%

0
135
0

R + G + B ~ 18%. #008700 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 135 + 0 = 135 (100%)
R 0 of 135 ~ 0%
G 135 of 135 ~ 100%
B 0 of 135 ~ 0%

%100

CMYK color model

#008700 color CMYK value is (100,0,100,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 47.06%
CMYK:
(100,0,100,47)
C100M0Y100K47 
(100%,0%,100%,47%)
(1.00/0.00/1.00/0.47)	

CMYK percentages

%100
%0
%100
%47.06

Codes

Color #008700 in popluar color models

008700
RGB01350
HSL120°100.00%26.47%
HSB/HSV120°100.00%52.94%
CMYK100.00%0.00%100.00%
47.06%

Color #008700 in popluar number systems.

HEX008700
Decimal01350
Binary0100001110
Octal02070

Shades and tints

Shades of #008700

#008700
(0,135,0)
#007B00
(0,123,0)
#006F00
(0,111,0)
#006300
(0,99,0)
#005700
(0,87,0)
#004B00
(0,75,0)
#003F00
(0,63,0)
#003300
(0,51,0)
#002700
(0,39,0)
#001B00
(0,27,0)
#000F00
(0,15,0)
#000000
(0,0,0)

Tints of #008700

#008700
(0,135,0)
#179117
(23,145,23)
#2E9B2E
(46,155,46)
#45A545
(69,165,69)
#5CAF5C
(92,175,92)
#73B973
(115,185,115)
#8AC38A
(138,195,138)
#A1CDA1
(161,205,161)
#B8D7B8
(184,215,184)
#CFE1CF
(207,225,207)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008700; }

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

This text font color is #008700.


Background Color

.myBgColor { background-color: #008700; }

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

This div background color is #008700.


Border color

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

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

This div border color is #008700.


Opacity

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

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

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

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

This text has shadow with #008700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008700 on black background.


Color preview on white background

This text has color #008700 on white background.



Black color preview on #008700 background

This text has black color on #008700 background.


White color preview on #008700 background

This text has white color on #008700 background.