COLOR #097207

HEX: #097207
RGB: (9,114,7)

Color info

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

RGB color model

#097207 color RGB value is (9,114,7).

  • red value is 9;
  • green value is 114;
  • blue value is 7.
RGB:
(9,114,7)
(4%,45%,3%)

RGB channels and saturation

R 9 of 255 = 4%
G 114 of 255 = 45%
B 7 of 255 = 3%

9
114
7

R + G + B ~ 17%. #097207 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 114 + 7 = 130 (100%)
R 9 of 130 ~ 6.92%
G 114 of 130 ~ 87.69%
B 7 of 130 ~ 5.38%

%87.69

CMYK color model

#097207 color CMYK value is (92,0,94,55).

  • cyan value is 92.11%
  • magenta value is 0.00%
  • yellow value is 93.86%
  • key color value is 55.29%
CMYK:
(92,0,94,55)
C92M0Y94K55 
(92%,0%,94%,55%)
(0.92/0.00/0.94/0.55)	

CMYK percentages

%92.11
%0
%93.86
%55.29

Codes

Color #097207 in popluar color models

097207
RGB91147
HSL119°88.43%23.73%
HSB/HSV119°93.86%44.71%
CMYK92.11%0.00%93.86%
55.29%

Color #097207 in popluar number systems.

HEX097207
Decimal91147
Binary10011110010111
Octal111627

Shades and tints

Shades of #097207

#097207
(9,114,7)
#096807
(9,104,7)
#095E07
(9,94,7)
#095407
(9,84,7)
#094A07
(9,74,7)
#094007
(9,64,7)
#093607
(9,54,7)
#092C07
(9,44,7)
#092207
(9,34,7)
#091807
(9,24,7)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #097207

#097207
(9,114,7)
#1F7E1D
(31,126,29)
#358A33
(53,138,51)
#4B9649
(75,150,73)
#61A25F
(97,162,95)
#77AE75
(119,174,117)
#8DBA8B
(141,186,139)
#A3C6A1
(163,198,161)
#B9D2B7
(185,210,183)
#CFDECD
(207,222,205)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097207 color. Also use rgb(9,114,7) instead hex code.

Text Font Color

.myTextColor { color: #097207; }

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

This text font color is #097207.


Background Color

.myBgColor { background-color: #097207; }

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

This div background color is #097207.


Border color

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

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

This div border color is #097207.


Opacity

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

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

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

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

This text has shadow with #097207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097207 on black background.


Color preview on white background

This text has color #097207 on white background.



Black color preview on #097207 background

This text has black color on #097207 background.


White color preview on #097207 background

This text has white color on #097207 background.