COLOR #0A7402

HEX: #0A7402
RGB: (10,116,2)

Color info

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

RGB color model

#0A7402 color RGB value is (10,116,2).

  • red value is 10;
  • green value is 116;
  • blue value is 2.
RGB:
(10,116,2)
(4%,45%,1%)

RGB channels and saturation

R 10 of 255 = 4%
G 116 of 255 = 45%
B 2 of 255 = 1%

10
116
2

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

Portions of RGB colors in percentages

R + G + B =
10 + 116 + 2 = 128 (100%)
R 10 of 128 ~ 7.81%
G 116 of 128 ~ 90.63%
B 2 of 128 ~ 1.56%

%90.63

CMYK color model

#0A7402 color CMYK value is (91,0,98,55).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 98.28%
  • key color value is 54.51%
CMYK:
(91,0,98,55)
C91M0Y98K55 
(91%,0%,98%,55%)
(0.91/0.00/0.98/0.55)	

CMYK percentages

%91.38
%0
%98.28
%54.51

Codes

Color #0A7402 in popluar color models

0A7402
RGB101162
HSL116°96.61%23.14%
HSB/HSV116°98.28%45.49%
CMYK91.38%0.00%98.28%
54.51%

Color #0A7402 in popluar number systems.

HEX0A7402
Decimal101162
Binary1010111010010
Octal121642

Shades and tints

Shades of #0A7402

#0A7402
(10,116,2)
#0A6A02
(10,106,2)
#0A6002
(10,96,2)
#0A5602
(10,86,2)
#0A4C02
(10,76,2)
#0A4202
(10,66,2)
#0A3802
(10,56,2)
#0A2E02
(10,46,2)
#0A2402
(10,36,2)
#0A1A02
(10,26,2)
#0A1002
(10,16,2)
#000000
(0,0,0)

Tints of #0A7402

#0A7402
(10,116,2)
#208019
(32,128,25)
#368C30
(54,140,48)
#4C9847
(76,152,71)
#62A45E
(98,164,94)
#78B075
(120,176,117)
#8EBC8C
(142,188,140)
#A4C8A3
(164,200,163)
#BAD4BA
(186,212,186)
#D0E0D1
(208,224,209)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A7402; }

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

This text font color is #0A7402.


Background Color

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

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

This div background color is #0A7402.


Border color

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

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

This div border color is #0A7402.


Opacity

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

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

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

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

This text has shadow with #0A7402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7402 on black background.


Color preview on white background

This text has color #0A7402 on white background.



Black color preview on #0A7402 background

This text has black color on #0A7402 background.


White color preview on #0A7402 background

This text has white color on #0A7402 background.