COLOR #7C9E18

HEX: #7C9E18
RGB: (124,158,24)

Color info

#7C9E18 contains mainly red and green colors. Web safe color of #7C9E18 is #669900 (or #690).

RGB color model

#7C9E18 color RGB value is (124,158,24).

  • red value is 124;
  • green value is 158;
  • blue value is 24.
RGB:
(124,158,24)
(49%,62%,9%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 24 of 255 = 9%

124
158
24

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

Portions of RGB colors in percentages

R + G + B =
124 + 158 + 24 = 306 (100%)
R 124 of 306 ~ 40.52%
G 158 of 306 ~ 51.63%
B 24 of 306 ~ 7.84%

%40.52
%51.63

CMYK color model

#7C9E18 color CMYK value is (22,0,85,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 84.81%
  • key color value is 38.04%
CMYK:
(22,0,85,38)
C22M0Y85K38 
(22%,0%,85%,38%)
(0.22/0.00/0.85/0.38)	

CMYK percentages

%21.52
%0
%84.81
%38.04

Codes

Color #7C9E18 in popluar color models

7C9E18
RGB12415824
HSL75°73.63%35.69%
HSB/HSV75°84.81%61.96%
CMYK21.52%0.00%84.81%
38.04%

Color #7C9E18 in popluar number systems.

HEX7C9E18
Decimal12415824
Binary11111001001111011000
Octal17423630

Shades and tints

Shades of #7C9E18

#7C9E18
(124,158,24)
#719016
(113,144,22)
#668214
(102,130,20)
#5B7412
(91,116,18)
#506610
(80,102,16)
#45580E
(69,88,14)
#3A4A0C
(58,74,12)
#2F3C0A
(47,60,10)
#242E08
(36,46,8)
#192006
(25,32,6)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #7C9E18

#7C9E18
(124,158,24)
#87A62D
(135,166,45)
#92AE42
(146,174,66)
#9DB657
(157,182,87)
#A8BE6C
(168,190,108)
#B3C681
(179,198,129)
#BECE96
(190,206,150)
#C9D6AB
(201,214,171)
#D4DEC0
(212,222,192)
#DFE6D5
(223,230,213)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9E18 color. Also use rgb(124,158,24) instead hex code.

Text Font Color

.myTextColor { color: #7C9E18; }

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

This text font color is #7C9E18.


Background Color

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

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

This div background color is #7C9E18.


Border color

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

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

This div border color is #7C9E18.


Opacity

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

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

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

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

This text has shadow with #7C9E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9E18 on black background.


Color preview on white background

This text has color #7C9E18 on white background.



Black color preview on #7C9E18 background

This text has black color on #7C9E18 background.


White color preview on #7C9E18 background

This text has white color on #7C9E18 background.