COLOR #008701

HEX: #008701
RGB: (0,135,1)

Color info

#008701 contains mainly green color. Web safe color of #008701 is #009900 (or #090).

RGB color model

#008701 color RGB value is (0,135,1).

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

RGB channels and saturation

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

0
135
1

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

Portions of RGB colors in percentages

R + G + B =
0 + 135 + 1 = 136 (100%)
R 0 of 136 ~ 0%
G 135 of 136 ~ 99.26%
B 1 of 136 ~ 0.74%

%99.26

CMYK color model

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

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

CMYK percentages

%100
%0
%99.26
%47.06

Codes

Color #008701 in popluar color models

008701
RGB01351
HSL120°100.00%26.47%
HSB/HSV120°100.00%52.94%
CMYK100.00%0.00%99.26%
47.06%

Color #008701 in popluar number systems.

HEX008701
Decimal01351
Binary0100001111
Octal02071

Shades and tints

Shades of #008701

#008701
(0,135,1)
#007B01
(0,123,1)
#006F01
(0,111,1)
#006301
(0,99,1)
#005701
(0,87,1)
#004B01
(0,75,1)
#003F01
(0,63,1)
#003301
(0,51,1)
#002701
(0,39,1)
#001B01
(0,27,1)
#000F01
(0,15,1)
#000000
(0,0,0)

Tints of #008701

#008701
(0,135,1)
#179118
(23,145,24)
#2E9B2F
(46,155,47)
#45A546
(69,165,70)
#5CAF5D
(92,175,93)
#73B974
(115,185,116)
#8AC38B
(138,195,139)
#A1CDA2
(161,205,162)
#B8D7B9
(184,215,185)
#CFE1D0
(207,225,208)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008701; }

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

This text font color is #008701.


Background Color

.myBgColor { background-color: #008701; }

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

This div background color is #008701.


Border color

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

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

This div border color is #008701.


Opacity

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

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

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

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

This text has shadow with #008701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008701 on black background.


Color preview on white background

This text has color #008701 on white background.



Black color preview on #008701 background

This text has black color on #008701 background.


White color preview on #008701 background

This text has white color on #008701 background.