#8B860B

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

Shades of Olive #8B860B

Tints of Olive #8B860B

Color information

#8B860B (or 0x8B860B) is unknown color: approx Olive. HEX triplet: 8B, 86 and 0B. RGB value is (139,134,11). Sum of RGB (Red+Green+Blue) = 139+134+11=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B860B is #7479F4. Grayscale: #797979. Windows color (decimal): -7633397 or 755339. OLE color: 755339.

HSL color Cylindrical-coordinate representation of color #8B860B: hue angle of 57.66º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B860B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB13913411-
CMYK00.040.920.45
HSL57.66º85.33%29.41%-
HSV(B)57.66º92.09%54.51%-
XYZ19.2322.563.66-
YUV121.4765.66140.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=48.94%
G=47.18%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391341100.040.920.4557.6685.3329.41
Hex8B86B045C2D3a551d
Octal2132061304134557212535
Binary1000101110000110101101001011100101101111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B860B; }

 p { color: rgb(139,134,11); }

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

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

 a { background-color: rgb(139,134,11); }

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

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

 span { border-color: rgb(139,134,11); }

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