COLOR #0A6109

HEX: #0A6109 RGB: (10,97,9)

Color info

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

RGB color model

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

RGB: (10,97,9) (4%, 38%, 4%)

RGB channels and saturation

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

10
97
9

R + G + B ~ 15%. #0A6109 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 97 + 9 = 116 (100%)
R 10 of 116 ~ 8.62%
G 97 of 116 ~ 83.62%
B 9 of 116 ~ 7.76'%

%83.62

CMYK color model

#0A6109 color CMYK value is (90,0,91,62).

  • cyan value is 89.69%
  • magenta value is 0.00%
  • yellow value is 90.72%
  • key color value is 61.96%

CMYK: (90,0,91,62)
C90M0Y91K62 (90%, 0%, 91%, 62%)
(0.90 / 0.00 / 0.91 / 0.62)

CMYK percentages

%89.69
%0
%90.72
%61.96

Codes

Color #0A6109 in popluar color models

0A 61 09
RGB 10 97 9
HSL 119° 83.02% 20.78%
HSB/HSV 119° 90.72% 38.04%
CMYK 89.69% 0.00% 90.72%
61.96%

Color #0A6109 in popluar number systems.

HEX 0A 61 09
Decimal 10 97 9
Binary 1010 1100001 1001
Octal 12 141 11

Shades and tints

Shades of #0A6109

#0A6109
(10,97,9)
#0A5909
(10,89,9)
#0A5109
(10,81,9)
#0A4909
(10,73,9)
#0A4109
(10,65,9)
#0A3909
(10,57,9)
#0A3109
(10,49,9)
#0A2909
(10,41,9)
#0A2109
(10,33,9)
#0A1909
(10,25,9)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #0A6109

#0A6109
(10,97,9)
#206F1F
(32,111,31)
#367D35
(54,125,53)
#4C8B4B
(76,139,75)
#629961
(98,153,97)
#78A777
(120,167,119)
#8EB58D
(142,181,141)
#A4C3A3
(164,195,163)
#BAD1B9
(186,209,185)
#D0DFCF
(208,223,207)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6109; }

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

This text font color is #0A6109.

Background Color

.myBgColor { background-color: #0A6109; }

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

This div background color is #0A6109.

Border color

.myBorderColor { border: 1px solid #0A6109; }

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

This div border color is #0A6109.

Opacity

.myOpacity80 { color: #0A6109; opacity: 0.8; }

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

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

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

This text has shadow with #0A6109 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A6109.

Preview

Color preview on black background

This text has color #0A6109 on black background.


Color preview on white background

This text has color #0A6109 on white background.


Black color preview on #0A6109 background

This text has black color on #0A6109 background.


White color preview on #0A6109 background

This text has white color on #0A6109 background.


Related colors

Complementary color

Complementary color for #hex is #F59EF6.


I love getcolorcode.com

Triadic colors

1 #090A61 and #61090A with #0A6109 are triadic colors.

2 #09610A and #610A09 with #0A6109 are triadic colors.