COLOR #769350

HEX: #769350
RGB: (118,147,80)

Color info

#769350 contains mainly red and green colors. Web safe color of #769350 is #669966 (or #696).

RGB color model

#769350 color RGB value is (118,147,80).

  • red value is 118;
  • green value is 147;
  • blue value is 80.
RGB:
(118,147,80)
(46%,58%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 80 of 255 = 31%

118
147
80

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 80 = 345 (100%)
R 118 of 345 ~ 34.2%
G 147 of 345 ~ 42.61%
B 80 of 345 ~ 23.19%

%34.2
%42.61
%23.19

CMYK color model

#769350 color CMYK value is (20,0,46,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%
CMYK:
(20,0,46,42)
C20M0Y46K42 
(20%,0%,46%,42%)
(0.20/0.00/0.46/0.42)	

CMYK percentages

%19.73
%0
%45.58
%42.35

Codes

Color #769350 in popluar color models

769350
RGB11814780
HSL86°29.52%44.51%
HSB/HSV86°45.58%57.65%
CMYK19.73%0.00%45.58%
42.35%

Color #769350 in popluar number systems.

HEX769350
Decimal11814780
Binary1110110100100111010000
Octal166223120

Shades and tints

Shades of #769350

#769350
(118,147,80)
#6C8649
(108,134,73)
#627942
(98,121,66)
#586C3B
(88,108,59)
#4E5F34
(78,95,52)
#44522D
(68,82,45)
#3A4526
(58,69,38)
#30381F
(48,56,31)
#262B18
(38,43,24)
#1C1E11
(28,30,17)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #769350

#769350
(118,147,80)
#829C5F
(130,156,95)
#8EA56E
(142,165,110)
#9AAE7D
(154,174,125)
#A6B78C
(166,183,140)
#B2C09B
(178,192,155)
#BEC9AA
(190,201,170)
#CAD2B9
(202,210,185)
#D6DBC8
(214,219,200)
#E2E4D7
(226,228,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769350 color. Also use rgb(118,147,80) instead hex code.

Text Font Color

.myTextColor { color: #769350; }

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

This text font color is #769350.


Background Color

.myBgColor { background-color: #769350; }

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

This div background color is #769350.


Border color

.myBorderColor { border: 1px solid #769350; }

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

This div border color is #769350.


Opacity

.myOpacity80 { color: #769350; opacity: 0.8; }

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

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

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

This text has shadow with #769350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769350 on black background.


Color preview on white background

This text has color #769350 on white background.



Black color preview on #769350 background

This text has black color on #769350 background.


White color preview on #769350 background

This text has white color on #769350 background.