COLOR #096100

HEX: #096100
RGB: (9,97,0)

Color info

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

RGB color model

#096100 color RGB value is (9,97,0).

  • red value is 9;
  • green value is 97;
  • blue value is 0.
RGB:
(9,97,0)
(4%,38%,0%)

RGB channels and saturation

R 9 of 255 = 4%
G 97 of 255 = 38%
B 0 of 255 = 0%

9
97
0

R + G + B ~ 14%. #096100 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 97 + 0 = 106 (100%)
R 9 of 106 ~ 8.49%
G 97 of 106 ~ 91.51%
B 0 of 106 ~ 0%

%91.51

CMYK color model

#096100 color CMYK value is (91,0,100,62).

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.96%
CMYK:
(91,0,100,62)
C91M0Y100K62 
(91%,0%,100%,62%)
(0.91/0.00/1.00/0.62)	

CMYK percentages

%90.72
%0
%100
%61.96

Codes

Color #096100 in popluar color models

096100
RGB9970
HSL114°100.00%19.02%
HSB/HSV114°100.00%38.04%
CMYK90.72%0.00%100.00%
61.96%

Color #096100 in popluar number systems.

HEX096100
Decimal9970
Binary100111000010
Octal111410

Shades and tints

Shades of #096100

#096100
(9,97,0)
#095900
(9,89,0)
#095100
(9,81,0)
#094900
(9,73,0)
#094100
(9,65,0)
#093900
(9,57,0)
#093100
(9,49,0)
#092900
(9,41,0)
#092100
(9,33,0)
#091900
(9,25,0)
#091100
(9,17,0)
#000000
(0,0,0)

Tints of #096100

#096100
(9,97,0)
#1F6F17
(31,111,23)
#357D2E
(53,125,46)
#4B8B45
(75,139,69)
#61995C
(97,153,92)
#77A773
(119,167,115)
#8DB58A
(141,181,138)
#A3C3A1
(163,195,161)
#B9D1B8
(185,209,184)
#CFDFCF
(207,223,207)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096100 color. Also use rgb(9,97,0) instead hex code.

Text Font Color

.myTextColor { color: #096100; }

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

This text font color is #096100.


Background Color

.myBgColor { background-color: #096100; }

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

This div background color is #096100.


Border color

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

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

This div border color is #096100.


Opacity

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

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

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

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

This text has shadow with #096100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096100 on black background.


Color preview on white background

This text has color #096100 on white background.



Black color preview on #096100 background

This text has black color on #096100 background.


White color preview on #096100 background

This text has white color on #096100 background.