COLOR #689A4B

HEX: #689A4B RGB: (104,154,75)

Color info

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

RGB color model

#689A4B color RGB value is (104,154,75).

RGB: (104,154,75) (41%, 60%, 29%)

RGB channels and saturation

R 104 of 255 = 41%
G 154 of 255 = 60%
B 75 of 255 = 29%

104
154
75

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

Portions of RGB colors in percentages

R + G + B = 104 + 154 + 75 = 333 (100%)
R 104 of 333 ~ 31.23%
G 154 of 333 ~ 46.25%
B 75 of 333 ~ 22.52'%

%31.23
%46.25
%22.52

CMYK color model

#689A4B color CMYK value is (32,0,51,40).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 51.30%
  • key color value is 39.61%

CMYK: (32,0,51,40)
C32M0Y51K40 (32%, 0%, 51%, 40%)
(0.32 / 0.00 / 0.51 / 0.40)

CMYK percentages

%32.47
%0
%51.3
%39.61

Codes

Color #689A4B in popluar color models

68 9A 4B
RGB 104 154 75
HSL 98° 34.50% 44.90%
HSB/HSV 98° 51.30% 60.39%
CMYK 32.47% 0.00% 51.30%
39.61%

Color #689A4B in popluar number systems.

HEX 68 9A 4B
Decimal 104 154 75
Binary 1101000 10011010 1001011
Octal 150 232 113

Shades and tints

Shades of #689A4B

#689A4B
(104,154,75)
#5F8C45
(95,140,69)
#567E3F
(86,126,63)
#4D7039
(77,112,57)
#446233
(68,98,51)
#3B542D
(59,84,45)
#324627
(50,70,39)
#293821
(41,56,33)
#202A1B
(32,42,27)
#171C15
(23,28,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #689A4B

#689A4B
(104,154,75)
#75A35B
(117,163,91)
#82AC6B
(130,172,107)
#8FB57B
(143,181,123)
#9CBE8B
(156,190,139)
#A9C79B
(169,199,155)
#B6D0AB
(182,208,171)
#C3D9BB
(195,217,187)
#D0E2CB
(208,226,203)
#DDEBDB
(221,235,219)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689A4B; }

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

This text font color is #689A4B.

Background Color

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

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

This div background color is #689A4B.

Border color

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

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

This div border color is #689A4B.

Opacity

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

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

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

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

This text has shadow with #689A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #689A4B.

Preview

Color preview on black background

This text has color #689A4B on black background.


Color preview on white background

This text has color #689A4B on white background.


Black color preview on #689A4B background

This text has black color on #689A4B background.


White color preview on #689A4B background

This text has white color on #689A4B background.


Related colors

Complementary color

Complementary color for #hex is #9765B4.


I love getcolorcode.com

Triadic colors

1 #4B689A and #9A4B68 with #689A4B are triadic colors.

2 #4B9A68 and #9A684B with #689A4B are triadic colors.