COLOR #0F755E

HEX: #0F755E RGB: (15,117,94)

Color info

#0F755E contains mainly green and blue colors. Web safe color of #0F755E is #006666 (or #066).

RGB color model

#0F755E color RGB value is (15,117,94).

RGB: (15,117,94) (6%, 46%, 37%)

RGB channels and saturation

R 15 of 255 = 6%
G 117 of 255 = 46%
B 94 of 255 = 37%

15
117
94

R + G + B ~ 30%. #0F755E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 117 + 94 = 226 (100%)
R 15 of 226 ~ 6.64%
G 117 of 226 ~ 51.77%
B 94 of 226 ~ 41.59'%

%51.77
%41.59

CMYK color model

#0F755E color CMYK value is (87,0,20,54).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 19.66%
  • key color value is 54.12%
CMYK: (87,0,20,54) C87M0Y20K54 (87%,0%,20%,54%) (0.87/0.00/0.20/0.54) 

CMYK percentages

%87.18
%0
%19.66
%54.12

Codes

Color #0F755E in popluar color models

0F 75 5E
RGB 15 117 94
HSL 166° 77.27% 25.88%
HSB/HSV 166° 87.18% 45.88%
CMYK 87.18% 0.00% 19.66%
54.12%

Color #0F755E in popluar number systems.

HEX 0F 75 5E
Decimal 15 117 94
Binary 1111 1110101 1011110
Octal 17 165 136

Shades and tints

Shades of #0F755E

#0F755E
(15,117,94)
#0E6B56
(14,107,86)
#0D614E
(13,97,78)
#0C5746
(12,87,70)
#0B4D3E
(11,77,62)
#0A4336
(10,67,54)
#09392E
(9,57,46)
#082F26
(8,47,38)
#07251E
(7,37,30)
#061B16
(6,27,22)
#05110E
(5,17,14)
#000000
(0,0,0)

Tints of #0F755E

#0F755E
(15,117,94)
#24816C
(36,129,108)
#398D7A
(57,141,122)
#4E9988
(78,153,136)
#63A596
(99,165,150)
#78B1A4
(120,177,164)
#8DBDB2
(141,189,178)
#A2C9C0
(162,201,192)
#B7D5CE
(183,213,206)
#CCE1DC
(204,225,220)
#E1EDEA
(225,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F755E color. Also use rgb(15,117,94) instead hex code.

Text Font Color

.myTextColor { color: #0F755E; }

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

This text font color is #0F755E.

Background Color

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

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

This div background color is #0F755E.

Border color

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

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

This div border color is #0F755E.

Opacity

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

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

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

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

This text has shadow with #0F755E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F755E.

Preview

Color preview on black background

This text has color #0F755E on black background.


Color preview on white background

This text has color #0F755E on white background.


Black color preview on #0F755E background

This text has black color on #0F755E background.


White color preview on #0F755E background

This text has white color on #0F755E background.


Related colors

Complementary color

Complementary color for #hex is #F08AA1.


I love getcolorcode.com

Triadic colors

1 #5E0F75 and #755E0F with #0F755E are triadic colors.

2 #5E750F and #750F5E with #0F755E are triadic colors.