COLOR #85C76D

HEX: #85C76D
RGB: (133,199,109)

Renk bilgisi

#85C76D contains mainly green color. #85C76D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#85C76D color RGB value is (133,199,109).

  • kırmız ton 133;
  • yeşil ton 199;
  • mavi ton 109.
RGB:
(133,199,109)
(52%,78%,43%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 199 of 255 = 78%
B 109 of 255 = 43%

133
199
109

R + G + B ~ 58%. #85C76D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 199 + 109 = 441 (100%)
R 133 of 441 ~ 30.16%
G 199 of 441 ~ 45.12%
B 109 of 441 ~ 24.72%

%30.16
%45.12
%24.72

CMYK RENK MODELİ

#85C76D rengi CMYK tonu (33,0,45,22).

  • camgöbeği tonu 33.17%
  • eflatun tonu 0.00%
  • sarı tonu 45.23%
  • ana renk tonu 21.96%
CMYK:
(33,0,45,22)
C33M0Y45K22 
(33%,0%,45%,22%)
(0.33/0.00/0.45/0.22)	

CMYK yüzdeleri

%33.17
%0
%45.23
%21.96

Codes

Color #85C76D in popluar color models

85C76D
RGB133199109
HSL104°44.55%60.39%
HSB/HSV104°45.23%78.04%
CMYK33.17%0.00%45.23%
21.96%

Color #85C76D in popluar number systems.

HEX85C76D
Decimal133199109
Binary10000101110001111101101
Octal205307155

Shades and tints

Shades of #85C76D

#85C76D
(133,199,109)
#79B564
(121,181,100)
#6DA35B
(109,163,91)
#619152
(97,145,82)
#557F49
(85,127,73)
#496D40
(73,109,64)
#3D5B37
(61,91,55)
#31492E
(49,73,46)
#253725
(37,55,37)
#19251C
(25,37,28)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #85C76D

#85C76D
(133,199,109)
#90CC7A
(144,204,122)
#9BD187
(155,209,135)
#A6D694
(166,214,148)
#B1DBA1
(177,219,161)
#BCE0AE
(188,224,174)
#C7E5BB
(199,229,187)
#D2EAC8
(210,234,200)
#DDEFD5
(221,239,213)
#E8F4E2
(232,244,226)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C76D color. Also use rgb(133,199,109) instead hex code.

Text Font Color

.myTextColor { color: #85C76D; }

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

This text font color is #85C76D.


Background Color

.myBgColor { background-color: #85C76D; }

<div style="background-color:#85C76D">Inner text</div>

This div background color is #85C76D.


Border color

.myBorderColor { border: 1px solid #85C76D; }

<div style="border:3px solid #85C76D">Div</div>

This div border color is #85C76D.


Opacity

.myOpacity80 { color: #85C76D; opacity: 0.8; }

<p style="color:#85C76D;opacity:0.8;">80%</p>

Text with #85C76D 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 #85C76D;}

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

This text has shadow with #85C76D color.

.textShadow {text-shadow: 3px 3px 1px #85C76D, 3px 3px 1px red;}

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

This text has shadow with #85C76D primary color and red secondary color.


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

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

This text has shadow with #85C76D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85C76D;
-webkit-box-shadow: 1px 1px 3px 2px #85C76D;
box-shadow:1px 1px 3px 2px #85C76D;">
Div content here</div>
This div box has shadow with color #85C76D.

Preview

Color preview on black background

This text has color #85C76D on black background.


Color preview on white background

This text has color #85C76D on white background.



Black color preview on #85C76D background

This text has black color on #85C76D background.


White color preview on #85C76D background

This text has white color on #85C76D background.