COLOR #7C9927

HEX: #7C9927
RGB: (124,153,39)

Color info

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

RGB color model

#7C9927 color RGB value is (124,153,39).

  • red value is 124;
  • green value is 153;
  • blue value is 39.
RGB:
(124,153,39)
(49%,60%,15%)

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 39 of 255 = 15%

124
153
39

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

Portions of RGB colors in percentages

R + G + B =
124 + 153 + 39 = 316 (100%)
R 124 of 316 ~ 39.24%
G 153 of 316 ~ 48.42%
B 39 of 316 ~ 12.34%

%39.24
%48.42
%12.34

CMYK color model

#7C9927 color CMYK value is (19,0,75,40).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 40.00%
CMYK:
(19,0,75,40)
C19M0Y75K40 
(19%,0%,75%,40%)
(0.19/0.00/0.75/0.40)	

CMYK percentages

%18.95
%0
%74.51
%40

Codes

Color #7C9927 in popluar color models

7C9927
RGB12415339
HSL75°59.38%37.65%
HSB/HSV75°74.51%60.00%
CMYK18.95%0.00%74.51%
40.00%

Color #7C9927 in popluar number systems.

HEX7C9927
Decimal12415339
Binary111110010011001100111
Octal17423147

Shades and tints

Shades of #7C9927

#7C9927
(124,153,39)
#718C24
(113,140,36)
#667F21
(102,127,33)
#5B721E
(91,114,30)
#50651B
(80,101,27)
#455818
(69,88,24)
#3A4B15
(58,75,21)
#2F3E12
(47,62,18)
#24310F
(36,49,15)
#19240C
(25,36,12)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #7C9927

#7C9927
(124,153,39)
#87A23A
(135,162,58)
#92AB4D
(146,171,77)
#9DB460
(157,180,96)
#A8BD73
(168,189,115)
#B3C686
(179,198,134)
#BECF99
(190,207,153)
#C9D8AC
(201,216,172)
#D4E1BF
(212,225,191)
#DFEAD2
(223,234,210)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9927; }

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

This text font color is #7C9927.


Background Color

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

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

This div background color is #7C9927.


Border color

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

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

This div border color is #7C9927.


Opacity

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

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

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

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

This text has shadow with #7C9927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9927 on black background.


Color preview on white background

This text has color #7C9927 on white background.



Black color preview on #7C9927 background

This text has black color on #7C9927 background.


White color preview on #7C9927 background

This text has white color on #7C9927 background.