COLOR #689A51

HEX: #689A51
RGB: (104,154,81)

Color info

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

RGB color model

#689A51 color RGB value is (104,154,81).

  • red value is 104;
  • green value is 154;
  • blue value is 81.
RGB:
(104,154,81)
(41%,60%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 81 of 255 = 32%

104
154
81

R + G + B ~ 44%. #689A51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 81 = 339 (100%)
R 104 of 339 ~ 30.68%
G 154 of 339 ~ 45.43%
B 81 of 339 ~ 23.89%

%30.68
%45.43
%23.89

CMYK color model

#689A51 color CMYK value is (32,0,47,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 47.40%
  • key color value is 39.61%
CMYK:
(32,0,47,40)
C32M0Y47K40 
(32%,0%,47%,40%)
(0.32/0.00/0.47/0.40)	

CMYK percentages

%32.47
%0
%47.4
%39.61

Codes

Color #689A51 in popluar color models

689A51
RGB10415481
HSL101°31.06%46.08%
HSB/HSV101°47.40%60.39%
CMYK32.47%0.00%47.40%
39.61%

Color #689A51 in popluar number systems.

HEX689A51
Decimal10415481
Binary1101000100110101010001
Octal150232121

Shades and tints

Shades of #689A51

#689A51
(104,154,81)
#5F8C4A
(95,140,74)
#567E43
(86,126,67)
#4D703C
(77,112,60)
#446235
(68,98,53)
#3B542E
(59,84,46)
#324627
(50,70,39)
#293820
(41,56,32)
#202A19
(32,42,25)
#171C12
(23,28,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #689A51

#689A51
(104,154,81)
#75A360
(117,163,96)
#82AC6F
(130,172,111)
#8FB57E
(143,181,126)
#9CBE8D
(156,190,141)
#A9C79C
(169,199,156)
#B6D0AB
(182,208,171)
#C3D9BA
(195,217,186)
#D0E2C9
(208,226,201)
#DDEBD8
(221,235,216)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689A51 color. Also use rgb(104,154,81) instead hex code.

Text Font Color

.myTextColor { color: #689A51; }

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

This text font color is #689A51.


Background Color

.myBgColor { background-color: #689A51; }

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

This div background color is #689A51.


Border color

.myBorderColor { border: 1px solid #689A51; }

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

This div border color is #689A51.


Opacity

.myOpacity80 { color: #689A51; opacity: 0.8; }

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

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

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

This text has shadow with #689A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A51 on black background.


Color preview on white background

This text has color #689A51 on white background.



Black color preview on #689A51 background

This text has black color on #689A51 background.


White color preview on #689A51 background

This text has white color on #689A51 background.