COLOR #788A10

HEX: #788A10 RGB: (120,138,16)

Color info

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

RGB color model

#788A10 color RGB value is (120,138,16).

RGB: (120,138,16) (47%, 54%, 6%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 16 of 255 = 6%

120
138
16

R + G + B ~ 36%. #788A10 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 16 = 274 (100%)
R 120 of 274 ~ 43.8%
G 138 of 274 ~ 50.36%
B 16 of 274 ~ 5.84'%

%43.8
%50.36

CMYK color model

#788A10 color CMYK value is (13,0,88,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 88.41%
  • key color value is 45.88%

CMYK: (13,0,88,46)
C13M0Y88K46 (13%, 0%, 88%, 46%)
(0.13 / 0.00 / 0.88 / 0.46)

CMYK percentages

%13.04
%0
%88.41
%45.88

Codes

Color #788A10 in popluar color models

78 8A 10
RGB 120 138 16
HSL 69° 79.22% 30.20%
HSB/HSV 69° 88.41% 54.12%
CMYK 13.04% 0.00% 88.41%
45.88%

Color #788A10 in popluar number systems.

HEX 78 8A 10
Decimal 120 138 16
Binary 1111000 10001010 10000
Octal 170 212 20

Shades and tints

Shades of #788A10

#788A10
(120,138,16)
#6E7E0F
(110,126,15)
#64720E
(100,114,14)
#5A660D
(90,102,13)
#505A0C
(80,90,12)
#464E0B
(70,78,11)
#3C420A
(60,66,10)
#323609
(50,54,9)
#282A08
(40,42,8)
#1E1E07
(30,30,7)
#141206
(20,18,6)
#000000
(0,0,0)

Tints of #788A10

#788A10
(120,138,16)
#849425
(132,148,37)
#909E3A
(144,158,58)
#9CA84F
(156,168,79)
#A8B264
(168,178,100)
#B4BC79
(180,188,121)
#C0C68E
(192,198,142)
#CCD0A3
(204,208,163)
#D8DAB8
(216,218,184)
#E4E4CD
(228,228,205)
#F0EEE2
(240,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788A10 color. Also use rgb(120,138,16) instead hex code.

Text Font Color

.myTextColor { color: #788A10; }

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

This text font color is #788A10.

Background Color

.myBgColor { background-color: #788A10; }

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

This div background color is #788A10.

Border color

.myBorderColor { border: 1px solid #788A10; }

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

This div border color is #788A10.

Opacity

.myOpacity80 { color: #788A10; opacity: 0.8; }

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

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

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

This text has shadow with #788A10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A10.

Preview

Color preview on black background

This text has color #788A10 on black background.


Color preview on white background

This text has color #788A10 on white background.


Black color preview on #788A10 background

This text has black color on #788A10 background.


White color preview on #788A10 background

This text has white color on #788A10 background.


Related colors

Complementary color

Complementary color for #hex is #8775EF.


I love getcolorcode.com

Triadic colors

1 #10788A and #8A1078 with #788A10 are triadic colors.

2 #108A78 and #8A7810 with #788A10 are triadic colors.