COLOR #95AF6A

HEX: #95AF6A RGB: (149,175,106)

Color info

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

RGB color model

#95AF6A color RGB value is (149,175,106).

RGB: (149,175,106) (58%, 69%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 106 of 255 = 42%

149
175
106

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

Portions of RGB colors in percentages

R + G + B = 149 + 175 + 106 = 430 (100%)
R 149 of 430 ~ 34.65%
G 175 of 430 ~ 40.7%
B 106 of 430 ~ 24.65'%

%34.65
%40.7
%24.65

CMYK color model

#95AF6A color CMYK value is (15,0,39,31).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 39.43%
  • key color value is 31.37%

CMYK: (15,0,39,31)
C15M0Y39K31 (15%, 0%, 39%, 31%)
(0.15 / 0.00 / 0.39 / 0.31)

CMYK percentages

%14.86
%0
%39.43
%31.37

Codes

Color #95AF6A in popluar color models

95 AF 6A
RGB 149 175 106
HSL 83° 30.13% 55.10%
HSB/HSV 83° 39.43% 68.63%
CMYK 14.86% 0.00% 39.43%
31.37%

Color #95AF6A in popluar number systems.

HEX 95 AF 6A
Decimal 149 175 106
Binary 10010101 10101111 1101010
Octal 225 257 152

Shades and tints

Shades of #95AF6A

#95AF6A
(149,175,106)
#88A061
(136,160,97)
#7B9158
(123,145,88)
#6E824F
(110,130,79)
#617346
(97,115,70)
#54643D
(84,100,61)
#475534
(71,85,52)
#3A462B
(58,70,43)
#2D3722
(45,55,34)
#202819
(32,40,25)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #95AF6A

#95AF6A
(149,175,106)
#9EB677
(158,182,119)
#A7BD84
(167,189,132)
#B0C491
(176,196,145)
#B9CB9E
(185,203,158)
#C2D2AB
(194,210,171)
#CBD9B8
(203,217,184)
#D4E0C5
(212,224,197)
#DDE7D2
(221,231,210)
#E6EEDF
(230,238,223)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AF6A color. Also use rgb(149,175,106) instead hex code.

Text Font Color

.myTextColor { color: #95AF6A; }

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

This text font color is #95AF6A.

Background Color

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

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

This div background color is #95AF6A.

Border color

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

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

This div border color is #95AF6A.

Opacity

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

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

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

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

This text has shadow with #95AF6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AF6A.

Preview

Color preview on black background

This text has color #95AF6A on black background.


Color preview on white background

This text has color #95AF6A on white background.


Black color preview on #95AF6A background

This text has black color on #95AF6A background.


White color preview on #95AF6A background

This text has white color on #95AF6A background.


Related colors

Complementary color

Complementary color for #hex is #6A5095.


I love getcolorcode.com

Triadic colors

1 #6A95AF and #AF6A95 with #95AF6A are triadic colors.

2 #6AAF95 and #AF956A with #95AF6A are triadic colors.