COLOR #00775B

HEX: #00775B
RGB: (0,119,91)

Color info

#00775B contains only green and blue colors. Web safe color of #00775B is #006666 (or #066).

RGB color model

#00775B color RGB value is (0,119,91).

  • red value is 0;
  • green value is 119;
  • blue value is 91.
RGB:
(0,119,91)
(0%,47%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 91 of 255 = 36%

0
119
91

R + G + B ~ 28%. #00775B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 91 = 210 (100%)
R 0 of 210 ~ 0%
G 119 of 210 ~ 56.67%
B 91 of 210 ~ 43.33%

%56.67
%43.33

CMYK color model

#00775B color CMYK value is (100,0,24,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK:
(100,0,24,53)
C100M0Y24K53 
(100%,0%,24%,53%)
(1.00/0.00/0.24/0.53)	

CMYK percentages

%100
%0
%23.53
%53.33

Codes

Color #00775B in popluar color models

00775B
RGB011991
HSL166°100.00%23.33%
HSB/HSV166°100.00%46.67%
CMYK100.00%0.00%23.53%
53.33%

Color #00775B in popluar number systems.

HEX00775B
Decimal011991
Binary011101111011011
Octal0167133

Shades and tints

Shades of #00775B

#00775B
(0,119,91)
#006D53
(0,109,83)
#00634B
(0,99,75)
#005943
(0,89,67)
#004F3B
(0,79,59)
#004533
(0,69,51)
#003B2B
(0,59,43)
#003123
(0,49,35)
#00271B
(0,39,27)
#001D13
(0,29,19)
#00130B
(0,19,11)
#000000
(0,0,0)

Tints of #00775B

#00775B
(0,119,91)
#178369
(23,131,105)
#2E8F77
(46,143,119)
#459B85
(69,155,133)
#5CA793
(92,167,147)
#73B3A1
(115,179,161)
#8ABFAF
(138,191,175)
#A1CBBD
(161,203,189)
#B8D7CB
(184,215,203)
#CFE3D9
(207,227,217)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00775B color. Also use rgb(0,119,91) instead hex code.

Text Font Color

.myTextColor { color: #00775B; }

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

This text font color is #00775B.


Background Color

.myBgColor { background-color: #00775B; }

<div style="background-color:#00775B">Inner text</div>

This div background color is #00775B.


Border color

.myBorderColor { border: 1px solid #00775B; }

<div style="border:3px solid #00775B">Div</div>

This div border color is #00775B.


Opacity

.myOpacity80 { color: #00775B; opacity: 0.8; }

<p style="color:#00775B;opacity:0.8;">80%</p>

Text with #00775B 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 #00775B;}

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

This text has shadow with #00775B color.

.textShadow {text-shadow: 3px 3px 1px #00775B, 3px 3px 1px red;}

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

This text has shadow with #00775B primary color and red secondary color.


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

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

This text has shadow with #00775B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00775B on black background.


Color preview on white background

This text has color #00775B on white background.



Black color preview on #00775B background

This text has black color on #00775B background.


White color preview on #00775B background

This text has white color on #00775B background.