COLOR #7FB093

HEX: #7FB093 RGB: (127,176,147)

Color info

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

RGB color model

#7FB093 color RGB value is (127,176,147).

RGB: (127,176,147) (50%, 69%, 58%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 147 of 255 = 58%

127
176
147

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

Portions of RGB colors in percentages

R + G + B = 127 + 176 + 147 = 450 (100%)
R 127 of 450 ~ 28.22%
G 176 of 450 ~ 39.11%
B 147 of 450 ~ 32.67'%

%28.22
%39.11
%32.67

CMYK color model

#7FB093 color CMYK value is (28,0,16,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%

CMYK: (28,0,16,31)
C28M0Y16K31 (28%, 0%, 16%, 31%)
(0.28 / 0.00 / 0.16 / 0.31)

CMYK percentages

%27.84
%0
%16.48
%30.98

Codes

Color #7FB093 in popluar color models

7F B0 93
RGB 127 176 147
HSL 144° 23.67% 59.41%
HSB/HSV 144° 27.84% 69.02%
CMYK 27.84% 0.00% 16.48%
30.98%

Color #7FB093 in popluar number systems.

HEX 7F B0 93
Decimal 127 176 147
Binary 1111111 10110000 10010011
Octal 177 260 223

Shades and tints

Shades of #7FB093

#7FB093
(127,176,147)
#74A086
(116,160,134)
#699079
(105,144,121)
#5E806C
(94,128,108)
#53705F
(83,112,95)
#486052
(72,96,82)
#3D5045
(61,80,69)
#324038
(50,64,56)
#27302B
(39,48,43)
#1C201E
(28,32,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7FB093

#7FB093
(127,176,147)
#8AB79C
(138,183,156)
#95BEA5
(149,190,165)
#A0C5AE
(160,197,174)
#ABCCB7
(171,204,183)
#B6D3C0
(182,211,192)
#C1DAC9
(193,218,201)
#CCE1D2
(204,225,210)
#D7E8DB
(215,232,219)
#E2EFE4
(226,239,228)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB093 color. Also use rgb(127,176,147) instead hex code.

Text Font Color

.myTextColor { color: #7FB093; }

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

This text font color is #7FB093.

Background Color

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

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

This div background color is #7FB093.

Border color

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

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

This div border color is #7FB093.

Opacity

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

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

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

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

This text has shadow with #7FB093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB093.

Preview

Color preview on black background

This text has color #7FB093 on black background.


Color preview on white background

This text has color #7FB093 on white background.


Black color preview on #7FB093 background

This text has black color on #7FB093 background.


White color preview on #7FB093 background

This text has white color on #7FB093 background.


Related colors

Complementary color

Complementary color for #hex is #804F6C.


I love getcolorcode.com

Triadic colors

1 #937FB0 and #B0937F with #7FB093 are triadic colors.

2 #93B07F and #B07F93 with #7FB093 are triadic colors.