COLOR #5F9F69

HEX: #5F9F69
RGB: (95,159,105)

Color info

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

RGB color model

#5F9F69 color RGB value is (95,159,105).

  • red value is 95;
  • green value is 159;
  • blue value is 105.
RGB:
(95,159,105)
(37%,62%,41%)

RGB channels and saturation

R 95 of 255 = 37%
G 159 of 255 = 62%
B 105 of 255 = 41%

95
159
105

R + G + B ~ 47%. #5F9F69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 159 + 105 = 359 (100%)
R 95 of 359 ~ 26.46%
G 159 of 359 ~ 44.29%
B 105 of 359 ~ 29.25%

%26.46
%44.29
%29.25

CMYK color model

#5F9F69 color CMYK value is (40,0,34,38).

  • cyan value is 40.25%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 37.65%
CMYK:
(40,0,34,38)
C40M0Y34K38 
(40%,0%,34%,38%)
(0.40/0.00/0.34/0.38)	

CMYK percentages

%40.25
%0
%33.96
%37.65

Codes

Color #5F9F69 in popluar color models

5F9F69
RGB95159105
HSL129°25.20%49.80%
HSB/HSV129°40.25%62.35%
CMYK40.25%0.00%33.96%
37.65%

Color #5F9F69 in popluar number systems.

HEX5F9F69
Decimal95159105
Binary1011111100111111101001
Octal137237151

Shades and tints

Shades of #5F9F69

#5F9F69
(95,159,105)
#579160
(87,145,96)
#4F8357
(79,131,87)
#47754E
(71,117,78)
#3F6745
(63,103,69)
#37593C
(55,89,60)
#2F4B33
(47,75,51)
#273D2A
(39,61,42)
#1F2F21
(31,47,33)
#172118
(23,33,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #5F9F69

#5F9F69
(95,159,105)
#6DA776
(109,167,118)
#7BAF83
(123,175,131)
#89B790
(137,183,144)
#97BF9D
(151,191,157)
#A5C7AA
(165,199,170)
#B3CFB7
(179,207,183)
#C1D7C4
(193,215,196)
#CFDFD1
(207,223,209)
#DDE7DE
(221,231,222)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9F69 color. Also use rgb(95,159,105) instead hex code.

Text Font Color

.myTextColor { color: #5F9F69; }

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

This text font color is #5F9F69.


Background Color

.myBgColor { background-color: #5F9F69; }

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

This div background color is #5F9F69.


Border color

.myBorderColor { border: 1px solid #5F9F69; }

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

This div border color is #5F9F69.


Opacity

.myOpacity80 { color: #5F9F69; opacity: 0.8; }

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

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

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

This text has shadow with #5F9F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9F69 on black background.


Color preview on white background

This text has color #5F9F69 on white background.



Black color preview on #5F9F69 background

This text has black color on #5F9F69 background.


White color preview on #5F9F69 background

This text has white color on #5F9F69 background.