COLOR #7FAB3C

HEX: #7FAB3C RGB: (127,171,60)

Color info

#7FAB3C contains mainly red and green colors. Web safe color of #7FAB3C is #669933 (or #693).

RGB color model

#7FAB3C color RGB value is (127,171,60).

RGB: (127,171,60) (50%, 67%, 24%)

RGB channels and saturation

R 127 of 255 = 50%
G 171 of 255 = 67%
B 60 of 255 = 24%

127
171
60

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

Portions of RGB colors in percentages

R + G + B = 127 + 171 + 60 = 358 (100%)
R 127 of 358 ~ 35.47%
G 171 of 358 ~ 47.77%
B 60 of 358 ~ 16.76'%

%35.47
%47.77
%16.76

CMYK color model

#7FAB3C color CMYK value is (26,0,65,33).

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

CMYK: (26,0,65,33)
C26M0Y65K33 (26%, 0%, 65%, 33%)
(0.26 / 0.00 / 0.65 / 0.33)

CMYK percentages

%25.73
%0
%64.91
%32.94

Codes

Color #7FAB3C in popluar color models

7F AB 3C
RGB 127 171 60
HSL 84° 48.05% 45.29%
HSB/HSV 84° 64.91% 67.06%
CMYK 25.73% 0.00% 64.91%
32.94%

Color #7FAB3C in popluar number systems.

HEX 7F AB 3C
Decimal 127 171 60
Binary 1111111 10101011 111100
Octal 177 253 74

Shades and tints

Shades of #7FAB3C

#7FAB3C
(127,171,60)
#749C37
(116,156,55)
#698D32
(105,141,50)
#5E7E2D
(94,126,45)
#536F28
(83,111,40)
#486023
(72,96,35)
#3D511E
(61,81,30)
#324219
(50,66,25)
#273314
(39,51,20)
#1C240F
(28,36,15)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #7FAB3C

#7FAB3C
(127,171,60)
#8AB24D
(138,178,77)
#95B95E
(149,185,94)
#A0C06F
(160,192,111)
#ABC780
(171,199,128)
#B6CE91
(182,206,145)
#C1D5A2
(193,213,162)
#CCDCB3
(204,220,179)
#D7E3C4
(215,227,196)
#E2EAD5
(226,234,213)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAB3C; }

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

This text font color is #7FAB3C.

Background Color

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

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

This div background color is #7FAB3C.

Border color

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

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

This div border color is #7FAB3C.

Opacity

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

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

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

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

This text has shadow with #7FAB3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FAB3C.

Preview

Color preview on black background

This text has color #7FAB3C on black background.


Color preview on white background

This text has color #7FAB3C on white background.


Black color preview on #7FAB3C background

This text has black color on #7FAB3C background.


White color preview on #7FAB3C background

This text has white color on #7FAB3C background.


Related colors

Complementary color

Complementary color for #hex is #8054C3.


I love getcolorcode.com

Triadic colors

1 #3C7FAB and #AB3C7F with #7FAB3C are triadic colors.

2 #3CAB7F and #AB7F3C with #7FAB3C are triadic colors.