COLOR #7CB98D

HEX: #7CB98D RGB: (124,185,141)

Color info

#7CB98D contains mainly green and blue colors. Web safe color of #7CB98D is #66CC99 (or #6C9).

RGB color model

#7CB98D color RGB value is (124,185,141).

RGB: (124,185,141) (49%, 73%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 185 of 255 = 73%
B 141 of 255 = 55%

124
185
141

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

Portions of RGB colors in percentages

R + G + B = 124 + 185 + 141 = 450 (100%)
R 124 of 450 ~ 27.56%
G 185 of 450 ~ 41.11%
B 141 of 450 ~ 31.33'%

%27.56
%41.11
%31.33

CMYK color model

#7CB98D color CMYK value is (33,0,24,27).

  • cyan value is 32.97%
  • magenta value is 0.00%
  • yellow value is 23.78%
  • key color value is 27.45%

CMYK: (33,0,24,27)
C33M0Y24K27 (33%, 0%, 24%, 27%)
(0.33 / 0.00 / 0.24 / 0.27)

CMYK percentages

%32.97
%0
%23.78
%27.45

Codes

Color #7CB98D in popluar color models

7C B9 8D
RGB 124 185 141
HSL 137° 30.35% 60.59%
HSB/HSV 137° 32.97% 72.55%
CMYK 32.97% 0.00% 23.78%
27.45%

Color #7CB98D in popluar number systems.

HEX 7C B9 8D
Decimal 124 185 141
Binary 1111100 10111001 10001101
Octal 174 271 215

Shades and tints

Shades of #7CB98D

#7CB98D
(124,185,141)
#71A981
(113,169,129)
#669975
(102,153,117)
#5B8969
(91,137,105)
#50795D
(80,121,93)
#456951
(69,105,81)
#3A5945
(58,89,69)
#2F4939
(47,73,57)
#24392D
(36,57,45)
#192921
(25,41,33)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #7CB98D

#7CB98D
(124,185,141)
#87BF97
(135,191,151)
#92C5A1
(146,197,161)
#9DCBAB
(157,203,171)
#A8D1B5
(168,209,181)
#B3D7BF
(179,215,191)
#BEDDC9
(190,221,201)
#C9E3D3
(201,227,211)
#D4E9DD
(212,233,221)
#DFEFE7
(223,239,231)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB98D color. Also use rgb(124,185,141) instead hex code.

Text Font Color

.myTextColor { color: #7CB98D; }

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

This text font color is #7CB98D.

Background Color

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

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

This div background color is #7CB98D.

Border color

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

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

This div border color is #7CB98D.

Opacity

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

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

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

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

This text has shadow with #7CB98D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB98D.

Preview

Color preview on black background

This text has color #7CB98D on black background.


Color preview on white background

This text has color #7CB98D on white background.


Black color preview on #7CB98D background

This text has black color on #7CB98D background.


White color preview on #7CB98D background

This text has white color on #7CB98D background.


Related colors

Complementary color

Complementary color for #hex is #834672.


I love getcolorcode.com

Triadic colors

1 #8D7CB9 and #B98D7C with #7CB98D are triadic colors.

2 #8DB97C and #B97C8D with #7CB98D are triadic colors.