COLOR #7FB969

HEX: #7FB969
RGB: (127,185,105)

Color info

#7FB969 contains mainly red and green colors. Web safe color of #7FB969 is #66CC66 (or #6C6).

RGB color model

#7FB969 color RGB value is (127,185,105).

  • red value is 127;
  • green value is 185;
  • blue value is 105.
RGB:
(127,185,105)
(50%,73%,41%)

RGB channels and saturation

R 127 of 255 = 50%
G 185 of 255 = 73%
B 105 of 255 = 41%

127
185
105

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

Portions of RGB colors in percentages

R + G + B =
127 + 185 + 105 = 417 (100%)
R 127 of 417 ~ 30.46%
G 185 of 417 ~ 44.36%
B 105 of 417 ~ 25.18%

%30.46
%44.36
%25.18

CMYK color model

#7FB969 color CMYK value is (31,0,43,27).

  • cyan value is 31.35%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 27.45%
CMYK:
(31,0,43,27)
C31M0Y43K27 
(31%,0%,43%,27%)
(0.31/0.00/0.43/0.27)	

CMYK percentages

%31.35
%0
%43.24
%27.45

Codes

Color #7FB969 in popluar color models

7FB969
RGB127185105
HSL104°36.36%56.86%
HSB/HSV104°43.24%72.55%
CMYK31.35%0.00%43.24%
27.45%

Color #7FB969 in popluar number systems.

HEX7FB969
Decimal127185105
Binary1111111101110011101001
Octal177271151

Shades and tints

Shades of #7FB969

#7FB969
(127,185,105)
#74A960
(116,169,96)
#699957
(105,153,87)
#5E894E
(94,137,78)
#537945
(83,121,69)
#48693C
(72,105,60)
#3D5933
(61,89,51)
#32492A
(50,73,42)
#273921
(39,57,33)
#1C2918
(28,41,24)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #7FB969

#7FB969
(127,185,105)
#8ABF76
(138,191,118)
#95C583
(149,197,131)
#A0CB90
(160,203,144)
#ABD19D
(171,209,157)
#B6D7AA
(182,215,170)
#C1DDB7
(193,221,183)
#CCE3C4
(204,227,196)
#D7E9D1
(215,233,209)
#E2EFDE
(226,239,222)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB969 color. Also use rgb(127,185,105) instead hex code.

Text Font Color

.myTextColor { color: #7FB969; }

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

This text font color is #7FB969.


Background Color

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

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

This div background color is #7FB969.


Border color

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

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

This div border color is #7FB969.


Opacity

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

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

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

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

This text has shadow with #7FB969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB969 on black background.


Color preview on white background

This text has color #7FB969 on white background.



Black color preview on #7FB969 background

This text has black color on #7FB969 background.


White color preview on #7FB969 background

This text has white color on #7FB969 background.