COLOR #097708

HEX: #097708
RGB: (9,119,8)

Color info

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

RGB color model

#097708 color RGB value is (9,119,8).

  • red value is 9;
  • green value is 119;
  • blue value is 8.
RGB:
(9,119,8)
(4%,47%,3%)

RGB channels and saturation

R 9 of 255 = 4%
G 119 of 255 = 47%
B 8 of 255 = 3%

9
119
8

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

Portions of RGB colors in percentages

R + G + B =
9 + 119 + 8 = 136 (100%)
R 9 of 136 ~ 6.62%
G 119 of 136 ~ 87.5%
B 8 of 136 ~ 5.88%

%87.5

CMYK color model

#097708 color CMYK value is (92,0,93,53).

  • cyan value is 92.44%
  • magenta value is 0.00%
  • yellow value is 93.28%
  • key color value is 53.33%
CMYK:
(92,0,93,53)
C92M0Y93K53 
(92%,0%,93%,53%)
(0.92/0.00/0.93/0.53)	

CMYK percentages

%92.44
%0
%93.28
%53.33

Codes

Color #097708 in popluar color models

097708
RGB91198
HSL119°87.40%24.90%
HSB/HSV119°93.28%46.67%
CMYK92.44%0.00%93.28%
53.33%

Color #097708 in popluar number systems.

HEX097708
Decimal91198
Binary100111101111000
Octal1116710

Shades and tints

Shades of #097708

#097708
(9,119,8)
#096D08
(9,109,8)
#096308
(9,99,8)
#095908
(9,89,8)
#094F08
(9,79,8)
#094508
(9,69,8)
#093B08
(9,59,8)
#093108
(9,49,8)
#092708
(9,39,8)
#091D08
(9,29,8)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #097708

#097708
(9,119,8)
#1F831E
(31,131,30)
#358F34
(53,143,52)
#4B9B4A
(75,155,74)
#61A760
(97,167,96)
#77B376
(119,179,118)
#8DBF8C
(141,191,140)
#A3CBA2
(163,203,162)
#B9D7B8
(185,215,184)
#CFE3CE
(207,227,206)
#E5EFE4
(229,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097708 color. Also use rgb(9,119,8) instead hex code.

Text Font Color

.myTextColor { color: #097708; }

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

This text font color is #097708.


Background Color

.myBgColor { background-color: #097708; }

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

This div background color is #097708.


Border color

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

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

This div border color is #097708.


Opacity

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

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

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

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

This text has shadow with #097708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097708 on black background.


Color preview on white background

This text has color #097708 on white background.



Black color preview on #097708 background

This text has black color on #097708 background.


White color preview on #097708 background

This text has white color on #097708 background.