COLOR #096F30

HEX: #096F30 RGB: (9,111,48)

Color info

#096F30 contains mainly green color. Web safe color of #096F30 is #006633 (or #063).

RGB color model

#096F30 color RGB value is (9,111,48).

RGB: (9,111,48) (4%, 44%, 19%)

RGB channels and saturation

R 9 of 255 = 4%
G 111 of 255 = 44%
B 48 of 255 = 19%

9
111
48

R + G + B ~ 22%. #096F30 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 111 + 48 = 168 (100%)
R 9 of 168 ~ 5.36%
G 111 of 168 ~ 66.07%
B 48 of 168 ~ 28.57'%

%66.07
%28.57

CMYK color model

#096F30 color CMYK value is (92,0,57,56).

  • cyan value is 91.89%
  • magenta value is 0.00%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK: (92,0,57,56) C92M0Y57K56 (92%,0%,57%,56%) (0.92/0.00/0.57/0.56) 

CMYK percentages

%91.89
%0
%56.76
%56.47

Codes

Color #096F30 in popluar color models

09 6F 30
RGB 9 111 48
HSL 143° 85.00% 23.53%
HSB/HSV 143° 91.89% 43.53%
CMYK 91.89% 0.00% 56.76%
56.47%

Color #096F30 in popluar number systems.

HEX 09 6F 30
Decimal 9 111 48
Binary 1001 1101111 110000
Octal 11 157 60

Shades and tints

Shades of #096F30

#096F30
(9,111,48)
#09652C
(9,101,44)
#095B28
(9,91,40)
#095124
(9,81,36)
#094720
(9,71,32)
#093D1C
(9,61,28)
#093318
(9,51,24)
#092914
(9,41,20)
#091F10
(9,31,16)
#09150C
(9,21,12)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #096F30

#096F30
(9,111,48)
#1F7C42
(31,124,66)
#358954
(53,137,84)
#4B9666
(75,150,102)
#61A378
(97,163,120)
#77B08A
(119,176,138)
#8DBD9C
(141,189,156)
#A3CAAE
(163,202,174)
#B9D7C0
(185,215,192)
#CFE4D2
(207,228,210)
#E5F1E4
(229,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096F30 color. Also use rgb(9,111,48) instead hex code.

Text Font Color

.myTextColor { color: #096F30; }

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

This text font color is #096F30.

Background Color

.myBgColor { background-color: #096F30; }

<div style="background-color:#096F30">Inner text</div>

This div background color is #096F30.

Border color

.myBorderColor { border: 1px solid #096F30; }

<div style="border:3px solid #096F30">Div</div>

This div border color is #096F30.

Opacity

.myOpacity80 { color: #096F30; opacity: 0.8; }

<p style="color:#096F30;opacity:0.8;">80%</p>

Text with #096F30 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 #096F30;}

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

This text has shadow with #096F30 color.


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

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

This text has shadow with #096F30 primary color and red secondary color.


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

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

This text has shadow with #096F30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #096F30.

Preview

Color preview on black background

This text has color #096F30 on black background.


Color preview on white background

This text has color #096F30 on white background.


Black color preview on #096F30 background

This text has black color on #096F30 background.


White color preview on #096F30 background

This text has white color on #096F30 background.


Related colors

Complementary color

Complementary color for #hex is #F690CF.


I love getcolorcode.com

Triadic colors

1 #30096F and #6F3009 with #096F30 are triadic colors.

2 #306F09 and #6F0930 with #096F30 are triadic colors.