COLOR #005B00

HEX: #005B00
RGB: (0,91,0)

Color info

#005B00 contains only green color. Web safe color of #005B00 is #006600 (or #060).

RGB color model

#005B00 color RGB value is (0,91,0).

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

RGB channels and saturation

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

0
91
0

R + G + B ~ 12%. #005B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 91 + 0 = 91 (100%)
R 0 of 91 ~ 0%
G 91 of 91 ~ 100%
B 0 of 91 ~ 0%

%100

CMYK color model

#005B00 color CMYK value is (100,0,100,64).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 64.31%
CMYK:
(100,0,100,64)
C100M0Y100K64 
(100%,0%,100%,64%)
(1.00/0.00/1.00/0.64)	

CMYK percentages

%100
%0
%100
%64.31

Codes

Color #005B00 in popluar color models

005B00
RGB0910
HSL120°100.00%17.84%
HSB/HSV120°100.00%35.69%
CMYK100.00%0.00%100.00%
64.31%

Color #005B00 in popluar number systems.

HEX005B00
Decimal0910
Binary010110110
Octal01330

Shades and tints

Shades of #005B00

#005B00
(0,91,0)
#005300
(0,83,0)
#004B00
(0,75,0)
#004300
(0,67,0)
#003B00
(0,59,0)
#003300
(0,51,0)
#002B00
(0,43,0)
#002300
(0,35,0)
#001B00
(0,27,0)
#001300
(0,19,0)
#000B00
(0,11,0)
#000000
(0,0,0)

Tints of #005B00

#005B00
(0,91,0)
#176917
(23,105,23)
#2E772E
(46,119,46)
#458545
(69,133,69)
#5C935C
(92,147,92)
#73A173
(115,161,115)
#8AAF8A
(138,175,138)
#A1BDA1
(161,189,161)
#B8CBB8
(184,203,184)
#CFD9CF
(207,217,207)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005B00; }

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

This text font color is #005B00.


Background Color

.myBgColor { background-color: #005B00; }

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

This div background color is #005B00.


Border color

.myBorderColor { border: 1px solid #005B00; }

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

This div border color is #005B00.


Opacity

.myOpacity80 { color: #005B00; opacity: 0.8; }

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

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

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

This text has shadow with #005B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005B00 on black background.


Color preview on white background

This text has color #005B00 on white background.



Black color preview on #005B00 background

This text has black color on #005B00 background.


White color preview on #005B00 background

This text has white color on #005B00 background.