COLOR #5B9007

HEX: #5B9007 RGB: (91,144,7)

Color info

#5B9007 contains mainly red and green colors. Web safe color of #5B9007 is #669900 (or #690).

RGB color model

#5B9007 color RGB value is (91,144,7).

RGB: (91,144,7) (36%, 56%, 3%)

RGB channels and saturation

R 91 of 255 = 36%
G 144 of 255 = 56%
B 7 of 255 = 3%

91
144
7

R + G + B ~ 32%. #5B9007 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 144 + 7 = 242 (100%)
R 91 of 242 ~ 37.6%
G 144 of 242 ~ 59.5%
B 7 of 242 ~ 2.89'%

%37.6
%59.5

CMYK color model

#5B9007 color CMYK value is (37,0,95,44).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 95.14%
  • key color value is 43.53%

CMYK: (37,0,95,44)
C37M0Y95K44 (37%, 0%, 95%, 44%)
(0.37 / 0.00 / 0.95 / 0.44)

CMYK percentages

%36.81
%0
%95.14
%43.53

Codes

Color #5B9007 in popluar color models

5B 90 07
RGB 91 144 7
HSL 83° 90.73% 29.61%
HSB/HSV 83° 95.14% 56.47%
CMYK 36.81% 0.00% 95.14%
43.53%

Color #5B9007 in popluar number systems.

HEX 5B 90 07
Decimal 91 144 7
Binary 1011011 10010000 111
Octal 133 220 7

Shades and tints

Shades of #5B9007

#5B9007
(91,144,7)
#538307
(83,131,7)
#4B7607
(75,118,7)
#436907
(67,105,7)
#3B5C07
(59,92,7)
#334F07
(51,79,7)
#2B4207
(43,66,7)
#233507
(35,53,7)
#1B2807
(27,40,7)
#131B07
(19,27,7)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #5B9007

#5B9007
(91,144,7)
#699A1D
(105,154,29)
#77A433
(119,164,51)
#85AE49
(133,174,73)
#93B85F
(147,184,95)
#A1C275
(161,194,117)
#AFCC8B
(175,204,139)
#BDD6A1
(189,214,161)
#CBE0B7
(203,224,183)
#D9EACD
(217,234,205)
#E7F4E3
(231,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9007 color. Also use rgb(91,144,7) instead hex code.

Text Font Color

.myTextColor { color: #5B9007; }

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

This text font color is #5B9007.

Background Color

.myBgColor { background-color: #5B9007; }

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

This div background color is #5B9007.

Border color

.myBorderColor { border: 1px solid #5B9007; }

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

This div border color is #5B9007.

Opacity

.myOpacity80 { color: #5B9007; opacity: 0.8; }

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

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

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

This text has shadow with #5B9007 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9007.

Preview

Color preview on black background

This text has color #5B9007 on black background.


Color preview on white background

This text has color #5B9007 on white background.


Black color preview on #5B9007 background

This text has black color on #5B9007 background.


White color preview on #5B9007 background

This text has white color on #5B9007 background.


Related colors

Complementary color

Complementary color for #hex is #A46FF8.


I love getcolorcode.com

Triadic colors

1 #075B90 and #90075B with #5B9007 are triadic colors.

2 #07905B and #905B07 with #5B9007 are triadic colors.