COLOR #689A33

HEX: #689A33
RGB: (104,154,51)

Color info

#689A33 contains mainly red and green colors. Web safe color of #689A33 is #669933 (or #693).

RGB color model

#689A33 color RGB value is (104,154,51).

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

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 51 of 255 = 20%

104
154
51

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

Portions of RGB colors in percentages

R + G + B =
104 + 154 + 51 = 309 (100%)
R 104 of 309 ~ 33.66%
G 154 of 309 ~ 49.84%
B 51 of 309 ~ 16.5%

%33.66
%49.84
%16.5

CMYK color model

#689A33 color CMYK value is (32,0,67,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 66.88%
  • key color value is 39.61%
CMYK:
(32,0,67,40)
C32M0Y67K40 
(32%,0%,67%,40%)
(0.32/0.00/0.67/0.40)	

CMYK percentages

%32.47
%0
%66.88
%39.61

Codes

Color #689A33 in popluar color models

689A33
RGB10415451
HSL89°50.24%40.20%
HSB/HSV89°66.88%60.39%
CMYK32.47%0.00%66.88%
39.61%

Color #689A33 in popluar number systems.

HEX689A33
Decimal10415451
Binary110100010011010110011
Octal15023263

Shades and tints

Shades of #689A33

#689A33
(104,154,51)
#5F8C2F
(95,140,47)
#567E2B
(86,126,43)
#4D7027
(77,112,39)
#446223
(68,98,35)
#3B541F
(59,84,31)
#32461B
(50,70,27)
#293817
(41,56,23)
#202A13
(32,42,19)
#171C0F
(23,28,15)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #689A33

#689A33
(104,154,51)
#75A345
(117,163,69)
#82AC57
(130,172,87)
#8FB569
(143,181,105)
#9CBE7B
(156,190,123)
#A9C78D
(169,199,141)
#B6D09F
(182,208,159)
#C3D9B1
(195,217,177)
#D0E2C3
(208,226,195)
#DDEBD5
(221,235,213)
#EAF4E7
(234,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689A33; }

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

This text font color is #689A33.


Background Color

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

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

This div background color is #689A33.


Border color

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

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

This div border color is #689A33.


Opacity

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

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

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

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

This text has shadow with #689A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689A33 on black background.


Color preview on white background

This text has color #689A33 on white background.



Black color preview on #689A33 background

This text has black color on #689A33 background.


White color preview on #689A33 background

This text has white color on #689A33 background.