COLOR #00B77E

HEX: #00B77E
RGB: (0,183,126)

Renk bilgisi

#00B77E contains only green and blue colors. #00B77E ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#00B77E color RGB value is (0,183,126).

  • kırmız ton 0;
  • yeşil ton 183;
  • mavi ton 126.
RGB:
(0,183,126)
(0%,72%,49%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 183 of 255 = 72%
B 126 of 255 = 49%

0
183
126

R + G + B ~ 40%. #00B77E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 183 + 126 = 309 (100%)
R 0 of 309 ~ 0%
G 183 of 309 ~ 59.22%
B 126 of 309 ~ 40.78%

%59.22
%40.78

CMYK RENK MODELİ

#00B77E rengi CMYK tonu (100,0,31,28).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 31.15%
  • ana renk tonu 28.24%
CMYK:
(100,0,31,28)
C100M0Y31K28 
(100%,0%,31%,28%)
(1.00/0.00/0.31/0.28)	

CMYK yüzdeleri

%100
%0
%31.15
%28.24

Codes

Color #00B77E in popluar color models

00B77E
RGB0183126
HSL161°100.00%35.88%
HSB/HSV161°100.00%71.76%
CMYK100.00%0.00%31.15%
28.24%

Color #00B77E in popluar number systems.

HEX00B77E
Decimal0183126
Binary0101101111111110
Octal0267176

Shades and tints

Shades of #00B77E

#00B77E
(0,183,126)
#00A773
(0,167,115)
#009768
(0,151,104)
#00875D
(0,135,93)
#007752
(0,119,82)
#006747
(0,103,71)
#00573C
(0,87,60)
#004731
(0,71,49)
#003726
(0,55,38)
#00271B
(0,39,27)
#001710
(0,23,16)
#000000
(0,0,0)

Tints of #00B77E

#00B77E
(0,183,126)
#17BD89
(23,189,137)
#2EC394
(46,195,148)
#45C99F
(69,201,159)
#5CCFAA
(92,207,170)
#73D5B5
(115,213,181)
#8ADBC0
(138,219,192)
#A1E1CB
(161,225,203)
#B8E7D6
(184,231,214)
#CFEDE1
(207,237,225)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00B77E color. Also use rgb(0,183,126) instead hex code.

Text Font Color

.myTextColor { color: #00B77E; }

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

This text font color is #00B77E.


Background Color

.myBgColor { background-color: #00B77E; }

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

This div background color is #00B77E.


Border color

.myBorderColor { border: 1px solid #00B77E; }

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

This div border color is #00B77E.


Opacity

.myOpacity80 { color: #00B77E; opacity: 0.8; }

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

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

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

This text has shadow with #00B77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B77E on black background.


Color preview on white background

This text has color #00B77E on white background.



Black color preview on #00B77E background

This text has black color on #00B77E background.


White color preview on #00B77E background

This text has white color on #00B77E background.