#787712

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

Shades of Olive #787712

Tints of Olive #787712

Color information

#787712 (or 0x787712) is unknown color: approx Olive. HEX triplet: 78, 77 and 12. RGB value is (120,119,18). Sum of RGB (Red+Green+Blue) = 120+119+18=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #787712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787712 is #8788ED. Grayscale: #6C6C6C. Windows color (decimal): -8882414 or 1210232. OLE color: 1210232.

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

Color convert

RGB12011918-
CMYK00.010.850.53
HSL59.41º73.91%27.06%-
HSV(B)59.41º85%47.06%-
XYZ14.4517.233.14-
YUV107.7877.33136.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=46.69%
G=46.30%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201191800.010.850.5359.4173.9127.06
Hex7877120155353b4a1b
Octal1701672201125657311233
Binary1111000111011110010011010101110101111011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787712; }

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

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

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

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

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

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

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

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