COLOR #7C8B0F

HEX: #7C8B0F RGB: (124,139,15)

Color info

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

RGB color model

#7C8B0F color RGB value is (124,139,15).

RGB: (124,139,15) (49%, 55%, 6%)

RGB channels and saturation

R 124 of 255 = 49%
G 139 of 255 = 55%
B 15 of 255 = 6%

124
139
15

R + G + B ~ 37%. #7C8B0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 139 + 15 = 278 (100%)
R 124 of 278 ~ 44.6%
G 139 of 278 ~ 50%
B 15 of 278 ~ 5.4'%

%44.6
%50

CMYK color model

#7C8B0F color CMYK value is (11,0,89,45).

  • cyan value is 10.79%
  • magenta value is 0.00%
  • yellow value is 89.21%
  • key color value is 45.49%

CMYK: (11,0,89,45)
C11M0Y89K45 (11%, 0%, 89%, 45%)
(0.11 / 0.00 / 0.89 / 0.45)

CMYK percentages

%10.79
%0
%89.21
%45.49

Codes

Color #7C8B0F in popluar color models

7C 8B 0F
RGB 124 139 15
HSL 67° 80.52% 30.20%
HSB/HSV 67° 89.21% 54.51%
CMYK 10.79% 0.00% 89.21%
45.49%

Color #7C8B0F in popluar number systems.

HEX 7C 8B 0F
Decimal 124 139 15
Binary 1111100 10001011 1111
Octal 174 213 17

Shades and tints

Shades of #7C8B0F

#7C8B0F
(124,139,15)
#717F0E
(113,127,14)
#66730D
(102,115,13)
#5B670C
(91,103,12)
#505B0B
(80,91,11)
#454F0A
(69,79,10)
#3A4309
(58,67,9)
#2F3708
(47,55,8)
#242B07
(36,43,7)
#191F06
(25,31,6)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #7C8B0F

#7C8B0F
(124,139,15)
#879524
(135,149,36)
#929F39
(146,159,57)
#9DA94E
(157,169,78)
#A8B363
(168,179,99)
#B3BD78
(179,189,120)
#BEC78D
(190,199,141)
#C9D1A2
(201,209,162)
#D4DBB7
(212,219,183)
#DFE5CC
(223,229,204)
#EAEFE1
(234,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8B0F color. Also use rgb(124,139,15) instead hex code.

Text Font Color

.myTextColor { color: #7C8B0F; }

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

This text font color is #7C8B0F.

Background Color

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

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

This div background color is #7C8B0F.

Border color

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

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

This div border color is #7C8B0F.

Opacity

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

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

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

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

This text has shadow with #7C8B0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8B0F.

Preview

Color preview on black background

This text has color #7C8B0F on black background.


Color preview on white background

This text has color #7C8B0F on white background.


Black color preview on #7C8B0F background

This text has black color on #7C8B0F background.


White color preview on #7C8B0F background

This text has white color on #7C8B0F background.


Related colors

Complementary color

Complementary color for #hex is #8374F0.


I love getcolorcode.com

Triadic colors

1 #0F7C8B and #8B0F7C with #7C8B0F are triadic colors.

2 #0F8B7C and #8B7C0F with #7C8B0F are triadic colors.