COLOR #689662

HEX: #689662
RGB: (104,150,98)

Color info

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

RGB color model

#689662 color RGB value is (104,150,98).

  • red value is 104;
  • green value is 150;
  • blue value is 98.
RGB:
(104,150,98)
(41%,59%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 150 of 255 = 59%
B 98 of 255 = 38%

104
150
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 150 + 98 = 352 (100%)
R 104 of 352 ~ 29.55%
G 150 of 352 ~ 42.61%
B 98 of 352 ~ 27.84%

%29.55
%42.61
%27.84

CMYK color model

#689662 color CMYK value is (31,0,35,41).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(31,0,35,41)
C31M0Y35K41 
(31%,0%,35%,41%)
(0.31/0.00/0.35/0.41)	

CMYK percentages

%30.67
%0
%34.67
%41.18

Codes

Color #689662 in popluar color models

689662
RGB10415098
HSL113°20.97%48.63%
HSB/HSV113°34.67%58.82%
CMYK30.67%0.00%34.67%
41.18%

Color #689662 in popluar number systems.

HEX689662
Decimal10415098
Binary1101000100101101100010
Octal150226142

Shades and tints

Shades of #689662

#689662
(104,150,98)
#5F895A
(95,137,90)
#567C52
(86,124,82)
#4D6F4A
(77,111,74)
#446242
(68,98,66)
#3B553A
(59,85,58)
#324832
(50,72,50)
#293B2A
(41,59,42)
#202E22
(32,46,34)
#17211A
(23,33,26)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #689662

#689662
(104,150,98)
#759F70
(117,159,112)
#82A87E
(130,168,126)
#8FB18C
(143,177,140)
#9CBA9A
(156,186,154)
#A9C3A8
(169,195,168)
#B6CCB6
(182,204,182)
#C3D5C4
(195,213,196)
#D0DED2
(208,222,210)
#DDE7E0
(221,231,224)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689662 color. Also use rgb(104,150,98) instead hex code.

Text Font Color

.myTextColor { color: #689662; }

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

This text font color is #689662.


Background Color

.myBgColor { background-color: #689662; }

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

This div background color is #689662.


Border color

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

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

This div border color is #689662.


Opacity

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

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

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

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

This text has shadow with #689662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689662 on black background.


Color preview on white background

This text has color #689662 on white background.



Black color preview on #689662 background

This text has black color on #689662 background.


White color preview on #689662 background

This text has white color on #689662 background.