COLOR #71B623

HEX: #71B623
RGB: (113,182,35)

Color info

#71B623 contains mainly green color. Web safe color of #71B623 is #66CC33 (or #6C3).

RGB color model

#71B623 color RGB value is (113,182,35).

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

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 35 of 255 = 14%

113
182
35

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

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 35 = 330 (100%)
R 113 of 330 ~ 34.24%
G 182 of 330 ~ 55.15%
B 35 of 330 ~ 10.61%

%34.24
%55.15
%10.61

CMYK color model

#71B623 color CMYK value is (38,0,81,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 80.77%
  • key color value is 28.63%
CMYK:
(38,0,81,29)
C38M0Y81K29 
(38%,0%,81%,29%)
(0.38/0.00/0.81/0.29)	

CMYK percentages

%37.91
%0
%80.77
%28.63

Codes

Color #71B623 in popluar color models

71B623
RGB11318235
HSL88°67.74%42.55%
HSB/HSV88°80.77%71.37%
CMYK37.91%0.00%80.77%
28.63%

Color #71B623 in popluar number systems.

HEX71B623
Decimal11318235
Binary111000110110110100011
Octal16126643

Shades and tints

Shades of #71B623

#71B623
(113,182,35)
#67A620
(103,166,32)
#5D961D
(93,150,29)
#53861A
(83,134,26)
#497617
(73,118,23)
#3F6614
(63,102,20)
#355611
(53,86,17)
#2B460E
(43,70,14)
#21360B
(33,54,11)
#172608
(23,38,8)
#0D1605
(13,22,5)
#000000
(0,0,0)

Tints of #71B623

#71B623
(113,182,35)
#7DBC37
(125,188,55)
#89C24B
(137,194,75)
#95C85F
(149,200,95)
#A1CE73
(161,206,115)
#ADD487
(173,212,135)
#B9DA9B
(185,218,155)
#C5E0AF
(197,224,175)
#D1E6C3
(209,230,195)
#DDECD7
(221,236,215)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B623; }

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

This text font color is #71B623.


Background Color

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

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

This div background color is #71B623.


Border color

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

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

This div border color is #71B623.


Opacity

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

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

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

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

This text has shadow with #71B623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B623 on black background.


Color preview on white background

This text has color #71B623 on white background.



Black color preview on #71B623 background

This text has black color on #71B623 background.


White color preview on #71B623 background

This text has white color on #71B623 background.