COLOR #87B018

HEX: #87B018
RGB: (135,176,24)

Renk bilgisi

#87B018 contains mainly red and green colors. #87B018 ‘ nin web güvenlik rengi #999900 (ya da #990) dir.

RGB renk modeli

#87B018 color RGB value is (135,176,24).

  • kırmız ton 135;
  • yeşil ton 176;
  • mavi ton 24.
RGB:
(135,176,24)
(53%,69%,9%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 176 of 255 = 69%
B 24 of 255 = 9%

135
176
24

R + G + B ~ 44%. #87B018 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 176 + 24 = 335 (100%)
R 135 of 335 ~ 40.3%
G 176 of 335 ~ 52.54%
B 24 of 335 ~ 7.16%

%40.3
%52.54

CMYK RENK MODELİ

#87B018 rengi CMYK tonu (23,0,86,31).

  • camgöbeği tonu 23.30%
  • eflatun tonu 0.00%
  • sarı tonu 86.36%
  • ana renk tonu 30.98%
CMYK:
(23,0,86,31)
C23M0Y86K31 
(23%,0%,86%,31%)
(0.23/0.00/0.86/0.31)	

CMYK yüzdeleri

%23.3
%0
%86.36
%30.98

Codes

Color #87B018 in popluar color models

87B018
RGB13517624
HSL76°76.00%39.22%
HSB/HSV76°86.36%69.02%
CMYK23.30%0.00%86.36%
30.98%

Color #87B018 in popluar number systems.

HEX87B018
Decimal13517624
Binary100001111011000011000
Octal20726030

Shades and tints

Shades of #87B018

#87B018
(135,176,24)
#7BA016
(123,160,22)
#6F9014
(111,144,20)
#638012
(99,128,18)
#577010
(87,112,16)
#4B600E
(75,96,14)
#3F500C
(63,80,12)
#33400A
(51,64,10)
#273008
(39,48,8)
#1B2006
(27,32,6)
#0F1004
(15,16,4)
#000000
(0,0,0)

Tints of #87B018

#87B018
(135,176,24)
#91B72D
(145,183,45)
#9BBE42
(155,190,66)
#A5C557
(165,197,87)
#AFCC6C
(175,204,108)
#B9D381
(185,211,129)
#C3DA96
(195,218,150)
#CDE1AB
(205,225,171)
#D7E8C0
(215,232,192)
#E1EFD5
(225,239,213)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B018 color. Also use rgb(135,176,24) instead hex code.

Text Font Color

.myTextColor { color: #87B018; }

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

This text font color is #87B018.


Background Color

.myBgColor { background-color: #87B018; }

<div style="background-color:#87B018">Inner text</div>

This div background color is #87B018.


Border color

.myBorderColor { border: 1px solid #87B018; }

<div style="border:3px solid #87B018">Div</div>

This div border color is #87B018.


Opacity

.myOpacity80 { color: #87B018; opacity: 0.8; }

<p style="color:#87B018;opacity:0.8;">80%</p>

Text with #87B018 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 #87B018;}

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

This text has shadow with #87B018 color.

.textShadow {text-shadow: 3px 3px 1px #87B018, 3px 3px 1px red;}

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

This text has shadow with #87B018 primary color and red secondary color.


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

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

This text has shadow with #87B018 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B018 on black background.


Color preview on white background

This text has color #87B018 on white background.



Black color preview on #87B018 background

This text has black color on #87B018 background.


White color preview on #87B018 background

This text has white color on #87B018 background.