COLOR #7FAE37

HEX: #7FAE37
RGB: (127,174,55)

Color info

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

RGB color model

#7FAE37 color RGB value is (127,174,55).

  • red value is 127;
  • green value is 174;
  • blue value is 55.
RGB:
(127,174,55)
(50%,68%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 55 of 255 = 22%

127
174
55

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

Portions of RGB colors in percentages

R + G + B =
127 + 174 + 55 = 356 (100%)
R 127 of 356 ~ 35.67%
G 174 of 356 ~ 48.88%
B 55 of 356 ~ 15.45%

%35.67
%48.88
%15.45

CMYK color model

#7FAE37 color CMYK value is (27,0,68,32).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 68.39%
  • key color value is 31.76%
CMYK:
(27,0,68,32)
C27M0Y68K32 
(27%,0%,68%,32%)
(0.27/0.00/0.68/0.32)	

CMYK percentages

%27.01
%0
%68.39
%31.76

Codes

Color #7FAE37 in popluar color models

7FAE37
RGB12717455
HSL84°51.97%44.90%
HSB/HSV84°68.39%68.24%
CMYK27.01%0.00%68.39%
31.76%

Color #7FAE37 in popluar number systems.

HEX7FAE37
Decimal12717455
Binary111111110101110110111
Octal17725667

Shades and tints

Shades of #7FAE37

#7FAE37
(127,174,55)
#749F32
(116,159,50)
#69902D
(105,144,45)
#5E8128
(94,129,40)
#537223
(83,114,35)
#48631E
(72,99,30)
#3D5419
(61,84,25)
#324514
(50,69,20)
#27360F
(39,54,15)
#1C270A
(28,39,10)
#111805
(17,24,5)
#000000
(0,0,0)

Tints of #7FAE37

#7FAE37
(127,174,55)
#8AB549
(138,181,73)
#95BC5B
(149,188,91)
#A0C36D
(160,195,109)
#ABCA7F
(171,202,127)
#B6D191
(182,209,145)
#C1D8A3
(193,216,163)
#CCDFB5
(204,223,181)
#D7E6C7
(215,230,199)
#E2EDD9
(226,237,217)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAE37; }

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

This text font color is #7FAE37.


Background Color

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

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

This div background color is #7FAE37.


Border color

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

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

This div border color is #7FAE37.


Opacity

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

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

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

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

This text has shadow with #7FAE37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAE37 on black background.


Color preview on white background

This text has color #7FAE37 on white background.



Black color preview on #7FAE37 background

This text has black color on #7FAE37 background.


White color preview on #7FAE37 background

This text has white color on #7FAE37 background.