COLOR #177014

HEX: #177014
RGB: (23,112,20)

Color info

#177014 contains mainly green color. Web safe color of #177014 is #006600 (or #060).

RGB color model

#177014 color RGB value is (23,112,20).

  • red value is 23;
  • green value is 112;
  • blue value is 20.
RGB: (23,112,20) (9%,44%,8%)

RGB channels and saturation

R 23 of 255 = 9%
G 112 of 255 = 44%
B 20 of 255 = 8%

23
112
20

R + G + B ~ 20%. #177014 is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 112 + 20 = 155 (100%)
R 23 of 155 ~ 14.84%
G 112 of 155 ~ 72.26%
B 20 of 155 ~ 12.9%

%14.84
%72.26
%12.9

CMYK color model

#177014 color CMYK value is (79,0,82,56).

  • cyan value is 79.46%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 56.08%
CMYK: (79,0,82,56) C79M0Y82K56 (79%,0%,82%,56%) (0.79/0.00/0.82/0.56)

CMYK percentages

%79.46
%0
%82.14
%56.08

Codes

Color #177014 in popluar color models

177014
RGB2311220
HSL118°69.70%25.88%
HSB/HSV118°82.14%43.92%
CMYK79.46%0.00%82.14%
56.08%

Color #177014 in popluar number systems.

HEX177014
Decimal2311220
Binary10111111000010100
Octal2716024

Shades and tints

Shades of #177014

#177014
(23,112,20)
#156613
(21,102,19)
#135C12
(19,92,18)
#115211
(17,82,17)
#0F4810
(15,72,16)
#0D3E0F
(13,62,15)
#0B340E
(11,52,14)
#092A0D
(9,42,13)
#07200C
(7,32,12)
#05160B
(5,22,11)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #177014

#177014
(23,112,20)
#2C7D29
(44,125,41)
#418A3E
(65,138,62)
#569753
(86,151,83)
#6BA468
(107,164,104)
#80B17D
(128,177,125)
#95BE92
(149,190,146)
#AACBA7
(170,203,167)
#BFD8BC
(191,216,188)
#D4E5D1
(212,229,209)
#E9F2E6
(233,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #177014 color. Also use rgb(23,112,20) instead hex code.

Text Font Color

.myTextColor { color: #177014; }

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

This text font color is #177014.


Background Color

.myBgColor { background-color: #177014; }

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

This div background color is #177014.


Border color

.myBorderColor { border: 1px solid #177014; }

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

This div border color is #177014.


Opacity

.myOpacity80 { color: #177014; opacity: 0.8; }

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

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

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

This text has shadow with #177014 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #177014 on black background.


Color preview on white background

This text has color #177014 on white background.



Black color preview on #177014 background

This text has black color on #177014 background.


White color preview on #177014 background

This text has white color on #177014 background.