COLOR #078D75

HEX: #078D75 RGB: (7,141,117)

Color info

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

RGB color model

#078D75 color RGB value is (7,141,117).

RGB: (7,141,117) (3%, 55%, 46%)

RGB channels and saturation

R 7 of 255 = 3%
G 141 of 255 = 55%
B 117 of 255 = 46%

7
141
117

R + G + B ~ 35%. #078D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 141 + 117 = 265 (100%)
R 7 of 265 ~ 2.64%
G 141 of 265 ~ 53.21%
B 117 of 265 ~ 44.15'%

%53.21
%44.15

CMYK color model

#078D75 color CMYK value is (95,0,17,45).

  • cyan value is 95.04%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 44.71%

CMYK: (95,0,17,45)
C95M0Y17K45 (95%, 0%, 17%, 45%)
(0.95 / 0.00 / 0.17 / 0.45)

CMYK percentages

%95.04
%0
%17.02
%44.71

Codes

Color #078D75 in popluar color models

07 8D 75
RGB 7 141 117
HSL 169° 90.54% 29.02%
HSB/HSV 169° 95.04% 55.29%
CMYK 95.04% 0.00% 17.02%
44.71%

Color #078D75 in popluar number systems.

HEX 07 8D 75
Decimal 7 141 117
Binary 111 10001101 1110101
Octal 7 215 165

Shades and tints

Shades of #078D75

#078D75
(7,141,117)
#07816B
(7,129,107)
#077561
(7,117,97)
#076957
(7,105,87)
#075D4D
(7,93,77)
#075143
(7,81,67)
#074539
(7,69,57)
#07392F
(7,57,47)
#072D25
(7,45,37)
#07211B
(7,33,27)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #078D75

#078D75
(7,141,117)
#1D9781
(29,151,129)
#33A18D
(51,161,141)
#49AB99
(73,171,153)
#5FB5A5
(95,181,165)
#75BFB1
(117,191,177)
#8BC9BD
(139,201,189)
#A1D3C9
(161,211,201)
#B7DDD5
(183,221,213)
#CDE7E1
(205,231,225)
#E3F1ED
(227,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078D75 color. Also use rgb(7,141,117) instead hex code.

Text Font Color

.myTextColor { color: #078D75; }

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

This text font color is #078D75.

Background Color

.myBgColor { background-color: #078D75; }

<div style="background-color:#078D75">Inner text</div>

This div background color is #078D75.

Border color

.myBorderColor { border: 1px solid #078D75; }

<div style="border:3px solid #078D75">Div</div>

This div border color is #078D75.

Opacity

.myOpacity80 { color: #078D75; opacity: 0.8; }

<p style="color:#078D75;opacity:0.8;">80%</p>

Text with #078D75 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 #078D75;}

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

This text has shadow with #078D75 color.


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

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

This text has shadow with #078D75 primary color and red secondary color.


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

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

This text has shadow with #078D75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #078D75.

Preview

Color preview on black background

This text has color #078D75 on black background.


Color preview on white background

This text has color #078D75 on white background.


Black color preview on #078D75 background

This text has black color on #078D75 background.


White color preview on #078D75 background

This text has white color on #078D75 background.


Related colors

Complementary color

Complementary color for #hex is #F8728A.


I love getcolorcode.com

Triadic colors

1 #75078D and #8D7507 with #078D75 are triadic colors.

2 #758D07 and #8D0775 with #078D75 are triadic colors.