COLOR #7FAB68

HEX: #7FAB68
RGB: (127,171,104)

Color info

#7FAB68 contains mainly red and green colors. Web safe color of #7FAB68 is #669966 (or #696).

RGB color model

#7FAB68 color RGB value is (127,171,104).

  • red value is 127;
  • green value is 171;
  • blue value is 104.
RGB:
(127,171,104)
(50%,67%,41%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 104 of 255 = 41%

127
171
104

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

Portions of RGB colors in percentages

R + G + B =
127 + 171 + 104 = 402 (100%)
R 127 of 402 ~ 31.59%
G 171 of 402 ~ 42.54%
B 104 of 402 ~ 25.87%

%31.59
%42.54
%25.87

CMYK color model

#7FAB68 color CMYK value is (26,0,39,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 32.94%
CMYK:
(26,0,39,33)
C26M0Y39K33 
(26%,0%,39%,33%)
(0.26/0.00/0.39/0.33)	

CMYK percentages

%25.73
%0
%39.18
%32.94

Codes

Color #7FAB68 in popluar color models

7FAB68
RGB127171104
HSL99°28.51%53.92%
HSB/HSV99°39.18%67.06%
CMYK25.73%0.00%39.18%
32.94%

Color #7FAB68 in popluar number systems.

HEX7FAB68
Decimal127171104
Binary1111111101010111101000
Octal177253150

Shades and tints

Shades of #7FAB68

#7FAB68
(127,171,104)
#749C5F
(116,156,95)
#698D56
(105,141,86)
#5E7E4D
(94,126,77)
#536F44
(83,111,68)
#48603B
(72,96,59)
#3D5132
(61,81,50)
#324229
(50,66,41)
#273320
(39,51,32)
#1C2417
(28,36,23)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7FAB68

#7FAB68
(127,171,104)
#8AB275
(138,178,117)
#95B982
(149,185,130)
#A0C08F
(160,192,143)
#ABC79C
(171,199,156)
#B6CEA9
(182,206,169)
#C1D5B6
(193,213,182)
#CCDCC3
(204,220,195)
#D7E3D0
(215,227,208)
#E2EADD
(226,234,221)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAB68 color. Also use rgb(127,171,104) instead hex code.

Text Font Color

.myTextColor { color: #7FAB68; }

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

This text font color is #7FAB68.


Background Color

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

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

This div background color is #7FAB68.


Border color

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

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

This div border color is #7FAB68.


Opacity

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

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

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

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

This text has shadow with #7FAB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAB68 on black background.


Color preview on white background

This text has color #7FAB68 on white background.



Black color preview on #7FAB68 background

This text has black color on #7FAB68 background.


White color preview on #7FAB68 background

This text has white color on #7FAB68 background.