COLOR #689C50

HEX: #689C50
RGB: (104,156,80)

Renk bilgisi

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

RGB renk modeli

#689C50 color RGB value is (104,156,80).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 156 of 255 = 61%
B 80 of 255 = 31%

104
156
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 156 + 80 = 340 (100%)
R 104 of 340 ~ 30.59%
G 156 of 340 ~ 45.88%
B 80 of 340 ~ 23.53%

%30.59
%45.88
%23.53

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%33.33
%0
%48.72
%38.82

Codes

Color #689C50 in popluar color models

689C50
RGB10415680
HSL101°32.20%46.27%
HSB/HSV101°48.72%61.18%
CMYK33.33%0.00%48.72%
38.82%

Color #689C50 in popluar number systems.

HEX689C50
Decimal10415680
Binary1101000100111001010000
Octal150234120

Shades and tints

Shades of #689C50

#689C50
(104,156,80)
#5F8E49
(95,142,73)
#568042
(86,128,66)
#4D723B
(77,114,59)
#446434
(68,100,52)
#3B562D
(59,86,45)
#324826
(50,72,38)
#293A1F
(41,58,31)
#202C18
(32,44,24)
#171E11
(23,30,17)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #689C50

#689C50
(104,156,80)
#75A55F
(117,165,95)
#82AE6E
(130,174,110)
#8FB77D
(143,183,125)
#9CC08C
(156,192,140)
#A9C99B
(169,201,155)
#B6D2AA
(182,210,170)
#C3DBB9
(195,219,185)
#D0E4C8
(208,228,200)
#DDEDD7
(221,237,215)
#EAF6E6
(234,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689C50; }

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

This text font color is #689C50.


Background Color

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

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

This div background color is #689C50.


Border color

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

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

This div border color is #689C50.


Opacity

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

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

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

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

This text has shadow with #689C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689C50 on black background.


Color preview on white background

This text has color #689C50 on white background.



Black color preview on #689C50 background

This text has black color on #689C50 background.


White color preview on #689C50 background

This text has white color on #689C50 background.