COLOR #5F9C68

HEX: #5F9C68
RGB: (95,156,104)

Color info

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

RGB color model

#5F9C68 color RGB value is (95,156,104).

  • red value is 95;
  • green value is 156;
  • blue value is 104.
RGB:
(95,156,104)
(37%,61%,41%)

RGB channels and saturation

R 95 of 255 = 37%
G 156 of 255 = 61%
B 104 of 255 = 41%

95
156
104

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

Portions of RGB colors in percentages

R + G + B =
95 + 156 + 104 = 355 (100%)
R 95 of 355 ~ 26.76%
G 156 of 355 ~ 43.94%
B 104 of 355 ~ 29.3%

%26.76
%43.94
%29.3

CMYK color model

#5F9C68 color CMYK value is (39,0,33,39).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK:
(39,0,33,39)
C39M0Y33K39 
(39%,0%,33%,39%)
(0.39/0.00/0.33/0.39)	

CMYK percentages

%39.1
%0
%33.33
%38.82

Codes

Color #5F9C68 in popluar color models

5F9C68
RGB95156104
HSL129°24.30%49.22%
HSB/HSV129°39.10%61.18%
CMYK39.10%0.00%33.33%
38.82%

Color #5F9C68 in popluar number systems.

HEX5F9C68
Decimal95156104
Binary1011111100111001101000
Octal137234150

Shades and tints

Shades of #5F9C68

#5F9C68
(95,156,104)
#578E5F
(87,142,95)
#4F8056
(79,128,86)
#47724D
(71,114,77)
#3F6444
(63,100,68)
#37563B
(55,86,59)
#2F4832
(47,72,50)
#273A29
(39,58,41)
#1F2C20
(31,44,32)
#171E17
(23,30,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F9C68

#5F9C68
(95,156,104)
#6DA575
(109,165,117)
#7BAE82
(123,174,130)
#89B78F
(137,183,143)
#97C09C
(151,192,156)
#A5C9A9
(165,201,169)
#B3D2B6
(179,210,182)
#C1DBC3
(193,219,195)
#CFE4D0
(207,228,208)
#DDEDDD
(221,237,221)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9C68 color. Also use rgb(95,156,104) instead hex code.

Text Font Color

.myTextColor { color: #5F9C68; }

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

This text font color is #5F9C68.


Background Color

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

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

This div background color is #5F9C68.


Border color

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

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

This div border color is #5F9C68.


Opacity

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

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

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

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

This text has shadow with #5F9C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9C68 on black background.


Color preview on white background

This text has color #5F9C68 on white background.



Black color preview on #5F9C68 background

This text has black color on #5F9C68 background.


White color preview on #5F9C68 background

This text has white color on #5F9C68 background.