COLOR #769375

HEX: #769375
RGB: (118,147,117)

Color info

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

RGB color model

#769375 color RGB value is (118,147,117).

  • red value is 118;
  • green value is 147;
  • blue value is 117.
RGB:
(118,147,117)
(46%,58%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 147 of 255 = 58%
B 117 of 255 = 46%

118
147
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 147 + 117 = 382 (100%)
R 118 of 382 ~ 30.89%
G 147 of 382 ~ 38.48%
B 117 of 382 ~ 30.63%

%30.89
%38.48
%30.63

CMYK color model

#769375 color CMYK value is (20,0,20,42).

  • cyan value is 19.73%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(20,0,20,42)
C20M0Y20K42 
(20%,0%,20%,42%)
(0.20/0.00/0.20/0.42)	

CMYK percentages

%19.73
%0
%20.41
%42.35

Codes

Color #769375 in popluar color models

769375
RGB118147117
HSL118°12.20%51.76%
HSB/HSV118°20.41%57.65%
CMYK19.73%0.00%20.41%
42.35%

Color #769375 in popluar number systems.

HEX769375
Decimal118147117
Binary1110110100100111110101
Octal166223165

Shades and tints

Shades of #769375

#769375
(118,147,117)
#6C866B
(108,134,107)
#627961
(98,121,97)
#586C57
(88,108,87)
#4E5F4D
(78,95,77)
#445243
(68,82,67)
#3A4539
(58,69,57)
#30382F
(48,56,47)
#262B25
(38,43,37)
#1C1E1B
(28,30,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #769375

#769375
(118,147,117)
#829C81
(130,156,129)
#8EA58D
(142,165,141)
#9AAE99
(154,174,153)
#A6B7A5
(166,183,165)
#B2C0B1
(178,192,177)
#BEC9BD
(190,201,189)
#CAD2C9
(202,210,201)
#D6DBD5
(214,219,213)
#E2E4E1
(226,228,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #769375 color. Also use rgb(118,147,117) instead hex code.

Text Font Color

.myTextColor { color: #769375; }

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

This text font color is #769375.


Background Color

.myBgColor { background-color: #769375; }

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

This div background color is #769375.


Border color

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

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

This div border color is #769375.


Opacity

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

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

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

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

This text has shadow with #769375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #769375 on black background.


Color preview on white background

This text has color #769375 on white background.



Black color preview on #769375 background

This text has black color on #769375 background.


White color preview on #769375 background

This text has white color on #769375 background.