#786C0B

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

Shades of Olive #786C0B

Tints of Olive #786C0B

Color information

#786C0B (or 0x786C0B) is unknown color: approx Olive. HEX triplet: 78, 6C and 0B. RGB value is (120,108,11). Sum of RGB (Red+Green+Blue) = 120+108+11=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #786C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C0B is #8793F4. Grayscale: #646464. Windows color (decimal): -8885237 or 748664. OLE color: 748664.

HSL color Cylindrical-coordinate representation of color #786C0B: hue angle of 53.39º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #786C0B is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB12010811-
CMYK00.100.910.53
HSL53.39º83.21%25.69%-
HSV(B)53.39º90.83%47.06%-
XYZ13.1714.742.47-
YUV100.5377.48141.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=50.21%
G=45.19%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201081100.100.910.5353.3983.2125.69
Hex786CB0A5B3535531a
Octal17015413012133656512332
Binary111100011011001011010101011011110101110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,11); }

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

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

 a { background-color: rgb(120,108,11); }

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

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

 span { border-color: rgb(120,108,11); }

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