COLOR #609959

HEX: #609959
RGB: (96,153,89)

Renk bilgisi

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

RGB renk modeli

#609959 color RGB value is (96,153,89).

  • kırmız ton 96;
  • yeşil ton 153;
  • mavi ton 89.
RGB:
(96,153,89)
(38%,60%,35%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 153 of 255 = 60%
B 89 of 255 = 35%

96
153
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 153 + 89 = 338 (100%)
R 96 of 338 ~ 28.4%
G 153 of 338 ~ 45.27%
B 89 of 338 ~ 26.33%

%28.4
%45.27
%26.33

CMYK RENK MODELİ

#609959 rengi CMYK tonu (37,0,42,40).

  • camgöbeği tonu 37.25%
  • eflatun tonu 0.00%
  • sarı tonu 41.83%
  • ana renk tonu 40.00%
CMYK:
(37,0,42,40)
C37M0Y42K40 
(37%,0%,42%,40%)
(0.37/0.00/0.42/0.40)	

CMYK yüzdeleri

%37.25
%0
%41.83
%40

Codes

Color #609959 in popluar color models

609959
RGB9615389
HSL113°26.45%47.45%
HSB/HSV113°41.83%60.00%
CMYK37.25%0.00%41.83%
40.00%

Color #609959 in popluar number systems.

HEX609959
Decimal9615389
Binary1100000100110011011001
Octal140231131

Shades and tints

Shades of #609959

#609959
(96,153,89)
#588C51
(88,140,81)
#507F49
(80,127,73)
#487241
(72,114,65)
#406539
(64,101,57)
#385831
(56,88,49)
#304B29
(48,75,41)
#283E21
(40,62,33)
#203119
(32,49,25)
#182411
(24,36,17)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #609959

#609959
(96,153,89)
#6EA268
(110,162,104)
#7CAB77
(124,171,119)
#8AB486
(138,180,134)
#98BD95
(152,189,149)
#A6C6A4
(166,198,164)
#B4CFB3
(180,207,179)
#C2D8C2
(194,216,194)
#D0E1D1
(208,225,209)
#DEEAE0
(222,234,224)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609959 color. Also use rgb(96,153,89) instead hex code.

Text Font Color

.myTextColor { color: #609959; }

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

This text font color is #609959.


Background Color

.myBgColor { background-color: #609959; }

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

This div background color is #609959.


Border color

.myBorderColor { border: 1px solid #609959; }

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

This div border color is #609959.


Opacity

.myOpacity80 { color: #609959; opacity: 0.8; }

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

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

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

This text has shadow with #609959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609959 on black background.


Color preview on white background

This text has color #609959 on white background.



Black color preview on #609959 background

This text has black color on #609959 background.


White color preview on #609959 background

This text has white color on #609959 background.