COLOR #7B900D

HEX: #7B900D RGB: (123,144,13)

Color info

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

RGB color model

#7B900D color RGB value is (123,144,13).

RGB: (123,144,13) (48%, 56%, 5%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 13 of 255 = 5%

123
144
13

R + G + B ~ 36%. #7B900D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 13 = 280 (100%)
R 123 of 280 ~ 43.93%
G 144 of 280 ~ 51.43%
B 13 of 280 ~ 4.64'%

%43.93
%51.43

CMYK color model

#7B900D color CMYK value is (15,0,91,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 90.97%
  • key color value is 43.53%
CMYK: (15,0,91,44) C15M0Y91K44 (15%,0%,91%,44%) (0.15/0.00/0.91/0.44) 

CMYK percentages

%14.58
%0
%90.97
%43.53

Codes

Color #7B900D in popluar color models

7B 90 0D
RGB 123 144 13
HSL 70° 83.44% 30.78%
HSB/HSV 70° 90.97% 56.47%
CMYK 14.58% 0.00% 90.97%
43.53%

Color #7B900D in popluar number systems.

HEX 7B 90 0D
Decimal 123 144 13
Binary 1111011 10010000 1101
Octal 173 220 15

Shades and tints

Shades of #7B900D

#7B900D
(123,144,13)
#70830C
(112,131,12)
#65760B
(101,118,11)
#5A690A
(90,105,10)
#4F5C09
(79,92,9)
#444F08
(68,79,8)
#394207
(57,66,7)
#2E3506
(46,53,6)
#232805
(35,40,5)
#181B04
(24,27,4)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #7B900D

#7B900D
(123,144,13)
#879A23
(135,154,35)
#93A439
(147,164,57)
#9FAE4F
(159,174,79)
#ABB865
(171,184,101)
#B7C27B
(183,194,123)
#C3CC91
(195,204,145)
#CFD6A7
(207,214,167)
#DBE0BD
(219,224,189)
#E7EAD3
(231,234,211)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B900D color. Also use rgb(123,144,13) instead hex code.

Text Font Color

.myTextColor { color: #7B900D; }

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

This text font color is #7B900D.

Background Color

.myBgColor { background-color: #7B900D; }

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

This div background color is #7B900D.

Border color

.myBorderColor { border: 1px solid #7B900D; }

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

This div border color is #7B900D.

Opacity

.myOpacity80 { color: #7B900D; opacity: 0.8; }

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

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

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

This text has shadow with #7B900D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B900D.

Preview

Color preview on black background

This text has color #7B900D on black background.


Color preview on white background

This text has color #7B900D on white background.


Black color preview on #7B900D background

This text has black color on #7B900D background.


White color preview on #7B900D background

This text has white color on #7B900D background.


Related colors

Complementary color

Complementary color for #hex is #846FF2.


I love getcolorcode.com

Triadic colors

1 #0D7B90 and #900D7B with #7B900D are triadic colors.

2 #0D907B and #907B0D with #7B900D are triadic colors.