#787220

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

Shades of Olivetone #787220

Tints of Olivetone #787220

Color information

#787220 (or 0x787220) is unknown color: approx Olivetone. HEX triplet: 78, 72 and 20. RGB value is (120,114,32). Sum of RGB (Red+Green+Blue) = 120+114+32=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #787220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787220 is #878DDF. Grayscale: #6A6A6A. Windows color (decimal): -8883680 or 2126456. OLE color: 2126456.

HSL color Cylindrical-coordinate representation of color #787220: hue angle of 55.91º 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 #787220 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12011432-
CMYK00.050.730.53
HSL55.91º57.89%29.8%-
HSV(B)55.91º73.33%47.06%-
XYZ14.0216.133.74-
YUV106.4585.99137.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=45.11%
G=42.86%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201143200.050.730.5355.9157.8929.8
Hex787220054935383a1e
Octal170162400511165707236
Binary111100011100101000000101100100111010111100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787220; }

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

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

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

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

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

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

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

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