COLOR #71B60B

HEX: #71B60B
RGB: (113,182,11)

Color info

#71B60B contains mainly green color. Web safe color of #71B60B is #66CC00 (or #6C0).

RGB color model

#71B60B color RGB value is (113,182,11).

  • red value is 113;
  • green value is 182;
  • blue value is 11.
RGB:
(113,182,11)
(44%,71%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 11 of 255 = 4%

113
182
11

R + G + B ~ 40%. #71B60B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 11 = 306 (100%)
R 113 of 306 ~ 36.93%
G 182 of 306 ~ 59.48%
B 11 of 306 ~ 3.59%

%36.93
%59.48

CMYK color model

#71B60B color CMYK value is (38,0,94,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 93.96%
  • key color value is 28.63%
CMYK:
(38,0,94,29)
C38M0Y94K29 
(38%,0%,94%,29%)
(0.38/0.00/0.94/0.29)	

CMYK percentages

%37.91
%0
%93.96
%28.63

Codes

Color #71B60B in popluar color models

71B60B
RGB11318211
HSL84°88.60%37.84%
HSB/HSV84°93.96%71.37%
CMYK37.91%0.00%93.96%
28.63%

Color #71B60B in popluar number systems.

HEX71B60B
Decimal11318211
Binary1110001101101101011
Octal16126613

Shades and tints

Shades of #71B60B

#71B60B
(113,182,11)
#67A60A
(103,166,10)
#5D9609
(93,150,9)
#538608
(83,134,8)
#497607
(73,118,7)
#3F6606
(63,102,6)
#355605
(53,86,5)
#2B4604
(43,70,4)
#213603
(33,54,3)
#172602
(23,38,2)
#0D1601
(13,22,1)
#000000
(0,0,0)

Tints of #71B60B

#71B60B
(113,182,11)
#7DBC21
(125,188,33)
#89C237
(137,194,55)
#95C84D
(149,200,77)
#A1CE63
(161,206,99)
#ADD479
(173,212,121)
#B9DA8F
(185,218,143)
#C5E0A5
(197,224,165)
#D1E6BB
(209,230,187)
#DDECD1
(221,236,209)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B60B color. Also use rgb(113,182,11) instead hex code.

Text Font Color

.myTextColor { color: #71B60B; }

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

This text font color is #71B60B.


Background Color

.myBgColor { background-color: #71B60B; }

<div style="background-color:#71B60B">Inner text</div>

This div background color is #71B60B.


Border color

.myBorderColor { border: 1px solid #71B60B; }

<div style="border:3px solid #71B60B">Div</div>

This div border color is #71B60B.


Opacity

.myOpacity80 { color: #71B60B; opacity: 0.8; }

<p style="color:#71B60B;opacity:0.8;">80%</p>

Text with #71B60B 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 #71B60B;}

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

This text has shadow with #71B60B color.

.textShadow {text-shadow: 3px 3px 1px #71B60B, 3px 3px 1px red;}

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

This text has shadow with #71B60B primary color and red secondary color.


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

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

This text has shadow with #71B60B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B60B on black background.


Color preview on white background

This text has color #71B60B on white background.



Black color preview on #71B60B background

This text has black color on #71B60B background.


White color preview on #71B60B background

This text has white color on #71B60B background.