COLOR #769A58

HEX: #769A58
RGB: (118,154,88)

Color info

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

RGB color model

#769A58 color RGB value is (118,154,88).

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

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 88 of 255 = 35%

118
154
88

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

Portions of RGB colors in percentages

R + G + B =
118 + 154 + 88 = 360 (100%)
R 118 of 360 ~ 32.78%
G 154 of 360 ~ 42.78%
B 88 of 360 ~ 24.44%

%32.78
%42.78
%24.44

CMYK color model

#769A58 color CMYK value is (23,0,43,40).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 39.61%
CMYK:
(23,0,43,40)
C23M0Y43K40 
(23%,0%,43%,40%)
(0.23/0.00/0.43/0.40)	

CMYK percentages

%23.38
%0
%42.86
%39.61

Codes

Color #769A58 in popluar color models

769A58
RGB11815488
HSL93°27.27%47.45%
HSB/HSV93°42.86%60.39%
CMYK23.38%0.00%42.86%
39.61%

Color #769A58 in popluar number systems.

HEX769A58
Decimal11815488
Binary1110110100110101011000
Octal166232130

Shades and tints

Shades of #769A58

#769A58
(118,154,88)
#6C8C50
(108,140,80)
#627E48
(98,126,72)
#587040
(88,112,64)
#4E6238
(78,98,56)
#445430
(68,84,48)
#3A4628
(58,70,40)
#303820
(48,56,32)
#262A18
(38,42,24)
#1C1C10
(28,28,16)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #769A58

#769A58
(118,154,88)
#82A367
(130,163,103)
#8EAC76
(142,172,118)
#9AB585
(154,181,133)
#A6BE94
(166,190,148)
#B2C7A3
(178,199,163)
#BED0B2
(190,208,178)
#CAD9C1
(202,217,193)
#D6E2D0
(214,226,208)
#E2EBDF
(226,235,223)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769A58; }

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

This text font color is #769A58.


Background Color

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

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

This div background color is #769A58.


Border color

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

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

This div border color is #769A58.


Opacity

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

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

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

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

This text has shadow with #769A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769A58 on black background.


Color preview on white background

This text has color #769A58 on white background.



Black color preview on #769A58 background

This text has black color on #769A58 background.


White color preview on #769A58 background

This text has white color on #769A58 background.