COLOR #95AA77

HEX: #95AA77 RGB: (149,170,119)

Renk bilgisi

#95AA77 contains red, green and blue colors in about the same proportion. #95AA77 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#95AA77 color RGB value is (149,170,119).

RGB: (149,170,119) (58%, 67%, 47%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 170 of 255 = 67%
B 119 of 255 = 47%

149
170
119

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

Yüzdelerle RGB renk parçaları

R + G + B = 149 + 170 + 119 = 438 (100%)
R 149 of 438 ~ 34.02%
G 170 of 438 ~ 38.81%
B 119 of 438 ~ 27.17'%

%34.02
%38.81
%27.17

CMYK RENK MODELİ

#95AA77 rengi CMYK tonu (12,0,30,33).

  • camgöbeği tonu 12.35%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 33.33%

CMYK: (12,0,30,33)
C12M0Y30K33 (12%, 0%, 30%, 33%)
(0.12 / 0.00 / 0.30 / 0.33)

CMYK yüzdeleri

%12.35
%0
%30
%33.33

Codes

Color #95AA77 in popluar color models

95 AA 77
RGB 149 170 119
HSL 85° 23.08% 56.67%
HSB/HSV 85° 30.00% 66.67%
CMYK 12.35% 0.00% 30.00%
33.33%

Color #95AA77 in popluar number systems.

HEX 95 AA 77
Decimal 149 170 119
Binary 10010101 10101010 1110111
Octal 225 252 167

Shades and tints

Shades of #95AA77

#95AA77
(149,170,119)
#889B6D
(136,155,109)
#7B8C63
(123,140,99)
#6E7D59
(110,125,89)
#616E4F
(97,110,79)
#545F45
(84,95,69)
#47503B
(71,80,59)
#3A4131
(58,65,49)
#2D3227
(45,50,39)
#20231D
(32,35,29)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95AA77

#95AA77
(149,170,119)
#9EB183
(158,177,131)
#A7B88F
(167,184,143)
#B0BF9B
(176,191,155)
#B9C6A7
(185,198,167)
#C2CDB3
(194,205,179)
#CBD4BF
(203,212,191)
#D4DBCB
(212,219,203)
#DDE2D7
(221,226,215)
#E6E9E3
(230,233,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AA77 color. Also use rgb(149,170,119) instead hex code.

Text Font Color

.myTextColor { color: #95AA77; }

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

This text font color is #95AA77.

Background Color

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

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

This div background color is #95AA77.

Border color

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

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

This div border color is #95AA77.

Opacity

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

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

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

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

This text has shadow with #95AA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AA77.

Preview

Color preview on black background

This text has color #95AA77 on black background.


Color preview on white background

This text has color #95AA77 on white background.


Black color preview on #95AA77 background

This text has black color on #95AA77 background.


White color preview on #95AA77 background

This text has white color on #95AA77 background.


Related colors

Complementary color

Complementary color for #hex is #6A5588.


I love getcolorcode.com

Triadic colors

1 #7795AA and #AA7795 with #95AA77 are triadic colors.

2 #77AA95 and #AA9577 with #95AA77 are triadic colors.