COLOR #0A6600

HEX: #0A6600
RGB: (10,102,0)

Color info

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

RGB color model

#0A6600 color RGB value is (10,102,0).

  • red value is 10;
  • green value is 102;
  • blue value is 0.
RGB:
(10,102,0)
(4%,40%,0%)

RGB channels and saturation

R 10 of 255 = 4%
G 102 of 255 = 40%
B 0 of 255 = 0%

10
102
0

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

Portions of RGB colors in percentages

R + G + B =
10 + 102 + 0 = 112 (100%)
R 10 of 112 ~ 8.93%
G 102 of 112 ~ 91.07%
B 0 of 112 ~ 0%

%91.07

CMYK color model

#0A6600 color CMYK value is (90,0,100,60).

  • cyan value is 90.20%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.00%
CMYK:
(90,0,100,60)
C90M0Y100K60 
(90%,0%,100%,60%)
(0.90/0.00/1.00/0.60)	

CMYK percentages

%90.2
%0
%100
%60

Codes

Color #0A6600 in popluar color models

0A6600
RGB101020
HSL114°100.00%20.00%
HSB/HSV114°100.00%40.00%
CMYK90.20%0.00%100.00%
60.00%

Color #0A6600 in popluar number systems.

HEX0A6600
Decimal101020
Binary101011001100
Octal121460

Shades and tints

Shades of #0A6600

#0A6600
(10,102,0)
#0A5D00
(10,93,0)
#0A5400
(10,84,0)
#0A4B00
(10,75,0)
#0A4200
(10,66,0)
#0A3900
(10,57,0)
#0A3000
(10,48,0)
#0A2700
(10,39,0)
#0A1E00
(10,30,0)
#0A1500
(10,21,0)
#0A0C00
(10,12,0)
#000000
(0,0,0)

Tints of #0A6600

#0A6600
(10,102,0)
#207317
(32,115,23)
#36802E
(54,128,46)
#4C8D45
(76,141,69)
#629A5C
(98,154,92)
#78A773
(120,167,115)
#8EB48A
(142,180,138)
#A4C1A1
(164,193,161)
#BACEB8
(186,206,184)
#D0DBCF
(208,219,207)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6600; }

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

This text font color is #0A6600.


Background Color

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

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

This div background color is #0A6600.


Border color

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

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

This div border color is #0A6600.


Opacity

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

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

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

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

This text has shadow with #0A6600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6600 on black background.


Color preview on white background

This text has color #0A6600 on white background.



Black color preview on #0A6600 background

This text has black color on #0A6600 background.


White color preview on #0A6600 background

This text has white color on #0A6600 background.