COLOR #7FAB66

HEX: #7FAB66 RGB: (127,171,102)

Color info

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

RGB color model

#7FAB66 color RGB value is (127,171,102).

RGB: (127,171,102) (50%, 67%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 102 of 255 = 40%

127
171
102

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

Portions of RGB colors in percentages

R + G + B = 127 + 171 + 102 = 400 (100%)
R 127 of 400 ~ 31.75%
G 171 of 400 ~ 42.75%
B 102 of 400 ~ 25.5'%

%31.75
%42.75
%25.5

CMYK color model

#7FAB66 color CMYK value is (26,0,40,33).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%

CMYK: (26,0,40,33)
C26M0Y40K33 (26%, 0%, 40%, 33%)
(0.26 / 0.00 / 0.40 / 0.33)

CMYK percentages

%25.73
%0
%40.35
%32.94

Codes

Color #7FAB66 in popluar color models

7F AB 66
RGB 127 171 102
HSL 98° 29.11% 53.53%
HSB/HSV 98° 40.35% 67.06%
CMYK 25.73% 0.00% 40.35%
32.94%

Color #7FAB66 in popluar number systems.

HEX 7F AB 66
Decimal 127 171 102
Binary 1111111 10101011 1100110
Octal 177 253 146

Shades and tints

Shades of #7FAB66

#7FAB66
(127,171,102)
#749C5D
(116,156,93)
#698D54
(105,141,84)
#5E7E4B
(94,126,75)
#536F42
(83,111,66)
#486039
(72,96,57)
#3D5130
(61,81,48)
#324227
(50,66,39)
#27331E
(39,51,30)
#1C2415
(28,36,21)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #7FAB66

#7FAB66
(127,171,102)
#8AB273
(138,178,115)
#95B980
(149,185,128)
#A0C08D
(160,192,141)
#ABC79A
(171,199,154)
#B6CEA7
(182,206,167)
#C1D5B4
(193,213,180)
#CCDCC1
(204,220,193)
#D7E3CE
(215,227,206)
#E2EADB
(226,234,219)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAB66; }

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

This text font color is #7FAB66.

Background Color

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

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

This div background color is #7FAB66.

Border color

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

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

This div border color is #7FAB66.

Opacity

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

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

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

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

This text has shadow with #7FAB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAB66.

Preview

Color preview on black background

This text has color #7FAB66 on black background.


Color preview on white background

This text has color #7FAB66 on white background.


Black color preview on #7FAB66 background

This text has black color on #7FAB66 background.


White color preview on #7FAB66 background

This text has white color on #7FAB66 background.


Related colors

Complementary color

Complementary color for #hex is #805499.


I love getcolorcode.com

Triadic colors

1 #667FAB and #AB667F with #7FAB66 are triadic colors.

2 #66AB7F and #AB7F66 with #7FAB66 are triadic colors.