#787424

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

Shades of Olivetone #787424

Tints of Olivetone #787424

Color information

#787424 (or 0x787424) is unknown color: approx Olivetone. HEX triplet: 78, 74 and 24. RGB value is (120,116,36). Sum of RGB (Red+Green+Blue) = 120+116+36=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #787424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787424 is #878BDB. Grayscale: #6C6C6C. Windows color (decimal): -8883164 or 2389112. OLE color: 2389112.

HSL color Cylindrical-coordinate representation of color #787424: hue angle of 57.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #787424 is Cyan = 0, Magento = 0.03, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB12011636-
CMYK00.030.70.53
HSL57.14º53.85%30.59%-
HSV(B)57.14º70%47.06%-
XYZ14.3116.614.12-
YUV108.0887.33136.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=44.12%
G=42.65%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201163600.030.70.5357.1453.8530.59
Hex78742403463539361f
Octal170164440310665716637
Binary11110001110100100100011100011011010111100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787424; }

 p { color: rgb(120,116,36); }

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

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

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

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

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

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

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