COLOR #0F8978

HEX: #0F8978 RGB: (15,137,120)

Color info

#0F8978 contains mainly green and blue colors. Web safe color of #0F8978 is #009966 (or #096).

RGB color model

#0F8978 color RGB value is (15,137,120).

RGB: (15,137,120) (6%, 54%, 47%)

RGB channels and saturation

R 15 of 255 = 6%
G 137 of 255 = 54%
B 120 of 255 = 47%

15
137
120

R + G + B ~ 36%. #0F8978 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 137 + 120 = 272 (100%)
R 15 of 272 ~ 5.51%
G 137 of 272 ~ 50.37%
B 120 of 272 ~ 44.12'%

%50.37
%44.12

CMYK color model

#0F8978 color CMYK value is (89,0,12,46).

  • cyan value is 89.05%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 46.27%

CMYK: (89,0,12,46)
C89M0Y12K46 (89%, 0%, 12%, 46%)
(0.89 / 0.00 / 0.12 / 0.46)

CMYK percentages

%89.05
%0
%12.41
%46.27

Codes

Color #0F8978 in popluar color models

0F 89 78
RGB 15 137 120
HSL 172° 80.26% 29.80%
HSB/HSV 172° 89.05% 53.73%
CMYK 89.05% 0.00% 12.41%
46.27%

Color #0F8978 in popluar number systems.

HEX 0F 89 78
Decimal 15 137 120
Binary 1111 10001001 1111000
Octal 17 211 170

Shades and tints

Shades of #0F8978

#0F8978
(15,137,120)
#0E7D6E
(14,125,110)
#0D7164
(13,113,100)
#0C655A
(12,101,90)
#0B5950
(11,89,80)
#0A4D46
(10,77,70)
#09413C
(9,65,60)
#083532
(8,53,50)
#072928
(7,41,40)
#061D1E
(6,29,30)
#051114
(5,17,20)
#000000
(0,0,0)

Tints of #0F8978

#0F8978
(15,137,120)
#249384
(36,147,132)
#399D90
(57,157,144)
#4EA79C
(78,167,156)
#63B1A8
(99,177,168)
#78BBB4
(120,187,180)
#8DC5C0
(141,197,192)
#A2CFCC
(162,207,204)
#B7D9D8
(183,217,216)
#CCE3E4
(204,227,228)
#E1EDF0
(225,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F8978 color. Also use rgb(15,137,120) instead hex code.

Text Font Color

.myTextColor { color: #0F8978; }

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

This text font color is #0F8978.

Background Color

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

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

This div background color is #0F8978.

Border color

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

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

This div border color is #0F8978.

Opacity

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

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

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

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

This text has shadow with #0F8978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F8978.

Preview

Color preview on black background

This text has color #0F8978 on black background.


Color preview on white background

This text has color #0F8978 on white background.


Black color preview on #0F8978 background

This text has black color on #0F8978 background.


White color preview on #0F8978 background

This text has white color on #0F8978 background.


Related colors

Complementary color

Complementary color for #hex is #F07687.


I love getcolorcode.com

Triadic colors

1 #780F89 and #89780F with #0F8978 are triadic colors.

2 #78890F and #890F78 with #0F8978 are triadic colors.