#787120

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

Shades of Olivetone #787120

Tints of Olivetone #787120

Color information

#787120 (or 0x787120) is unknown color: approx Olivetone. HEX triplet: 78, 71 and 20. RGB value is (120,113,32). Sum of RGB (Red+Green+Blue) = 120+113+32=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #787120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787120 is #878EDF. Grayscale: #6A6A6A. Windows color (decimal): -8883936 or 2126200. OLE color: 2126200.

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

Color convert

RGB12011332-
CMYK00.060.730.53
HSL55.23º57.89%29.8%-
HSV(B)55.23º73.33%47.06%-
XYZ13.9115.913.7-
YUV105.8686.32138.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=45.28%
G=42.64%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201133200.060.730.5355.2357.8929.8
Hex787120064935373a1e
Octal170161400611165677236
Binary111100011100011000000110100100111010111011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787120; }

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

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

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

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

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

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

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

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