COLOR #7FAD27

HEX: #7FAD27 RGB: (127,173,39)

Color info

#7FAD27 contains mainly red and green colors. Web safe color of #7FAD27 is #669933 (or #693).

RGB color model

#7FAD27 color RGB value is (127,173,39).

RGB: (127,173,39) (50%, 68%, 15%)

RGB channels and saturation

R 127 of 255 = 50%
G 173 of 255 = 68%
B 39 of 255 = 15%

127
173
39

R + G + B ~ 44%. #7FAD27 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 173 + 39 = 339 (100%)
R 127 of 339 ~ 37.46%
G 173 of 339 ~ 51.03%
B 39 of 339 ~ 11.5'%

%37.46
%51.03
%11.5

CMYK color model

#7FAD27 color CMYK value is (27,0,77,32).

  • cyan value is 26.59%
  • magenta value is 0.00%
  • yellow value is 77.46%
  • key color value is 32.16%

CMYK: (27,0,77,32)
C27M0Y77K32 (27%, 0%, 77%, 32%)
(0.27 / 0.00 / 0.77 / 0.32)

CMYK percentages

%26.59
%0
%77.46
%32.16

Codes

Color #7FAD27 in popluar color models

7F AD 27
RGB 127 173 39
HSL 81° 63.21% 41.57%
HSB/HSV 81° 77.46% 67.84%
CMYK 26.59% 0.00% 77.46%
32.16%

Color #7FAD27 in popluar number systems.

HEX 7F AD 27
Decimal 127 173 39
Binary 1111111 10101101 100111
Octal 177 255 47

Shades and tints

Shades of #7FAD27

#7FAD27
(127,173,39)
#749E24
(116,158,36)
#698F21
(105,143,33)
#5E801E
(94,128,30)
#53711B
(83,113,27)
#486218
(72,98,24)
#3D5315
(61,83,21)
#324412
(50,68,18)
#27350F
(39,53,15)
#1C260C
(28,38,12)
#111709
(17,23,9)
#000000
(0,0,0)

Tints of #7FAD27

#7FAD27
(127,173,39)
#8AB43A
(138,180,58)
#95BB4D
(149,187,77)
#A0C260
(160,194,96)
#ABC973
(171,201,115)
#B6D086
(182,208,134)
#C1D799
(193,215,153)
#CCDEAC
(204,222,172)
#D7E5BF
(215,229,191)
#E2ECD2
(226,236,210)
#EDF3E5
(237,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAD27; }

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

This text font color is #7FAD27.

Background Color

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

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

This div background color is #7FAD27.

Border color

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

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

This div border color is #7FAD27.

Opacity

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

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

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

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

This text has shadow with #7FAD27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAD27.

Preview

Color preview on black background

This text has color #7FAD27 on black background.


Color preview on white background

This text has color #7FAD27 on white background.


Black color preview on #7FAD27 background

This text has black color on #7FAD27 background.


White color preview on #7FAD27 background

This text has white color on #7FAD27 background.


Related colors

Complementary color

Complementary color for #hex is #8052D8.


I love getcolorcode.com

Triadic colors

1 #277FAD and #AD277F with #7FAD27 are triadic colors.

2 #27AD7F and #AD7F27 with #7FAD27 are triadic colors.