COLOR #007F00

HEX: #007F00
RGB: (0,127,0)

Color info

#007F00 contains only green color. Web safe color of #007F00 is #006600 (or #060).

RGB color model

#007F00 color RGB value is (0,127,0).

  • red value is 0;
  • green value is 127;
  • blue value is 0.
RGB:
(0,127,0)
(0%,50%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 127 of 255 = 50%
B 0 of 255 = 0%

0
127
0

R + G + B ~ 17%. #007F00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#007F00 color CMYK value is (100,0,100,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 50.20%
CMYK:
(100,0,100,50)
C100M0Y100K50 
(100%,0%,100%,50%)
(1.00/0.00/1.00/0.50)	

CMYK percentages

%100
%0
%100
%50.2

Codes

Color #007F00 in popluar color models

007F00
RGB01270
HSL120°100.00%24.90%
HSB/HSV120°100.00%49.80%
CMYK100.00%0.00%100.00%
50.20%

Color #007F00 in popluar number systems.

HEX007F00
Decimal01270
Binary011111110
Octal01770

Shades and tints

Shades of #007F00

#007F00
(0,127,0)
#007400
(0,116,0)
#006900
(0,105,0)
#005E00
(0,94,0)
#005300
(0,83,0)
#004800
(0,72,0)
#003D00
(0,61,0)
#003200
(0,50,0)
#002700
(0,39,0)
#001C00
(0,28,0)
#001100
(0,17,0)
#000000
(0,0,0)

Tints of #007F00

#007F00
(0,127,0)
#178A17
(23,138,23)
#2E952E
(46,149,46)
#45A045
(69,160,69)
#5CAB5C
(92,171,92)
#73B673
(115,182,115)
#8AC18A
(138,193,138)
#A1CCA1
(161,204,161)
#B8D7B8
(184,215,184)
#CFE2CF
(207,226,207)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007F00; }

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

This text font color is #007F00.


Background Color

.myBgColor { background-color: #007F00; }

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

This div background color is #007F00.


Border color

.myBorderColor { border: 1px solid #007F00; }

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

This div border color is #007F00.


Opacity

.myOpacity80 { color: #007F00; opacity: 0.8; }

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

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

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

This text has shadow with #007F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007F00 on black background.


Color preview on white background

This text has color #007F00 on white background.



Black color preview on #007F00 background

This text has black color on #007F00 background.


White color preview on #007F00 background

This text has white color on #007F00 background.