COLOR #769064

HEX: #769064
RGB: (118,144,100)

Color info

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

RGB color model

#769064 color RGB value is (118,144,100).

  • red value is 118;
  • green value is 144;
  • blue value is 100.
RGB:
(118,144,100)
(46%,56%,39%)

RGB channels and saturation

R 118 of 255 = 46%
G 144 of 255 = 56%
B 100 of 255 = 39%

118
144
100

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

Portions of RGB colors in percentages

R + G + B =
118 + 144 + 100 = 362 (100%)
R 118 of 362 ~ 32.6%
G 144 of 362 ~ 39.78%
B 100 of 362 ~ 27.62%

%32.6
%39.78
%27.62

CMYK color model

#769064 color CMYK value is (18,0,31,44).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 30.56%
  • key color value is 43.53%
CMYK:
(18,0,31,44)
C18M0Y31K44 
(18%,0%,31%,44%)
(0.18/0.00/0.31/0.44)	

CMYK percentages

%18.06
%0
%30.56
%43.53

Codes

Color #769064 in popluar color models

769064
RGB118144100
HSL95°18.03%47.84%
HSB/HSV95°30.56%56.47%
CMYK18.06%0.00%30.56%
43.53%

Color #769064 in popluar number systems.

HEX769064
Decimal118144100
Binary1110110100100001100100
Octal166220144

Shades and tints

Shades of #769064

#769064
(118,144,100)
#6C835B
(108,131,91)
#627652
(98,118,82)
#586949
(88,105,73)
#4E5C40
(78,92,64)
#444F37
(68,79,55)
#3A422E
(58,66,46)
#303525
(48,53,37)
#26281C
(38,40,28)
#1C1B13
(28,27,19)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #769064

#769064
(118,144,100)
#829A72
(130,154,114)
#8EA480
(142,164,128)
#9AAE8E
(154,174,142)
#A6B89C
(166,184,156)
#B2C2AA
(178,194,170)
#BECCB8
(190,204,184)
#CAD6C6
(202,214,198)
#D6E0D4
(214,224,212)
#E2EAE2
(226,234,226)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769064 color. Also use rgb(118,144,100) instead hex code.

Text Font Color

.myTextColor { color: #769064; }

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

This text font color is #769064.


Background Color

.myBgColor { background-color: #769064; }

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

This div background color is #769064.


Border color

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

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

This div border color is #769064.


Opacity

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

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

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

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

This text has shadow with #769064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769064 on black background.


Color preview on white background

This text has color #769064 on white background.



Black color preview on #769064 background

This text has black color on #769064 background.


White color preview on #769064 background

This text has white color on #769064 background.