#786D0A

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

Shades of Olive #786D0A

Tints of Olive #786D0A

Color information

#786D0A (or 0x786D0A) is unknown color: approx Olive. HEX triplet: 78, 6D and 0A. RGB value is (120,109,10). Sum of RGB (Red+Green+Blue) = 120+109+10=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D0A is #8792F5. Grayscale: #656565. Windows color (decimal): -8884982 or 683384. OLE color: 683384.

HSL color Cylindrical-coordinate representation of color #786D0A: hue angle of 54º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #786D0A is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB12010910-
CMYK00.090.920.53
HSL54º84.62%25.49%-
HSV(B)54º91.67%47.06%-
XYZ13.2714.952.47-
YUV10176.64141.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=50.21%
G=45.61%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201091000.090.920.535484.6225.49
Hex786DA095C35365519
Octal17015512011134656612531
Binary111100011011011010010011011100110101110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786D0A; }

 p { color: rgb(120,109,10); }

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

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

 a { background-color: rgb(120,109,10); }

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

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

 span { border-color: rgb(120,109,10); }

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