COLOR #7CBD61

HEX: #7CBD61 RGB: (124,189,97)

Color info

#7CBD61 contains mainly green color. Web safe color of #7CBD61 is #66CC66 (or #6C6).

RGB color model

#7CBD61 color RGB value is (124,189,97).

RGB: (124,189,97) (49%, 74%, 38%)

RGB channels and saturation

R 124 of 255 = 49%
G 189 of 255 = 74%
B 97 of 255 = 38%

124
189
97

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

Portions of RGB colors in percentages

R + G + B = 124 + 189 + 97 = 410 (100%)
R 124 of 410 ~ 30.24%
G 189 of 410 ~ 46.1%
B 97 of 410 ~ 23.66'%

%30.24
%46.1
%23.66

CMYK color model

#7CBD61 color CMYK value is (34,0,49,26).

  • cyan value is 34.39%
  • magenta value is 0.00%
  • yellow value is 48.68%
  • key color value is 25.88%

CMYK: (34,0,49,26)
C34M0Y49K26 (34%, 0%, 49%, 26%)
(0.34 / 0.00 / 0.49 / 0.26)

CMYK percentages

%34.39
%0
%48.68
%25.88

Codes

Color #7CBD61 in popluar color models

7C BD 61
RGB 124 189 97
HSL 102° 41.07% 56.08%
HSB/HSV 102° 48.68% 74.12%
CMYK 34.39% 0.00% 48.68%
25.88%

Color #7CBD61 in popluar number systems.

HEX 7C BD 61
Decimal 124 189 97
Binary 1111100 10111101 1100001
Octal 174 275 141

Shades and tints

Shades of #7CBD61

#7CBD61
(124,189,97)
#71AC59
(113,172,89)
#669B51
(102,155,81)
#5B8A49
(91,138,73)
#507941
(80,121,65)
#456839
(69,104,57)
#3A5731
(58,87,49)
#2F4629
(47,70,41)
#243521
(36,53,33)
#192419
(25,36,25)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7CBD61

#7CBD61
(124,189,97)
#87C36F
(135,195,111)
#92C97D
(146,201,125)
#9DCF8B
(157,207,139)
#A8D599
(168,213,153)
#B3DBA7
(179,219,167)
#BEE1B5
(190,225,181)
#C9E7C3
(201,231,195)
#D4EDD1
(212,237,209)
#DFF3DF
(223,243,223)
#EAF9ED
(234,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBD61 color. Also use rgb(124,189,97) instead hex code.

Text Font Color

.myTextColor { color: #7CBD61; }

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

This text font color is #7CBD61.

Background Color

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

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

This div background color is #7CBD61.

Border color

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

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

This div border color is #7CBD61.

Opacity

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

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

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

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

This text has shadow with #7CBD61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBD61.

Preview

Color preview on black background

This text has color #7CBD61 on black background.


Color preview on white background

This text has color #7CBD61 on white background.


Black color preview on #7CBD61 background

This text has black color on #7CBD61 background.


White color preview on #7CBD61 background

This text has white color on #7CBD61 background.


Related colors

Complementary color

Complementary color for #hex is #83429E.


I love getcolorcode.com

Triadic colors

1 #617CBD and #BD617C with #7CBD61 are triadic colors.

2 #61BD7C and #BD7C61 with #7CBD61 are triadic colors.