COLOR #95AF6C

HEX: #95AF6C RGB: (149,175,108)

Color info

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

RGB color model

#95AF6C color RGB value is (149,175,108).

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

RGB channels and saturation

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

149
175
108

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

Portions of RGB colors in percentages

R + G + B = 149 + 175 + 108 = 432 (100%)
R 149 of 432 ~ 34.49%
G 175 of 432 ~ 40.51%
B 108 of 432 ~ 25'%

%34.49
%40.51
%25

CMYK color model

#95AF6C color CMYK value is (15,0,38,31).

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

CMYK: (15,0,38,31)
C15M0Y38K31 (15%, 0%, 38%, 31%)
(0.15 / 0.00 / 0.38 / 0.31)

CMYK percentages

%14.86
%0
%38.29
%31.37

Codes

Color #95AF6C in popluar color models

95 AF 6C
RGB 149 175 108
HSL 83° 29.52% 55.49%
HSB/HSV 83° 38.29% 68.63%
CMYK 14.86% 0.00% 38.29%
31.37%

Color #95AF6C in popluar number systems.

HEX 95 AF 6C
Decimal 149 175 108
Binary 10010101 10101111 1101100
Octal 225 257 154

Shades and tints

Shades of #95AF6C

#95AF6C
(149,175,108)
#88A063
(136,160,99)
#7B915A
(123,145,90)
#6E8251
(110,130,81)
#617348
(97,115,72)
#54643F
(84,100,63)
#475536
(71,85,54)
#3A462D
(58,70,45)
#2D3724
(45,55,36)
#20281B
(32,40,27)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #95AF6C

#95AF6C
(149,175,108)
#9EB679
(158,182,121)
#A7BD86
(167,189,134)
#B0C493
(176,196,147)
#B9CBA0
(185,203,160)
#C2D2AD
(194,210,173)
#CBD9BA
(203,217,186)
#D4E0C7
(212,224,199)
#DDE7D4
(221,231,212)
#E6EEE1
(230,238,225)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AF6C; }

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

This text font color is #95AF6C.

Background Color

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

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

This div background color is #95AF6C.

Border color

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

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

This div border color is #95AF6C.

Opacity

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

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

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

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

This text has shadow with #95AF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AF6C.

Preview

Color preview on black background

This text has color #95AF6C on black background.


Color preview on white background

This text has color #95AF6C on white background.


Black color preview on #95AF6C background

This text has black color on #95AF6C background.


White color preview on #95AF6C background

This text has white color on #95AF6C background.


Related colors

Complementary color

Complementary color for #hex is #6A5093.


I love getcolorcode.com

Triadic colors

1 #6C95AF and #AF6C95 with #95AF6C are triadic colors.

2 #6CAF95 and #AF956C with #95AF6C are triadic colors.