COLOR #096925

HEX: #096925
RGB: (9,105,37)

Color info

#096925 contains mainly green color. Web safe color of #096925 is #006633 (or #063).

RGB color model

#096925 color RGB value is (9,105,37).

  • red value is 9;
  • green value is 105;
  • blue value is 37.
RGB:
(9,105,37)
(4%,41%,15%)

RGB channels and saturation

R 9 of 255 = 4%
G 105 of 255 = 41%
B 37 of 255 = 15%

9
105
37

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

Portions of RGB colors in percentages

R + G + B =
9 + 105 + 37 = 151 (100%)
R 9 of 151 ~ 5.96%
G 105 of 151 ~ 69.54%
B 37 of 151 ~ 24.5%

%69.54
%24.5

CMYK color model

#096925 color CMYK value is (91,0,65,59).

  • cyan value is 91.43%
  • magenta value is 0.00%
  • yellow value is 64.76%
  • key color value is 58.82%
CMYK:
(91,0,65,59)
C91M0Y65K59 
(91%,0%,65%,59%)
(0.91/0.00/0.65/0.59)	

CMYK percentages

%91.43
%0
%64.76
%58.82

Codes

Color #096925 in popluar color models

096925
RGB910537
HSL138°84.21%22.35%
HSB/HSV138°91.43%41.18%
CMYK91.43%0.00%64.76%
58.82%

Color #096925 in popluar number systems.

HEX096925
Decimal910537
Binary10011101001100101
Octal1115145

Shades and tints

Shades of #096925

#096925
(9,105,37)
#096022
(9,96,34)
#09571F
(9,87,31)
#094E1C
(9,78,28)
#094519
(9,69,25)
#093C16
(9,60,22)
#093313
(9,51,19)
#092A10
(9,42,16)
#09210D
(9,33,13)
#09180A
(9,24,10)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #096925

#096925
(9,105,37)
#1F7638
(31,118,56)
#35834B
(53,131,75)
#4B905E
(75,144,94)
#619D71
(97,157,113)
#77AA84
(119,170,132)
#8DB797
(141,183,151)
#A3C4AA
(163,196,170)
#B9D1BD
(185,209,189)
#CFDED0
(207,222,208)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096925 color. Also use rgb(9,105,37) instead hex code.

Text Font Color

.myTextColor { color: #096925; }

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

This text font color is #096925.


Background Color

.myBgColor { background-color: #096925; }

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

This div background color is #096925.


Border color

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

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

This div border color is #096925.


Opacity

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

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

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

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

This text has shadow with #096925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096925 on black background.


Color preview on white background

This text has color #096925 on white background.



Black color preview on #096925 background

This text has black color on #096925 background.


White color preview on #096925 background

This text has white color on #096925 background.