COLOR #5F9765

HEX: #5F9765
RGB: (95,151,101)

Color info

#5F9765 contains red, green and blue colors in about the same proportion. Web safe color of #5F9765 is #669966 (or #696).

RGB color model

#5F9765 color RGB value is (95,151,101).

  • red value is 95;
  • green value is 151;
  • blue value is 101.
RGB:
(95,151,101)
(37%,59%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 151 of 255 = 59%
B 101 of 255 = 40%

95
151
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 151 + 101 = 347 (100%)
R 95 of 347 ~ 27.38%
G 151 of 347 ~ 43.52%
B 101 of 347 ~ 29.11%

%27.38
%43.52
%29.11

CMYK color model

#5F9765 color CMYK value is (37,0,33,41).

  • cyan value is 37.09%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 40.78%
CMYK:
(37,0,33,41)
C37M0Y33K41 
(37%,0%,33%,41%)
(0.37/0.00/0.33/0.41)	

CMYK percentages

%37.09
%0
%33.11
%40.78

Codes

Color #5F9765 in popluar color models

5F9765
RGB95151101
HSL126°22.76%48.24%
HSB/HSV126°37.09%59.22%
CMYK37.09%0.00%33.11%
40.78%

Color #5F9765 in popluar number systems.

HEX5F9765
Decimal95151101
Binary1011111100101111100101
Octal137227145

Shades and tints

Shades of #5F9765

#5F9765
(95,151,101)
#578A5C
(87,138,92)
#4F7D53
(79,125,83)
#47704A
(71,112,74)
#3F6341
(63,99,65)
#375638
(55,86,56)
#2F492F
(47,73,47)
#273C26
(39,60,38)
#1F2F1D
(31,47,29)
#172214
(23,34,20)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #5F9765

#5F9765
(95,151,101)
#6DA073
(109,160,115)
#7BA981
(123,169,129)
#89B28F
(137,178,143)
#97BB9D
(151,187,157)
#A5C4AB
(165,196,171)
#B3CDB9
(179,205,185)
#C1D6C7
(193,214,199)
#CFDFD5
(207,223,213)
#DDE8E3
(221,232,227)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9765 color. Also use rgb(95,151,101) instead hex code.

Text Font Color

.myTextColor { color: #5F9765; }

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

This text font color is #5F9765.


Background Color

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

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

This div background color is #5F9765.


Border color

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

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

This div border color is #5F9765.


Opacity

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

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

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

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

This text has shadow with #5F9765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9765 on black background.


Color preview on white background

This text has color #5F9765 on white background.



Black color preview on #5F9765 background

This text has black color on #5F9765 background.


White color preview on #5F9765 background

This text has white color on #5F9765 background.