COLOR #096717

HEX: #096717
RGB: (9,103,23)

Color info

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

RGB color model

#096717 color RGB value is (9,103,23).

  • red value is 9;
  • green value is 103;
  • blue value is 23.
RGB:
(9,103,23)
(4%,40%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 103 of 255 = 40%
B 23 of 255 = 9%

9
103
23

R + G + B ~ 18%. #096717 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 103 + 23 = 135 (100%)
R 9 of 135 ~ 6.67%
G 103 of 135 ~ 76.3%
B 23 of 135 ~ 17.04%

%76.3
%17.04

CMYK color model

#096717 color CMYK value is (91,0,78,60).

  • cyan value is 91.26%
  • magenta value is 0.00%
  • yellow value is 77.67%
  • key color value is 59.61%
CMYK:
(91,0,78,60)
C91M0Y78K60 
(91%,0%,78%,60%)
(0.91/0.00/0.78/0.60)	

CMYK percentages

%91.26
%0
%77.67
%59.61

Codes

Color #096717 in popluar color models

096717
RGB910323
HSL129°83.93%21.96%
HSB/HSV129°91.26%40.39%
CMYK91.26%0.00%77.67%
59.61%

Color #096717 in popluar number systems.

HEX096717
Decimal910323
Binary1001110011110111
Octal1114727

Shades and tints

Shades of #096717

#096717
(9,103,23)
#095E15
(9,94,21)
#095513
(9,85,19)
#094C11
(9,76,17)
#09430F
(9,67,15)
#093A0D
(9,58,13)
#09310B
(9,49,11)
#092809
(9,40,9)
#091F07
(9,31,7)
#091605
(9,22,5)
#090D03
(9,13,3)
#000000
(0,0,0)

Tints of #096717

#096717
(9,103,23)
#1F742C
(31,116,44)
#358141
(53,129,65)
#4B8E56
(75,142,86)
#619B6B
(97,155,107)
#77A880
(119,168,128)
#8DB595
(141,181,149)
#A3C2AA
(163,194,170)
#B9CFBF
(185,207,191)
#CFDCD4
(207,220,212)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096717 color. Also use rgb(9,103,23) instead hex code.

Text Font Color

.myTextColor { color: #096717; }

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

This text font color is #096717.


Background Color

.myBgColor { background-color: #096717; }

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

This div background color is #096717.


Border color

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

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

This div border color is #096717.


Opacity

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

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

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

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

This text has shadow with #096717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096717 on black background.


Color preview on white background

This text has color #096717 on white background.



Black color preview on #096717 background

This text has black color on #096717 background.


White color preview on #096717 background

This text has white color on #096717 background.