COLOR #769E71

HEX: #769E71
RGB: (118,158,113)

Color info

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

RGB color model

#769E71 color RGB value is (118,158,113).

  • red value is 118;
  • green value is 158;
  • blue value is 113.
RGB:
(118,158,113)
(46%,62%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 113 of 255 = 44%

118
158
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 158 + 113 = 389 (100%)
R 118 of 389 ~ 30.33%
G 158 of 389 ~ 40.62%
B 113 of 389 ~ 29.05%

%30.33
%40.62
%29.05

CMYK color model

#769E71 color CMYK value is (25,0,28,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(25,0,28,38)
C25M0Y28K38 
(25%,0%,28%,38%)
(0.25/0.00/0.28/0.38)	

CMYK percentages

%25.32
%0
%28.48
%38.04

Codes

Color #769E71 in popluar color models

769E71
RGB118158113
HSL113°18.83%53.14%
HSB/HSV113°28.48%61.96%
CMYK25.32%0.00%28.48%
38.04%

Color #769E71 in popluar number systems.

HEX769E71
Decimal118158113
Binary1110110100111101110001
Octal166236161

Shades and tints

Shades of #769E71

#769E71
(118,158,113)
#6C9067
(108,144,103)
#62825D
(98,130,93)
#587453
(88,116,83)
#4E6649
(78,102,73)
#44583F
(68,88,63)
#3A4A35
(58,74,53)
#303C2B
(48,60,43)
#262E21
(38,46,33)
#1C2017
(28,32,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #769E71

#769E71
(118,158,113)
#82A67D
(130,166,125)
#8EAE89
(142,174,137)
#9AB695
(154,182,149)
#A6BEA1
(166,190,161)
#B2C6AD
(178,198,173)
#BECEB9
(190,206,185)
#CAD6C5
(202,214,197)
#D6DED1
(214,222,209)
#E2E6DD
(226,230,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769E71 color. Also use rgb(118,158,113) instead hex code.

Text Font Color

.myTextColor { color: #769E71; }

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

This text font color is #769E71.


Background Color

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

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

This div background color is #769E71.


Border color

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

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

This div border color is #769E71.


Opacity

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

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

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

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

This text has shadow with #769E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769E71 on black background.


Color preview on white background

This text has color #769E71 on white background.



Black color preview on #769E71 background

This text has black color on #769E71 background.


White color preview on #769E71 background

This text has white color on #769E71 background.