COLOR #769E51

HEX: #769E51 RGB: (118,158,81)

Color info

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

RGB color model

#769E51 color RGB value is (118,158,81).

RGB: (118,158,81) (46%, 62%, 32%)

RGB channels and saturation

R 118 of 255 = 46%
G 158 of 255 = 62%
B 81 of 255 = 32%

118
158
81

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

Portions of RGB colors in percentages

R + G + B = 118 + 158 + 81 = 357 (100%)
R 118 of 357 ~ 33.05%
G 158 of 357 ~ 44.26%
B 81 of 357 ~ 22.69'%

%33.05
%44.26
%22.69

CMYK color model

#769E51 color CMYK value is (25,0,49,38).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 48.73%
  • key color value is 38.04%

CMYK: (25,0,49,38)
C25M0Y49K38 (25%, 0%, 49%, 38%)
(0.25 / 0.00 / 0.49 / 0.38)

CMYK percentages

%25.32
%0
%48.73
%38.04

Codes

Color #769E51 in popluar color models

76 9E 51
RGB 118 158 81
HSL 91° 32.22% 46.86%
HSB/HSV 91° 48.73% 61.96%
CMYK 25.32% 0.00% 48.73%
38.04%

Color #769E51 in popluar number systems.

HEX 76 9E 51
Decimal 118 158 81
Binary 1110110 10011110 1010001
Octal 166 236 121

Shades and tints

Shades of #769E51

#769E51
(118,158,81)
#6C904A
(108,144,74)
#628243
(98,130,67)
#58743C
(88,116,60)
#4E6635
(78,102,53)
#44582E
(68,88,46)
#3A4A27
(58,74,39)
#303C20
(48,60,32)
#262E19
(38,46,25)
#1C2012
(28,32,18)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #769E51

#769E51
(118,158,81)
#82A660
(130,166,96)
#8EAE6F
(142,174,111)
#9AB67E
(154,182,126)
#A6BE8D
(166,190,141)
#B2C69C
(178,198,156)
#BECEAB
(190,206,171)
#CAD6BA
(202,214,186)
#D6DEC9
(214,222,201)
#E2E6D8
(226,230,216)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769E51; }

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

This text font color is #769E51.

Background Color

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

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

This div background color is #769E51.

Border color

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

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

This div border color is #769E51.

Opacity

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

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

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

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

This text has shadow with #769E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #769E51.

Preview

Color preview on black background

This text has color #769E51 on black background.


Color preview on white background

This text has color #769E51 on white background.


Black color preview on #769E51 background

This text has black color on #769E51 background.


White color preview on #769E51 background

This text has white color on #769E51 background.


Related colors

Complementary color

Complementary color for #hex is #8961AE.


I love getcolorcode.com

Triadic colors

1 #51769E and #9E5176 with #769E51 are triadic colors.

2 #519E76 and #9E7651 with #769E51 are triadic colors.