COLOR #99B371

HEX: #99B371
RGB: (153,179,113)

Renk bilgisi

#99B371 contains mainly red and green colors. #99B371 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#99B371 color RGB value is (153,179,113).

  • kırmız ton 153;
  • yeşil ton 179;
  • mavi ton 113.
RGB:
(153,179,113)
(60%,70%,44%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 179 of 255 = 70%
B 113 of 255 = 44%

153
179
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 179 + 113 = 445 (100%)
R 153 of 445 ~ 34.38%
G 179 of 445 ~ 40.22%
B 113 of 445 ~ 25.39%

%34.38
%40.22
%25.39

CMYK RENK MODELİ

#99B371 rengi CMYK tonu (15,0,37,30).

  • camgöbeği tonu 14.53%
  • eflatun tonu 0.00%
  • sarı tonu 36.87%
  • ana renk tonu 29.80%
CMYK:
(15,0,37,30)
C15M0Y37K30 
(15%,0%,37%,30%)
(0.15/0.00/0.37/0.30)	

CMYK yüzdeleri

%14.53
%0
%36.87
%29.8

Codes

Color #99B371 in popluar color models

99B371
RGB153179113
HSL84°30.28%57.25%
HSB/HSV84°36.87%70.20%
CMYK14.53%0.00%36.87%
29.80%

Color #99B371 in popluar number systems.

HEX99B371
Decimal153179113
Binary10011001101100111110001
Octal231263161

Shades and tints

Shades of #99B371

#99B371
(153,179,113)
#8CA367
(140,163,103)
#7F935D
(127,147,93)
#728353
(114,131,83)
#657349
(101,115,73)
#58633F
(88,99,63)
#4B5335
(75,83,53)
#3E432B
(62,67,43)
#313321
(49,51,33)
#242317
(36,35,23)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #99B371

#99B371
(153,179,113)
#A2B97D
(162,185,125)
#ABBF89
(171,191,137)
#B4C595
(180,197,149)
#BDCBA1
(189,203,161)
#C6D1AD
(198,209,173)
#CFD7B9
(207,215,185)
#D8DDC5
(216,221,197)
#E1E3D1
(225,227,209)
#EAE9DD
(234,233,221)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B371 color. Also use rgb(153,179,113) instead hex code.

Text Font Color

.myTextColor { color: #99B371; }

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

This text font color is #99B371.


Background Color

.myBgColor { background-color: #99B371; }

<div style="background-color:#99B371">Inner text</div>

This div background color is #99B371.


Border color

.myBorderColor { border: 1px solid #99B371; }

<div style="border:3px solid #99B371">Div</div>

This div border color is #99B371.


Opacity

.myOpacity80 { color: #99B371; opacity: 0.8; }

<p style="color:#99B371;opacity:0.8;">80%</p>

Text with #99B371 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 #99B371;}

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

This text has shadow with #99B371 color.

.textShadow {text-shadow: 3px 3px 1px #99B371, 3px 3px 1px red;}

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

This text has shadow with #99B371 primary color and red secondary color.


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

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

This text has shadow with #99B371 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B371 on black background.


Color preview on white background

This text has color #99B371 on white background.



Black color preview on #99B371 background

This text has black color on #99B371 background.


White color preview on #99B371 background

This text has white color on #99B371 background.