COLOR #09762A

HEX: #09762A
RGB: (9,118,42)

Color info

#09762A contains mainly green color. Web safe color of #09762A is #006633 (or #063).

RGB color model

#09762A color RGB value is (9,118,42).

  • red value is 9;
  • green value is 118;
  • blue value is 42.
RGB:
(9,118,42)
(4%,46%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 118 of 255 = 46%
B 42 of 255 = 16%

9
118
42

R + G + B ~ 22%. #09762A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 118 + 42 = 169 (100%)
R 9 of 169 ~ 5.33%
G 118 of 169 ~ 69.82%
B 42 of 169 ~ 24.85%

%69.82
%24.85

CMYK color model

#09762A color CMYK value is (92,0,64,54).

  • cyan value is 92.37%
  • magenta value is 0.00%
  • yellow value is 64.41%
  • key color value is 53.73%
CMYK:
(92,0,64,54)
C92M0Y64K54 
(92%,0%,64%,54%)
(0.92/0.00/0.64/0.54)	

CMYK percentages

%92.37
%0
%64.41
%53.73

Codes

Color #09762A in popluar color models

09762A
RGB911842
HSL138°85.83%24.90%
HSB/HSV138°92.37%46.27%
CMYK92.37%0.00%64.41%
53.73%

Color #09762A in popluar number systems.

HEX09762A
Decimal911842
Binary10011110110101010
Octal1116652

Shades and tints

Shades of #09762A

#09762A
(9,118,42)
#096C27
(9,108,39)
#096224
(9,98,36)
#095821
(9,88,33)
#094E1E
(9,78,30)
#09441B
(9,68,27)
#093A18
(9,58,24)
#093015
(9,48,21)
#092612
(9,38,18)
#091C0F
(9,28,15)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #09762A

#09762A
(9,118,42)
#1F823D
(31,130,61)
#358E50
(53,142,80)
#4B9A63
(75,154,99)
#61A676
(97,166,118)
#77B289
(119,178,137)
#8DBE9C
(141,190,156)
#A3CAAF
(163,202,175)
#B9D6C2
(185,214,194)
#CFE2D5
(207,226,213)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09762A color. Also use rgb(9,118,42) instead hex code.

Text Font Color

.myTextColor { color: #09762A; }

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

This text font color is #09762A.


Background Color

.myBgColor { background-color: #09762A; }

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

This div background color is #09762A.


Border color

.myBorderColor { border: 1px solid #09762A; }

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

This div border color is #09762A.


Opacity

.myOpacity80 { color: #09762A; opacity: 0.8; }

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

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

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

This text has shadow with #09762A color.

.textShadow {text-shadow: 3px 3px 1px #09762A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09762A on black background.


Color preview on white background

This text has color #09762A on white background.



Black color preview on #09762A background

This text has black color on #09762A background.


White color preview on #09762A background

This text has white color on #09762A background.