COLOR #5FB075

HEX: #5FB075 RGB: (95,176,117)

Color info

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

RGB color model

#5FB075 color RGB value is (95,176,117).

RGB: (95,176,117) (37%, 69%, 46%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 117 of 255 = 46%

95
176
117

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

Portions of RGB colors in percentages

R + G + B = 95 + 176 + 117 = 388 (100%)
R 95 of 388 ~ 24.48%
G 176 of 388 ~ 45.36%
B 117 of 388 ~ 30.15'%

%24.48
%45.36
%30.15

CMYK color model

#5FB075 color CMYK value is (46,0,34,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 30.98%

CMYK: (46,0,34,31)
C46M0Y34K31 (46%, 0%, 34%, 31%)
(0.46 / 0.00 / 0.34 / 0.31)

CMYK percentages

%46.02
%0
%33.52
%30.98

Codes

Color #5FB075 in popluar color models

5F B0 75
RGB 95 176 117
HSL 136° 33.89% 53.14%
HSB/HSV 136° 46.02% 69.02%
CMYK 46.02% 0.00% 33.52%
30.98%

Color #5FB075 in popluar number systems.

HEX 5F B0 75
Decimal 95 176 117
Binary 1011111 10110000 1110101
Octal 137 260 165

Shades and tints

Shades of #5FB075

#5FB075
(95,176,117)
#57A06B
(87,160,107)
#4F9061
(79,144,97)
#478057
(71,128,87)
#3F704D
(63,112,77)
#376043
(55,96,67)
#2F5039
(47,80,57)
#27402F
(39,64,47)
#1F3025
(31,48,37)
#17201B
(23,32,27)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5FB075

#5FB075
(95,176,117)
#6DB781
(109,183,129)
#7BBE8D
(123,190,141)
#89C599
(137,197,153)
#97CCA5
(151,204,165)
#A5D3B1
(165,211,177)
#B3DABD
(179,218,189)
#C1E1C9
(193,225,201)
#CFE8D5
(207,232,213)
#DDEFE1
(221,239,225)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB075 color. Also use rgb(95,176,117) instead hex code.

Text Font Color

.myTextColor { color: #5FB075; }

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

This text font color is #5FB075.

Background Color

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

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

This div background color is #5FB075.

Border color

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

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

This div border color is #5FB075.

Opacity

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

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

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

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

This text has shadow with #5FB075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB075.

Preview

Color preview on black background

This text has color #5FB075 on black background.


Color preview on white background

This text has color #5FB075 on white background.


Black color preview on #5FB075 background

This text has black color on #5FB075 background.


White color preview on #5FB075 background

This text has white color on #5FB075 background.


Related colors

Complementary color

Complementary color for #hex is #A04F8A.


I love getcolorcode.com

Triadic colors

1 #755FB0 and #B0755F with #5FB075 are triadic colors.

2 #75B05F and #B05F75 with #5FB075 are triadic colors.