COLOR #689C69

HEX: #689C69
RGB: (104,156,105)

Renk bilgisi

#689C69 contains red, green and blue colors in about the same proportion. #689C69 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#689C69 color RGB value is (104,156,105).

  • kırmız ton 104;
  • yeşil ton 156;
  • mavi ton 105.
RGB:
(104,156,105)
(41%,61%,41%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 156 of 255 = 61%
B 105 of 255 = 41%

104
156
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 156 + 105 = 365 (100%)
R 104 of 365 ~ 28.49%
G 156 of 365 ~ 42.74%
B 105 of 365 ~ 28.77%

%28.49
%42.74
%28.77

CMYK RENK MODELİ

#689C69 rengi CMYK tonu (33,0,33,39).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 32.69%
  • ana renk tonu 38.82%
CMYK:
(33,0,33,39)
C33M0Y33K39 
(33%,0%,33%,39%)
(0.33/0.00/0.33/0.39)	

CMYK yüzdeleri

%33.33
%0
%32.69
%38.82

Codes

Color #689C69 in popluar color models

689C69
RGB104156105
HSL121°20.80%50.98%
HSB/HSV121°33.33%61.18%
CMYK33.33%0.00%32.69%
38.82%

Color #689C69 in popluar number systems.

HEX689C69
Decimal104156105
Binary1101000100111001101001
Octal150234151

Shades and tints

Shades of #689C69

#689C69
(104,156,105)
#5F8E60
(95,142,96)
#568057
(86,128,87)
#4D724E
(77,114,78)
#446445
(68,100,69)
#3B563C
(59,86,60)
#324833
(50,72,51)
#293A2A
(41,58,42)
#202C21
(32,44,33)
#171E18
(23,30,24)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #689C69

#689C69
(104,156,105)
#75A576
(117,165,118)
#82AE83
(130,174,131)
#8FB790
(143,183,144)
#9CC09D
(156,192,157)
#A9C9AA
(169,201,170)
#B6D2B7
(182,210,183)
#C3DBC4
(195,219,196)
#D0E4D1
(208,228,209)
#DDEDDE
(221,237,222)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689C69 color. Also use rgb(104,156,105) instead hex code.

Text Font Color

.myTextColor { color: #689C69; }

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

This text font color is #689C69.


Background Color

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

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

This div background color is #689C69.


Border color

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

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

This div border color is #689C69.


Opacity

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

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

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

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

This text has shadow with #689C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C69 on black background.


Color preview on white background

This text has color #689C69 on white background.



Black color preview on #689C69 background

This text has black color on #689C69 background.


White color preview on #689C69 background

This text has white color on #689C69 background.