COLOR #689F62

HEX: #689F62
RGB: (104,159,98)

Renk bilgisi

#689F62 contains mainly red and green colors. #689F62 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#689F62 color RGB value is (104,159,98).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 159 of 255 = 62%
B 98 of 255 = 38%

104
159
98

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 159 + 98 = 361 (100%)
R 104 of 361 ~ 28.81%
G 159 of 361 ~ 44.04%
B 98 of 361 ~ 27.15%

%28.81
%44.04
%27.15

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%34.59
%0
%38.36
%37.65

Codes

Color #689F62 in popluar color models

689F62
RGB10415998
HSL114°24.11%50.39%
HSB/HSV114°38.36%62.35%
CMYK34.59%0.00%38.36%
37.65%

Color #689F62 in popluar number systems.

HEX689F62
Decimal10415998
Binary1101000100111111100010
Octal150237142

Shades and tints

Shades of #689F62

#689F62
(104,159,98)
#5F915A
(95,145,90)
#568352
(86,131,82)
#4D754A
(77,117,74)
#446742
(68,103,66)
#3B593A
(59,89,58)
#324B32
(50,75,50)
#293D2A
(41,61,42)
#202F22
(32,47,34)
#17211A
(23,33,26)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #689F62

#689F62
(104,159,98)
#75A770
(117,167,112)
#82AF7E
(130,175,126)
#8FB78C
(143,183,140)
#9CBF9A
(156,191,154)
#A9C7A8
(169,199,168)
#B6CFB6
(182,207,182)
#C3D7C4
(195,215,196)
#D0DFD2
(208,223,210)
#DDE7E0
(221,231,224)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689F62; }

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

This text font color is #689F62.


Background Color

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

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

This div background color is #689F62.


Border color

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

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

This div border color is #689F62.


Opacity

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

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

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

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

This text has shadow with #689F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689F62 on black background.


Color preview on white background

This text has color #689F62 on white background.



Black color preview on #689F62 background

This text has black color on #689F62 background.


White color preview on #689F62 background

This text has white color on #689F62 background.