#787820

Color #787820 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #787820

Tints of Olivetone #787820

Color information

#787820 (or 0x787820) is unknown color: approx Olivetone. HEX triplet: 78, 78 and 20. RGB value is (120,120,32). Sum of RGB (Red+Green+Blue) = 120+120+32=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787820 is #8787DF. Grayscale: #6E6E6E. Windows color (decimal): -8882144 or 2127992. OLE color: 2127992.

HSL color Cylindrical-coordinate representation of color #787820: hue angle of 60º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #787820 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12012032-
CMYK000.730.53
HSL60º57.89%29.8%-
HSV(B)60º73.33%47.06%-
XYZ14.7217.533.97-
YUV109.9784135.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=44.12%
G=44.12%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12012032000.730.536057.8929.8
Hex7878200049353c3a1e
Octal170170400011165747236
Binary1111000111100010000000100100111010111110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787820; }

 p { color: rgb(120,120,32); }

 H1.HeaderClassName
 {
   color: #787820;
 }
 .AnyTagClassName
 {
   color: #787820;
 }
</style>
background-color css

<style>
 a { background-color: #787820; }

 a { background-color: rgb(120,120,32); }

 div.DivClassName
 {
   background-color: #787820;
 }
 .BgClassName
 {
   background-color: #787820;
 }
</style>
border-color css

<style>
 span { border-color: #787820; }

 span { border-color: rgb(120,120,32); }

 td.TdClassName
 {
   border-color: #787820;
 }
 .TagClassName
 {
   border-color: #787820;
 }
</style>