#787512

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

Shades of Olive #787512

Tints of Olive #787512

Color information

#787512 (or 0x787512) is unknown color: approx Olive. HEX triplet: 78, 75 and 12. RGB value is (120,117,18). Sum of RGB (Red+Green+Blue) = 120+117+18=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787512 is #878AED. Grayscale: #6B6B6B. Windows color (decimal): -8882926 or 1209720. OLE color: 1209720.

HSL color Cylindrical-coordinate representation of color #787512: hue angle of 58.24º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #787512 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB12011718-
CMYK00.020.850.53
HSL58.24º73.91%27.06%-
HSV(B)58.24º85%47.06%-
XYZ14.2216.763.06-
YUV106.6177.99137.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=47.06%
G=45.88%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201171800.020.850.5358.2473.9127.06
Hex7875120255353a4a1b
Octal1701652202125657211233
Binary11110001110101100100101010101110101111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787512; }

 p { color: rgb(120,117,18); }

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

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

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

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

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

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

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