COLOR #769F6E

HEX: #769F6E
RGB: (118,159,110)

Color info

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

RGB color model

#769F6E color RGB value is (118,159,110).

  • red value is 118;
  • green value is 159;
  • blue value is 110.
RGB:
(118,159,110)
(46%,62%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 159 of 255 = 62%
B 110 of 255 = 43%

118
159
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 159 + 110 = 387 (100%)
R 118 of 387 ~ 30.49%
G 159 of 387 ~ 41.09%
B 110 of 387 ~ 28.42%

%30.49
%41.09
%28.42

CMYK color model

#769F6E color CMYK value is (26,0,31,38).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(26,0,31,38)
C26M0Y31K38 
(26%,0%,31%,38%)
(0.26/0.00/0.31/0.38)	

CMYK percentages

%25.79
%0
%30.82
%37.65

Codes

Color #769F6E in popluar color models

769F6E
RGB118159110
HSL110°20.33%52.75%
HSB/HSV110°30.82%62.35%
CMYK25.79%0.00%30.82%
37.65%

Color #769F6E in popluar number systems.

HEX769F6E
Decimal118159110
Binary1110110100111111101110
Octal166237156

Shades and tints

Shades of #769F6E

#769F6E
(118,159,110)
#6C9164
(108,145,100)
#62835A
(98,131,90)
#587550
(88,117,80)
#4E6746
(78,103,70)
#44593C
(68,89,60)
#3A4B32
(58,75,50)
#303D28
(48,61,40)
#262F1E
(38,47,30)
#1C2114
(28,33,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #769F6E

#769F6E
(118,159,110)
#82A77B
(130,167,123)
#8EAF88
(142,175,136)
#9AB795
(154,183,149)
#A6BFA2
(166,191,162)
#B2C7AF
(178,199,175)
#BECFBC
(190,207,188)
#CAD7C9
(202,215,201)
#D6DFD6
(214,223,214)
#E2E7E3
(226,231,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769F6E; }

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

This text font color is #769F6E.


Background Color

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

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

This div background color is #769F6E.


Border color

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

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

This div border color is #769F6E.


Opacity

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

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

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

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

This text has shadow with #769F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769F6E on black background.


Color preview on white background

This text has color #769F6E on white background.



Black color preview on #769F6E background

This text has black color on #769F6E background.


White color preview on #769F6E background

This text has white color on #769F6E background.