COLOR #769A6E

HEX: #769A6E RGB: (118,154,110)

Color info

#769A6E contains red, green and blue colors in about the same proportion. Web safe color of #769A6E is #669966 (or #696).

RGB color model

#769A6E color RGB value is (118,154,110).

RGB: (118,154,110) (46%, 60%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 154 of 255 = 60%
B 110 of 255 = 43%

118
154
110

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

Portions of RGB colors in percentages

R + G + B = 118 + 154 + 110 = 382 (100%)
R 118 of 382 ~ 30.89%
G 154 of 382 ~ 40.31%
B 110 of 382 ~ 28.8'%

%30.89
%40.31
%28.8

CMYK color model

#769A6E color CMYK value is (23,0,29,40).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 39.61%

CMYK: (23,0,29,40)
C23M0Y29K40 (23%, 0%, 29%, 40%)
(0.23 / 0.00 / 0.29 / 0.40)

CMYK percentages

%23.38
%0
%28.57
%39.61

Codes

Color #769A6E in popluar color models

76 9A 6E
RGB 118 154 110
HSL 109° 17.89% 51.76%
HSB/HSV 109° 28.57% 60.39%
CMYK 23.38% 0.00% 28.57%
39.61%

Color #769A6E in popluar number systems.

HEX 76 9A 6E
Decimal 118 154 110
Binary 1110110 10011010 1101110
Octal 166 232 156

Shades and tints

Shades of #769A6E

#769A6E
(118,154,110)
#6C8C64
(108,140,100)
#627E5A
(98,126,90)
#587050
(88,112,80)
#4E6246
(78,98,70)
#44543C
(68,84,60)
#3A4632
(58,70,50)
#303828
(48,56,40)
#262A1E
(38,42,30)
#1C1C14
(28,28,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #769A6E

#769A6E
(118,154,110)
#82A37B
(130,163,123)
#8EAC88
(142,172,136)
#9AB595
(154,181,149)
#A6BEA2
(166,190,162)
#B2C7AF
(178,199,175)
#BED0BC
(190,208,188)
#CAD9C9
(202,217,201)
#D6E2D6
(214,226,214)
#E2EBE3
(226,235,227)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769A6E; }

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

This text font color is #769A6E.

Background Color

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

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

This div background color is #769A6E.

Border color

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

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

This div border color is #769A6E.

Opacity

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

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

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

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

This text has shadow with #769A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769A6E.

Preview

Color preview on black background

This text has color #769A6E on black background.


Color preview on white background

This text has color #769A6E on white background.


Black color preview on #769A6E background

This text has black color on #769A6E background.


White color preview on #769A6E background

This text has white color on #769A6E background.


Related colors

Complementary color

Complementary color for #hex is #896591.


I love getcolorcode.com

Triadic colors

1 #6E769A and #9A6E76 with #769A6E are triadic colors.

2 #6E9A76 and #9A766E with #769A6E are triadic colors.