COLOR #599A60

HEX: #599A60
RGB: (89,154,96)

Renk bilgisi

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

RGB renk modeli

#599A60 color RGB value is (89,154,96).

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

RGB bağlantıları ve doygunluk

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

89
154
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 154 + 96 = 339 (100%)
R 89 of 339 ~ 26.25%
G 154 of 339 ~ 45.43%
B 96 of 339 ~ 28.32%

%26.25
%45.43
%28.32

CMYK RENK MODELİ

#599A60 rengi CMYK tonu (42,0,38,40).

  • camgöbeği tonu 42.21%
  • eflatun tonu 0.00%
  • sarı tonu 37.66%
  • ana renk tonu 39.61%
CMYK:
(42,0,38,40)
C42M0Y38K40 
(42%,0%,38%,40%)
(0.42/0.00/0.38/0.40)	

CMYK yüzdeleri

%42.21
%0
%37.66
%39.61

Codes

Color #599A60 in popluar color models

599A60
RGB8915496
HSL126°26.75%47.65%
HSB/HSV126°42.21%60.39%
CMYK42.21%0.00%37.66%
39.61%

Color #599A60 in popluar number systems.

HEX599A60
Decimal8915496
Binary1011001100110101100000
Octal131232140

Shades and tints

Shades of #599A60

#599A60
(89,154,96)
#518C58
(81,140,88)
#497E50
(73,126,80)
#417048
(65,112,72)
#396240
(57,98,64)
#315438
(49,84,56)
#294630
(41,70,48)
#213828
(33,56,40)
#192A20
(25,42,32)
#111C18
(17,28,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #599A60

#599A60
(89,154,96)
#68A36E
(104,163,110)
#77AC7C
(119,172,124)
#86B58A
(134,181,138)
#95BE98
(149,190,152)
#A4C7A6
(164,199,166)
#B3D0B4
(179,208,180)
#C2D9C2
(194,217,194)
#D1E2D0
(209,226,208)
#E0EBDE
(224,235,222)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599A60; }

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

This text font color is #599A60.


Background Color

.myBgColor { background-color: #599A60; }

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

This div background color is #599A60.


Border color

.myBorderColor { border: 1px solid #599A60; }

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

This div border color is #599A60.


Opacity

.myOpacity80 { color: #599A60; opacity: 0.8; }

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

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

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

This text has shadow with #599A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599A60 on black background.


Color preview on white background

This text has color #599A60 on white background.



Black color preview on #599A60 background

This text has black color on #599A60 background.


White color preview on #599A60 background

This text has white color on #599A60 background.