COLOR #7FA800

HEX: #7FA800
RGB: (127,168,0)

Color info

#7FA800 contains only red and green colors. Web safe color of #7FA800 is #669900 (or #690).

RGB color model

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

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

RGB channels and saturation

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

127
168
0

R + G + B ~ 39%. #7FA800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 168 + 0 = 295 (100%)
R 127 of 295 ~ 43.05%
G 168 of 295 ~ 56.95%
B 0 of 295 ~ 0%

%43.05
%56.95

CMYK color model

#7FA800 color CMYK value is (24,0,100,34).

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 34.12%
CMYK:
(24,0,100,34)
C24M0Y100K34 
(24%,0%,100%,34%)
(0.24/0.00/1.00/0.34)	

CMYK percentages

%24.4
%0
%100
%34.12

Codes

Color #7FA800 in popluar color models

7FA800
RGB1271680
HSL75°100.00%32.94%
HSB/HSV75°100.00%65.88%
CMYK24.40%0.00%100.00%
34.12%

Color #7FA800 in popluar number systems.

HEX7FA800
Decimal1271680
Binary1111111101010000
Octal1772500

Shades and tints

Shades of #7FA800

#7FA800
(127,168,0)
#749900
(116,153,0)
#698A00
(105,138,0)
#5E7B00
(94,123,0)
#536C00
(83,108,0)
#485D00
(72,93,0)
#3D4E00
(61,78,0)
#323F00
(50,63,0)
#273000
(39,48,0)
#1C2100
(28,33,0)
#111200
(17,18,0)
#000000
(0,0,0)

Tints of #7FA800

#7FA800
(127,168,0)
#8AAF17
(138,175,23)
#95B62E
(149,182,46)
#A0BD45
(160,189,69)
#ABC45C
(171,196,92)
#B6CB73
(182,203,115)
#C1D28A
(193,210,138)
#CCD9A1
(204,217,161)
#D7E0B8
(215,224,184)
#E2E7CF
(226,231,207)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA800; }

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

This text font color is #7FA800.


Background Color

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

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

This div background color is #7FA800.


Border color

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

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

This div border color is #7FA800.


Opacity

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

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

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

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

This text has shadow with #7FA800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA800 on black background.


Color preview on white background

This text has color #7FA800 on white background.



Black color preview on #7FA800 background

This text has black color on #7FA800 background.


White color preview on #7FA800 background

This text has white color on #7FA800 background.