COLOR #7F7F00

HEX: #7F7F00
RGB: (127,127,0)

Color info

#7F7F00 contains only red and green colors. Web safe color of #7F7F00 is #666600 (or #660).

RGB color model

#7F7F00 color RGB value is (127,127,0).

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

RGB channels and saturation

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

127
127
0

R + G + B ~ 33%. #7F7F00 is quite dark color.

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

#7F7F00 color CMYK value is (0,0,100,50).

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

CMYK percentages

%0
%0
%100
%50.2

Codes

Color #7F7F00 in popluar color models

7F7F00
RGB1271270
HSL60°100.00%24.90%
HSB/HSV60°100.00%49.80%
CMYK0.00%0.00%100.00%
50.20%

Color #7F7F00 in popluar number systems.

HEX7F7F00
Decimal1271270
Binary111111111111110
Octal1771770

Shades and tints

Shades of #7F7F00

#7F7F00
(127,127,0)
#747400
(116,116,0)
#696900
(105,105,0)
#5E5E00
(94,94,0)
#535300
(83,83,0)
#484800
(72,72,0)
#3D3D00
(61,61,0)
#323200
(50,50,0)
#272700
(39,39,0)
#1C1C00
(28,28,0)
#111100
(17,17,0)
#000000
(0,0,0)

Tints of #7F7F00

#7F7F00
(127,127,0)
#8A8A17
(138,138,23)
#95952E
(149,149,46)
#A0A045
(160,160,69)
#ABAB5C
(171,171,92)
#B6B673
(182,182,115)
#C1C18A
(193,193,138)
#CCCCA1
(204,204,161)
#D7D7B8
(215,215,184)
#E2E2CF
(226,226,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7F00; }

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

This text font color is #7F7F00.


Background Color

.myBgColor { background-color: #7F7F00; }

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

This div background color is #7F7F00.


Border color

.myBorderColor { border: 1px solid #7F7F00; }

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

This div border color is #7F7F00.


Opacity

.myOpacity80 { color: #7F7F00; opacity: 0.8; }

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

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

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

This text has shadow with #7F7F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7F00 on black background.


Color preview on white background

This text has color #7F7F00 on white background.



Black color preview on #7F7F00 background

This text has black color on #7F7F00 background.


White color preview on #7F7F00 background

This text has white color on #7F7F00 background.