COLOR #689B66

HEX: #689B66
RGB: (104,155,102)

Renk bilgisi

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

RGB renk modeli

#689B66 color RGB value is (104,155,102).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 155 of 255 = 61%
B 102 of 255 = 40%

104
155
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 155 + 102 = 361 (100%)
R 104 of 361 ~ 28.81%
G 155 of 361 ~ 42.94%
B 102 of 361 ~ 28.25%

%28.81
%42.94
%28.25

CMYK RENK MODELİ

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

  • camgöbeği tonu 32.90%
  • eflatun tonu 0.00%
  • sarı tonu 34.19%
  • ana renk tonu 39.22%
CMYK:
(33,0,34,39)
C33M0Y34K39 
(33%,0%,34%,39%)
(0.33/0.00/0.34/0.39)	

CMYK yüzdeleri

%32.9
%0
%34.19
%39.22

Codes

Color #689B66 in popluar color models

689B66
RGB104155102
HSL118°20.95%50.39%
HSB/HSV118°34.19%60.78%
CMYK32.90%0.00%34.19%
39.22%

Color #689B66 in popluar number systems.

HEX689B66
Decimal104155102
Binary1101000100110111100110
Octal150233146

Shades and tints

Shades of #689B66

#689B66
(104,155,102)
#5F8D5D
(95,141,93)
#567F54
(86,127,84)
#4D714B
(77,113,75)
#446342
(68,99,66)
#3B5539
(59,85,57)
#324730
(50,71,48)
#293927
(41,57,39)
#202B1E
(32,43,30)
#171D15
(23,29,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #689B66

#689B66
(104,155,102)
#75A473
(117,164,115)
#82AD80
(130,173,128)
#8FB68D
(143,182,141)
#9CBF9A
(156,191,154)
#A9C8A7
(169,200,167)
#B6D1B4
(182,209,180)
#C3DAC1
(195,218,193)
#D0E3CE
(208,227,206)
#DDECDB
(221,236,219)
#EAF5E8
(234,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689B66 color. Also use rgb(104,155,102) instead hex code.

Text Font Color

.myTextColor { color: #689B66; }

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

This text font color is #689B66.


Background Color

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

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

This div background color is #689B66.


Border color

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

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

This div border color is #689B66.


Opacity

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

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

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

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

This text has shadow with #689B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689B66 on black background.


Color preview on white background

This text has color #689B66 on white background.



Black color preview on #689B66 background

This text has black color on #689B66 background.


White color preview on #689B66 background

This text has white color on #689B66 background.