COLOR #95B065

HEX: #95B065 RGB: (149,176,101)

Color info

#95B065 contains mainly red and green colors. Web safe color of #95B065 is #999966 (or #996).

RGB color model

#95B065 color RGB value is (149,176,101).

RGB: (149,176,101) (58%, 69%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 101 of 255 = 40%

149
176
101

R + G + B ~ 56%. #95B065 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 176 + 101 = 426 (100%)
R 149 of 426 ~ 34.98%
G 176 of 426 ~ 41.31%
B 101 of 426 ~ 23.71'%

%34.98
%41.31
%23.71

CMYK color model

#95B065 color CMYK value is (15,0,43,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 30.98%

CMYK: (15,0,43,31)
C15M0Y43K31 (15%, 0%, 43%, 31%)
(0.15 / 0.00 / 0.43 / 0.31)

CMYK percentages

%15.34
%0
%42.61
%30.98

Codes

Color #95B065 in popluar color models

95 B0 65
RGB 149 176 101
HSL 82° 32.19% 54.31%
HSB/HSV 82° 42.61% 69.02%
CMYK 15.34% 0.00% 42.61%
30.98%

Color #95B065 in popluar number systems.

HEX 95 B0 65
Decimal 149 176 101
Binary 10010101 10110000 1100101
Octal 225 260 145

Shades and tints

Shades of #95B065

#95B065
(149,176,101)
#88A05C
(136,160,92)
#7B9053
(123,144,83)
#6E804A
(110,128,74)
#617041
(97,112,65)
#546038
(84,96,56)
#47502F
(71,80,47)
#3A4026
(58,64,38)
#2D301D
(45,48,29)
#202014
(32,32,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #95B065

#95B065
(149,176,101)
#9EB773
(158,183,115)
#A7BE81
(167,190,129)
#B0C58F
(176,197,143)
#B9CC9D
(185,204,157)
#C2D3AB
(194,211,171)
#CBDAB9
(203,218,185)
#D4E1C7
(212,225,199)
#DDE8D5
(221,232,213)
#E6EFE3
(230,239,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B065 color. Also use rgb(149,176,101) instead hex code.

Text Font Color

.myTextColor { color: #95B065; }

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

This text font color is #95B065.

Background Color

.myBgColor { background-color: #95B065; }

<div style="background-color:#95B065">Inner text</div>

This div background color is #95B065.

Border color

.myBorderColor { border: 1px solid #95B065; }

<div style="border:3px solid #95B065">Div</div>

This div border color is #95B065.

Opacity

.myOpacity80 { color: #95B065; opacity: 0.8; }

<p style="color:#95B065;opacity:0.8;">80%</p>

Text with #95B065 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 #95B065;}

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

This text has shadow with #95B065 color.


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

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

This text has shadow with #95B065 primary color and red secondary color.


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

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

This text has shadow with #95B065 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95B065.

Preview

Color preview on black background

This text has color #95B065 on black background.


Color preview on white background

This text has color #95B065 on white background.


Black color preview on #95B065 background

This text has black color on #95B065 background.


White color preview on #95B065 background

This text has white color on #95B065 background.


Related colors

Complementary color

Complementary color for #hex is #6A4F9A.


I love getcolorcode.com

Triadic colors

1 #6595B0 and #B06595 with #95B065 are triadic colors.

2 #65B095 and #B09565 with #95B065 are triadic colors.