COLOR #599966

HEX: #599966
RGB: (89,153,102)

Color info

#599966 contains mainly green and blue colors. Web safe color of #599966 is #669966 (or #696).

RGB color model

#599966 color RGB value is (89,153,102).

  • red value is 89;
  • green value is 153;
  • blue value is 102.
RGB:
(89,153,102)
(35%,60%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 102 of 255 = 40%

89
153
102

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

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 102 = 344 (100%)
R 89 of 344 ~ 25.87%
G 153 of 344 ~ 44.48%
B 102 of 344 ~ 29.65%

%25.87
%44.48
%29.65

CMYK color model

#599966 color CMYK value is (42,0,33,40).

  • cyan value is 41.83%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(42,0,33,40)
C42M0Y33K40 
(42%,0%,33%,40%)
(0.42/0.00/0.33/0.40)	

CMYK percentages

%41.83
%0
%33.33
%40

Codes

Color #599966 in popluar color models

599966
RGB89153102
HSL132°26.45%47.45%
HSB/HSV132°41.83%60.00%
CMYK41.83%0.00%33.33%
40.00%

Color #599966 in popluar number systems.

HEX599966
Decimal89153102
Binary1011001100110011100110
Octal131231146

Shades and tints

Shades of #599966

#599966
(89,153,102)
#518C5D
(81,140,93)
#497F54
(73,127,84)
#41724B
(65,114,75)
#396542
(57,101,66)
#315839
(49,88,57)
#294B30
(41,75,48)
#213E27
(33,62,39)
#19311E
(25,49,30)
#112415
(17,36,21)
#09170C
(9,23,12)
#000000
(0,0,0)

Tints of #599966

#599966
(89,153,102)
#68A273
(104,162,115)
#77AB80
(119,171,128)
#86B48D
(134,180,141)
#95BD9A
(149,189,154)
#A4C6A7
(164,198,167)
#B3CFB4
(179,207,180)
#C2D8C1
(194,216,193)
#D1E1CE
(209,225,206)
#E0EADB
(224,234,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #599966; }

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

This text font color is #599966.


Background Color

.myBgColor { background-color: #599966; }

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

This div background color is #599966.


Border color

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

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

This div border color is #599966.


Opacity

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

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

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

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

This text has shadow with #599966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599966 on black background.


Color preview on white background

This text has color #599966 on white background.



Black color preview on #599966 background

This text has black color on #599966 background.


White color preview on #599966 background

This text has white color on #599966 background.