COLOR #007765

HEX: #007765
RGB: (0,119,101)

Color info

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

RGB color model

#007765 color RGB value is (0,119,101).

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

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 101 of 255 = 40%

0
119
101

R + G + B ~ 29%. #007765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 101 = 220 (100%)
R 0 of 220 ~ 0%
G 119 of 220 ~ 54.09%
B 101 of 220 ~ 45.91%

%54.09
%45.91

CMYK color model

#007765 color CMYK value is (100,0,15,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(100,0,15,53)
C100M0Y15K53 
(100%,0%,15%,53%)
(1.00/0.00/0.15/0.53)	

CMYK percentages

%100
%0
%15.13
%53.33

Codes

Color #007765 in popluar color models

007765
RGB0119101
HSL171°100.00%23.33%
HSB/HSV171°100.00%46.67%
CMYK100.00%0.00%15.13%
53.33%

Color #007765 in popluar number systems.

HEX007765
Decimal0119101
Binary011101111100101
Octal0167145

Shades and tints

Shades of #007765

#007765
(0,119,101)
#006D5C
(0,109,92)
#006353
(0,99,83)
#00594A
(0,89,74)
#004F41
(0,79,65)
#004538
(0,69,56)
#003B2F
(0,59,47)
#003126
(0,49,38)
#00271D
(0,39,29)
#001D14
(0,29,20)
#00130B
(0,19,11)
#000000
(0,0,0)

Tints of #007765

#007765
(0,119,101)
#178373
(23,131,115)
#2E8F81
(46,143,129)
#459B8F
(69,155,143)
#5CA79D
(92,167,157)
#73B3AB
(115,179,171)
#8ABFB9
(138,191,185)
#A1CBC7
(161,203,199)
#B8D7D5
(184,215,213)
#CFE3E3
(207,227,227)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007765; }

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

This text font color is #007765.


Background Color

.myBgColor { background-color: #007765; }

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

This div background color is #007765.


Border color

.myBorderColor { border: 1px solid #007765; }

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

This div border color is #007765.


Opacity

.myOpacity80 { color: #007765; opacity: 0.8; }

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

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

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

This text has shadow with #007765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007765 on black background.


Color preview on white background

This text has color #007765 on white background.



Black color preview on #007765 background

This text has black color on #007765 background.


White color preview on #007765 background

This text has white color on #007765 background.