COLOR #7FAF75

HEX: #7FAF75
RGB: (127,175,117)

Color info

#7FAF75 contains red, green and blue colors in about the same proportion. Web safe color of #7FAF75 is #669966 (or #696).

RGB color model

#7FAF75 color RGB value is (127,175,117).

  • red value is 127;
  • green value is 175;
  • blue value is 117.
RGB:
(127,175,117)
(50%,69%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 175 of 255 = 69%
B 117 of 255 = 46%

127
175
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 175 + 117 = 419 (100%)
R 127 of 419 ~ 30.31%
G 175 of 419 ~ 41.77%
B 117 of 419 ~ 27.92%

%30.31
%41.77
%27.92

CMYK color model

#7FAF75 color CMYK value is (27,0,33,31).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(27,0,33,31)
C27M0Y33K31 
(27%,0%,33%,31%)
(0.27/0.00/0.33/0.31)	

CMYK percentages

%27.43
%0
%33.14
%31.37

Codes

Color #7FAF75 in popluar color models

7FAF75
RGB127175117
HSL110°26.61%57.25%
HSB/HSV110°33.14%68.63%
CMYK27.43%0.00%33.14%
31.37%

Color #7FAF75 in popluar number systems.

HEX7FAF75
Decimal127175117
Binary1111111101011111110101
Octal177257165

Shades and tints

Shades of #7FAF75

#7FAF75
(127,175,117)
#74A06B
(116,160,107)
#699161
(105,145,97)
#5E8257
(94,130,87)
#53734D
(83,115,77)
#486443
(72,100,67)
#3D5539
(61,85,57)
#32462F
(50,70,47)
#273725
(39,55,37)
#1C281B
(28,40,27)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #7FAF75

#7FAF75
(127,175,117)
#8AB681
(138,182,129)
#95BD8D
(149,189,141)
#A0C499
(160,196,153)
#ABCBA5
(171,203,165)
#B6D2B1
(182,210,177)
#C1D9BD
(193,217,189)
#CCE0C9
(204,224,201)
#D7E7D5
(215,231,213)
#E2EEE1
(226,238,225)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAF75; }

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

This text font color is #7FAF75.


Background Color

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

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

This div background color is #7FAF75.


Border color

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

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

This div border color is #7FAF75.


Opacity

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

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

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

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

This text has shadow with #7FAF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAF75 on black background.


Color preview on white background

This text has color #7FAF75 on white background.



Black color preview on #7FAF75 background

This text has black color on #7FAF75 background.


White color preview on #7FAF75 background

This text has white color on #7FAF75 background.