COLOR #769951

HEX: #769951
RGB: (118,153,81)

Color info

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

RGB color model

#769951 color RGB value is (118,153,81).

  • red value is 118;
  • green value is 153;
  • blue value is 81.
RGB:
(118,153,81)
(46%,60%,32%)

RGB channels and saturation

R 118 of 255 = 46%
G 153 of 255 = 60%
B 81 of 255 = 32%

118
153
81

R + G + B ~ 46%. #769951 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 153 + 81 = 352 (100%)
R 118 of 352 ~ 33.52%
G 153 of 352 ~ 43.47%
B 81 of 352 ~ 23.01%

%33.52
%43.47
%23.01

CMYK color model

#769951 color CMYK value is (23,0,47,40).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK:
(23,0,47,40)
C23M0Y47K40 
(23%,0%,47%,40%)
(0.23/0.00/0.47/0.40)	

CMYK percentages

%22.88
%0
%47.06
%40

Codes

Color #769951 in popluar color models

769951
RGB11815381
HSL89°30.77%45.88%
HSB/HSV89°47.06%60.00%
CMYK22.88%0.00%47.06%
40.00%

Color #769951 in popluar number systems.

HEX769951
Decimal11815381
Binary1110110100110011010001
Octal166231121

Shades and tints

Shades of #769951

#769951
(118,153,81)
#6C8C4A
(108,140,74)
#627F43
(98,127,67)
#58723C
(88,114,60)
#4E6535
(78,101,53)
#44582E
(68,88,46)
#3A4B27
(58,75,39)
#303E20
(48,62,32)
#263119
(38,49,25)
#1C2412
(28,36,18)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #769951

#769951
(118,153,81)
#82A260
(130,162,96)
#8EAB6F
(142,171,111)
#9AB47E
(154,180,126)
#A6BD8D
(166,189,141)
#B2C69C
(178,198,156)
#BECFAB
(190,207,171)
#CAD8BA
(202,216,186)
#D6E1C9
(214,225,201)
#E2EAD8
(226,234,216)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #769951; }

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

This text font color is #769951.


Background Color

.myBgColor { background-color: #769951; }

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

This div background color is #769951.


Border color

.myBorderColor { border: 1px solid #769951; }

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

This div border color is #769951.


Opacity

.myOpacity80 { color: #769951; opacity: 0.8; }

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

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

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

This text has shadow with #769951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769951 on black background.


Color preview on white background

This text has color #769951 on white background.



Black color preview on #769951 background

This text has black color on #769951 background.


White color preview on #769951 background

This text has white color on #769951 background.