COLOR #0A6A00

HEX: #0A6A00
RGB: (10,106,0)

Color info

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

RGB color model

#0A6A00 color RGB value is (10,106,0).

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

RGB channels and saturation

R 10 of 255 = 4%
G 106 of 255 = 42%
B 0 of 255 = 0%

10
106
0

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

Portions of RGB colors in percentages

R + G + B =
10 + 106 + 0 = 116 (100%)
R 10 of 116 ~ 8.62%
G 106 of 116 ~ 91.38%
B 0 of 116 ~ 0%

%91.38

CMYK color model

#0A6A00 color CMYK value is (91,0,100,58).

  • cyan value is 90.57%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(91,0,100,58)
C91M0Y100K58 
(91%,0%,100%,58%)
(0.91/0.00/1.00/0.58)	

CMYK percentages

%90.57
%0
%100
%58.43

Codes

Color #0A6A00 in popluar color models

0A6A00
RGB101060
HSL114°100.00%20.78%
HSB/HSV114°100.00%41.57%
CMYK90.57%0.00%100.00%
58.43%

Color #0A6A00 in popluar number systems.

HEX0A6A00
Decimal101060
Binary101011010100
Octal121520

Shades and tints

Shades of #0A6A00

#0A6A00
(10,106,0)
#0A6100
(10,97,0)
#0A5800
(10,88,0)
#0A4F00
(10,79,0)
#0A4600
(10,70,0)
#0A3D00
(10,61,0)
#0A3400
(10,52,0)
#0A2B00
(10,43,0)
#0A2200
(10,34,0)
#0A1900
(10,25,0)
#0A1000
(10,16,0)
#000000
(0,0,0)

Tints of #0A6A00

#0A6A00
(10,106,0)
#207717
(32,119,23)
#36842E
(54,132,46)
#4C9145
(76,145,69)
#629E5C
(98,158,92)
#78AB73
(120,171,115)
#8EB88A
(142,184,138)
#A4C5A1
(164,197,161)
#BAD2B8
(186,210,184)
#D0DFCF
(208,223,207)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6A00; }

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

This text font color is #0A6A00.


Background Color

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

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

This div background color is #0A6A00.


Border color

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

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

This div border color is #0A6A00.


Opacity

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

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

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

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

This text has shadow with #0A6A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6A00 on black background.


Color preview on white background

This text has color #0A6A00 on white background.



Black color preview on #0A6A00 background

This text has black color on #0A6A00 background.


White color preview on #0A6A00 background

This text has white color on #0A6A00 background.