COLOR #689F6D

HEX: #689F6D
RGB: (104,159,109)

Renk bilgisi

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

RGB renk modeli

#689F6D color RGB value is (104,159,109).

  • kırmız ton 104;
  • yeşil ton 159;
  • mavi ton 109.
RGB:
(104,159,109)
(41%,62%,43%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 159 of 255 = 62%
B 109 of 255 = 43%

104
159
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 159 + 109 = 372 (100%)
R 104 of 372 ~ 27.96%
G 159 of 372 ~ 42.74%
B 109 of 372 ~ 29.3%

%27.96
%42.74
%29.3

CMYK RENK MODELİ

#689F6D rengi CMYK tonu (35,0,31,38).

  • camgöbeği tonu 34.59%
  • eflatun tonu 0.00%
  • sarı tonu 31.45%
  • ana renk tonu 37.65%
CMYK:
(35,0,31,38)
C35M0Y31K38 
(35%,0%,31%,38%)
(0.35/0.00/0.31/0.38)	

CMYK yüzdeleri

%34.59
%0
%31.45
%37.65

Codes

Color #689F6D in popluar color models

689F6D
RGB104159109
HSL125°22.27%51.57%
HSB/HSV125°34.59%62.35%
CMYK34.59%0.00%31.45%
37.65%

Color #689F6D in popluar number systems.

HEX689F6D
Decimal104159109
Binary1101000100111111101101
Octal150237155

Shades and tints

Shades of #689F6D

#689F6D
(104,159,109)
#5F9164
(95,145,100)
#56835B
(86,131,91)
#4D7552
(77,117,82)
#446749
(68,103,73)
#3B5940
(59,89,64)
#324B37
(50,75,55)
#293D2E
(41,61,46)
#202F25
(32,47,37)
#17211C
(23,33,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #689F6D

#689F6D
(104,159,109)
#75A77A
(117,167,122)
#82AF87
(130,175,135)
#8FB794
(143,183,148)
#9CBFA1
(156,191,161)
#A9C7AE
(169,199,174)
#B6CFBB
(182,207,187)
#C3D7C8
(195,215,200)
#D0DFD5
(208,223,213)
#DDE7E2
(221,231,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689F6D color. Also use rgb(104,159,109) instead hex code.

Text Font Color

.myTextColor { color: #689F6D; }

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

This text font color is #689F6D.


Background Color

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

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

This div background color is #689F6D.


Border color

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

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

This div border color is #689F6D.


Opacity

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

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

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

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

This text has shadow with #689F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689F6D on black background.


Color preview on white background

This text has color #689F6D on white background.



Black color preview on #689F6D background

This text has black color on #689F6D background.


White color preview on #689F6D background

This text has white color on #689F6D background.