COLOR #089D61

HEX: #089D61
RGB: (8,157,97)

Color info

#089D61 contains mainly green color. Web safe color of #089D61 is #009966 (or #096).

RGB color model

#089D61 color RGB value is (8,157,97).

  • red value is 8;
  • green value is 157;
  • blue value is 97.
RGB:
(8,157,97)
(3%,62%,38%)

RGB channels and saturation

R 8 of 255 = 3%
G 157 of 255 = 62%
B 97 of 255 = 38%

8
157
97

R + G + B ~ 34%. #089D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 157 + 97 = 262 (100%)
R 8 of 262 ~ 3.05%
G 157 of 262 ~ 59.92%
B 97 of 262 ~ 37.02%

%59.92
%37.02

CMYK color model

#089D61 color CMYK value is (95,0,38,38).

  • cyan value is 94.90%
  • magenta value is 0.00%
  • yellow value is 38.22%
  • key color value is 38.43%
CMYK:
(95,0,38,38)
C95M0Y38K38 
(95%,0%,38%,38%)
(0.95/0.00/0.38/0.38)	

CMYK percentages

%94.9
%0
%38.22
%38.43

Codes

Color #089D61 in popluar color models

089D61
RGB815797
HSL156°90.30%32.35%
HSB/HSV156°94.90%61.57%
CMYK94.90%0.00%38.22%
38.43%

Color #089D61 in popluar number systems.

HEX089D61
Decimal815797
Binary1000100111011100001
Octal10235141

Shades and tints

Shades of #089D61

#089D61
(8,157,97)
#088F59
(8,143,89)
#088151
(8,129,81)
#087349
(8,115,73)
#086541
(8,101,65)
#085739
(8,87,57)
#084931
(8,73,49)
#083B29
(8,59,41)
#082D21
(8,45,33)
#081F19
(8,31,25)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #089D61

#089D61
(8,157,97)
#1EA56F
(30,165,111)
#34AD7D
(52,173,125)
#4AB58B
(74,181,139)
#60BD99
(96,189,153)
#76C5A7
(118,197,167)
#8CCDB5
(140,205,181)
#A2D5C3
(162,213,195)
#B8DDD1
(184,221,209)
#CEE5DF
(206,229,223)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #089D61 color. Also use rgb(8,157,97) instead hex code.

Text Font Color

.myTextColor { color: #089D61; }

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

This text font color is #089D61.


Background Color

.myBgColor { background-color: #089D61; }

<div style="background-color:#089D61">Inner text</div>

This div background color is #089D61.


Border color

.myBorderColor { border: 1px solid #089D61; }

<div style="border:3px solid #089D61">Div</div>

This div border color is #089D61.


Opacity

.myOpacity80 { color: #089D61; opacity: 0.8; }

<p style="color:#089D61;opacity:0.8;">80%</p>

Text with #089D61 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 #089D61;}

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

This text has shadow with #089D61 color.

.textShadow {text-shadow: 3px 3px 1px #089D61, 3px 3px 1px red;}

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

This text has shadow with #089D61 primary color and red secondary color.


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

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

This text has shadow with #089D61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #089D61 on black background.


Color preview on white background

This text has color #089D61 on white background.



Black color preview on #089D61 background

This text has black color on #089D61 background.


White color preview on #089D61 background

This text has white color on #089D61 background.