COLOR #809F60

HEX: #809F60
RGB: (128,159,96)

Color info

#809F60 contains mainly red and green colors. Web safe color of #809F60 is #669966 (or #696).

RGB color model

#809F60 color RGB value is (128,159,96).

  • red value is 128;
  • green value is 159;
  • blue value is 96.
RGB:
(128,159,96)
(50%,62%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 96 of 255 = 38%

128
159
96

R + G + B ~ 50%. #809F60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 159 + 96 = 383 (100%)
R 128 of 383 ~ 33.42%
G 159 of 383 ~ 41.51%
B 96 of 383 ~ 25.07%

%33.42
%41.51
%25.07

CMYK color model

#809F60 color CMYK value is (19,0,40,38).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 37.65%
CMYK:
(19,0,40,38)
C19M0Y40K38 
(19%,0%,40%,38%)
(0.19/0.00/0.40/0.38)	

CMYK percentages

%19.5
%0
%39.62
%37.65

Codes

Color #809F60 in popluar color models

809F60
RGB12815996
HSL90°24.71%50.00%
HSB/HSV90°39.62%62.35%
CMYK19.50%0.00%39.62%
37.65%

Color #809F60 in popluar number systems.

HEX809F60
Decimal12815996
Binary10000000100111111100000
Octal200237140

Shades and tints

Shades of #809F60

#809F60
(128,159,96)
#759158
(117,145,88)
#6A8350
(106,131,80)
#5F7548
(95,117,72)
#546740
(84,103,64)
#495938
(73,89,56)
#3E4B30
(62,75,48)
#333D28
(51,61,40)
#282F20
(40,47,32)
#1D2118
(29,33,24)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #809F60

#809F60
(128,159,96)
#8BA76E
(139,167,110)
#96AF7C
(150,175,124)
#A1B78A
(161,183,138)
#ACBF98
(172,191,152)
#B7C7A6
(183,199,166)
#C2CFB4
(194,207,180)
#CDD7C2
(205,215,194)
#D8DFD0
(216,223,208)
#E3E7DE
(227,231,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809F60 color. Also use rgb(128,159,96) instead hex code.

Text Font Color

.myTextColor { color: #809F60; }

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

This text font color is #809F60.


Background Color

.myBgColor { background-color: #809F60; }

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

This div background color is #809F60.


Border color

.myBorderColor { border: 1px solid #809F60; }

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

This div border color is #809F60.


Opacity

.myOpacity80 { color: #809F60; opacity: 0.8; }

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

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

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

This text has shadow with #809F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809F60 on black background.


Color preview on white background

This text has color #809F60 on white background.



Black color preview on #809F60 background

This text has black color on #809F60 background.


White color preview on #809F60 background

This text has white color on #809F60 background.