COLOR #7FA59A

HEX: #7FA59A
RGB: (127,165,154)

Color info

#7FA59A contains red, green and blue colors in about the same proportion. Web safe color of #7FA59A is #669999 (or #699).

RGB color model

#7FA59A color RGB value is (127,165,154).

  • red value is 127;
  • green value is 165;
  • blue value is 154.
RGB:
(127,165,154)
(50%,65%,60%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 154 of 255 = 60%

127
165
154

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

Portions of RGB colors in percentages

R + G + B =
127 + 165 + 154 = 446 (100%)
R 127 of 446 ~ 28.48%
G 165 of 446 ~ 37%
B 154 of 446 ~ 34.53%

%28.48
%37
%34.53

CMYK color model

#7FA59A color CMYK value is (23,0,7,35).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(23,0,7,35)
C23M0Y7K35 
(23%,0%,7%,35%)
(0.23/0.00/0.07/0.35)	

CMYK percentages

%23.03
%0
%6.67
%35.29

Codes

Color #7FA59A in popluar color models

7FA59A
RGB127165154
HSL163°17.43%57.25%
HSB/HSV163°23.03%64.71%
CMYK23.03%0.00%6.67%
35.29%

Color #7FA59A in popluar number systems.

HEX7FA59A
Decimal127165154
Binary11111111010010110011010
Octal177245232

Shades and tints

Shades of #7FA59A

#7FA59A
(127,165,154)
#74968C
(116,150,140)
#69877E
(105,135,126)
#5E7870
(94,120,112)
#536962
(83,105,98)
#485A54
(72,90,84)
#3D4B46
(61,75,70)
#323C38
(50,60,56)
#272D2A
(39,45,42)
#1C1E1C
(28,30,28)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #7FA59A

#7FA59A
(127,165,154)
#8AADA3
(138,173,163)
#95B5AC
(149,181,172)
#A0BDB5
(160,189,181)
#ABC5BE
(171,197,190)
#B6CDC7
(182,205,199)
#C1D5D0
(193,213,208)
#CCDDD9
(204,221,217)
#D7E5E2
(215,229,226)
#E2EDEB
(226,237,235)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA59A; }

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

This text font color is #7FA59A.


Background Color

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

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

This div background color is #7FA59A.


Border color

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

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

This div border color is #7FA59A.


Opacity

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

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

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

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

This text has shadow with #7FA59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA59A on black background.


Color preview on white background

This text has color #7FA59A on white background.



Black color preview on #7FA59A background

This text has black color on #7FA59A background.


White color preview on #7FA59A background

This text has white color on #7FA59A background.