COLOR #7C9939

HEX: #7C9939 RGB: (124,153,57)

Color info

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

RGB color model

#7C9939 color RGB value is (124,153,57).

RGB: (124,153,57) (49%, 60%, 22%)

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 57 of 255 = 22%

124
153
57

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

Portions of RGB colors in percentages

R + G + B = 124 + 153 + 57 = 334 (100%)
R 124 of 334 ~ 37.13%
G 153 of 334 ~ 45.81%
B 57 of 334 ~ 17.07'%

%37.13
%45.81
%17.07

CMYK color model

#7C9939 color CMYK value is (19,0,63,40).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK: (19,0,63,40) C19M0Y63K40 (19%,0%,63%,40%) (0.19/0.00/0.63/0.40) 

CMYK percentages

%18.95
%0
%62.75
%40

Codes

Color #7C9939 in popluar color models

7C 99 39
RGB 124 153 57
HSL 78° 45.71% 41.18%
HSB/HSV 78° 62.75% 60.00%
CMYK 18.95% 0.00% 62.75%
40.00%

Color #7C9939 in popluar number systems.

HEX 7C 99 39
Decimal 124 153 57
Binary 1111100 10011001 111001
Octal 174 231 71

Shades and tints

Shades of #7C9939

#7C9939
(124,153,57)
#718C34
(113,140,52)
#667F2F
(102,127,47)
#5B722A
(91,114,42)
#506525
(80,101,37)
#455820
(69,88,32)
#3A4B1B
(58,75,27)
#2F3E16
(47,62,22)
#243111
(36,49,17)
#19240C
(25,36,12)
#0E1707
(14,23,7)
#000000
(0,0,0)

Tints of #7C9939

#7C9939
(124,153,57)
#87A24B
(135,162,75)
#92AB5D
(146,171,93)
#9DB46F
(157,180,111)
#A8BD81
(168,189,129)
#B3C693
(179,198,147)
#BECFA5
(190,207,165)
#C9D8B7
(201,216,183)
#D4E1C9
(212,225,201)
#DFEADB
(223,234,219)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9939 color. Also use rgb(124,153,57) instead hex code.

Text Font Color

.myTextColor { color: #7C9939; }

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

This text font color is #7C9939.

Background Color

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

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

This div background color is #7C9939.

Border color

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

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

This div border color is #7C9939.

Opacity

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

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

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

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

This text has shadow with #7C9939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9939.

Preview

Color preview on black background

This text has color #7C9939 on black background.


Color preview on white background

This text has color #7C9939 on white background.


Black color preview on #7C9939 background

This text has black color on #7C9939 background.


White color preview on #7C9939 background

This text has white color on #7C9939 background.


Related colors

Complementary color

Complementary color for #hex is #8366C6.


I love getcolorcode.com

Triadic colors

1 #397C99 and #99397C with #7C9939 are triadic colors.

2 #39997C and #997C39 with #7C9939 are triadic colors.