COLOR #769A4D

HEX: #769A4D
RGB: (118,154,77)

Color info

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

RGB color model

#769A4D color RGB value is (118,154,77).

  • red value is 118;
  • green value is 154;
  • blue value is 77.
RGB:
(118,154,77)
(46%,60%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 77 of 255 = 30%

118
154
77

R + G + B ~ 45%. #769A4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 154 + 77 = 349 (100%)
R 118 of 349 ~ 33.81%
G 154 of 349 ~ 44.13%
B 77 of 349 ~ 22.06%

%33.81
%44.13
%22.06

CMYK color model

#769A4D color CMYK value is (23,0,50,40).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 39.61%
CMYK:
(23,0,50,40)
C23M0Y50K40 
(23%,0%,50%,40%)
(0.23/0.00/0.50/0.40)	

CMYK percentages

%23.38
%0
%50
%39.61

Codes

Color #769A4D in popluar color models

769A4D
RGB11815477
HSL88°33.33%45.29%
HSB/HSV88°50.00%60.39%
CMYK23.38%0.00%50.00%
39.61%

Color #769A4D in popluar number systems.

HEX769A4D
Decimal11815477
Binary1110110100110101001101
Octal166232115

Shades and tints

Shades of #769A4D

#769A4D
(118,154,77)
#6C8C46
(108,140,70)
#627E3F
(98,126,63)
#587038
(88,112,56)
#4E6231
(78,98,49)
#44542A
(68,84,42)
#3A4623
(58,70,35)
#30381C
(48,56,28)
#262A15
(38,42,21)
#1C1C0E
(28,28,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #769A4D

#769A4D
(118,154,77)
#82A35D
(130,163,93)
#8EAC6D
(142,172,109)
#9AB57D
(154,181,125)
#A6BE8D
(166,190,141)
#B2C79D
(178,199,157)
#BED0AD
(190,208,173)
#CAD9BD
(202,217,189)
#D6E2CD
(214,226,205)
#E2EBDD
(226,235,221)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769A4D color. Also use rgb(118,154,77) instead hex code.

Text Font Color

.myTextColor { color: #769A4D; }

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

This text font color is #769A4D.


Background Color

.myBgColor { background-color: #769A4D; }

<div style="background-color:#769A4D">Inner text</div>

This div background color is #769A4D.


Border color

.myBorderColor { border: 1px solid #769A4D; }

<div style="border:3px solid #769A4D">Div</div>

This div border color is #769A4D.


Opacity

.myOpacity80 { color: #769A4D; opacity: 0.8; }

<p style="color:#769A4D;opacity:0.8;">80%</p>

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

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

This text has shadow with #769A4D color.

.textShadow {text-shadow: 3px 3px 1px #769A4D, 3px 3px 1px red;}

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

This text has shadow with #769A4D primary color and red secondary color.


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

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

This text has shadow with #769A4D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769A4D on black background.


Color preview on white background

This text has color #769A4D on white background.



Black color preview on #769A4D background

This text has black color on #769A4D background.


White color preview on #769A4D background

This text has white color on #769A4D background.