COLOR #096805

HEX: #096805 RGB: (9,104,5)

Color info

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

RGB color model

#096805 color RGB value is (9,104,5).

RGB: (9,104,5) (4%, 41%, 2%)

RGB channels and saturation

R 9 of 255 = 4%
G 104 of 255 = 41%
B 5 of 255 = 2%

9
104
5

R + G + B ~ 16%. #096805 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 104 + 5 = 118 (100%)
R 9 of 118 ~ 7.63%
G 104 of 118 ~ 88.14%
B 5 of 118 ~ 4.24'%

%88.14

CMYK color model

#096805 color CMYK value is (91,0,95,59).

  • cyan value is 91.35%
  • magenta value is 0.00%
  • yellow value is 95.19%
  • key color value is 59.22%

CMYK: (91,0,95,59)
C91M0Y95K59 (91%, 0%, 95%, 59%)
(0.91 / 0.00 / 0.95 / 0.59)

CMYK percentages

%91.35
%0
%95.19
%59.22

Codes

Color #096805 in popluar color models

09 68 05
RGB 9 104 5
HSL 118° 90.83% 21.37%
HSB/HSV 118° 95.19% 40.78%
CMYK 91.35% 0.00% 95.19%
59.22%

Color #096805 in popluar number systems.

HEX 09 68 05
Decimal 9 104 5
Binary 1001 1101000 101
Octal 11 150 5

Shades and tints

Shades of #096805

#096805
(9,104,5)
#095F05
(9,95,5)
#095605
(9,86,5)
#094D05
(9,77,5)
#094405
(9,68,5)
#093B05
(9,59,5)
#093205
(9,50,5)
#092905
(9,41,5)
#092005
(9,32,5)
#091705
(9,23,5)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #096805

#096805
(9,104,5)
#1F751B
(31,117,27)
#358231
(53,130,49)
#4B8F47
(75,143,71)
#619C5D
(97,156,93)
#77A973
(119,169,115)
#8DB689
(141,182,137)
#A3C39F
(163,195,159)
#B9D0B5
(185,208,181)
#CFDDCB
(207,221,203)
#E5EAE1
(229,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096805 color. Also use rgb(9,104,5) instead hex code.

Text Font Color

.myTextColor { color: #096805; }

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

This text font color is #096805.

Background Color

.myBgColor { background-color: #096805; }

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

This div background color is #096805.

Border color

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

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

This div border color is #096805.

Opacity

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

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

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

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

This text has shadow with #096805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096805.

Preview

Color preview on black background

This text has color #096805 on black background.


Color preview on white background

This text has color #096805 on white background.


Black color preview on #096805 background

This text has black color on #096805 background.


White color preview on #096805 background

This text has white color on #096805 background.


Related colors

Complementary color

Complementary color for #hex is #F697FA.


I love getcolorcode.com

Triadic colors

1 #050968 and #680509 with #096805 are triadic colors.

2 #056809 and #680905 with #096805 are triadic colors.