#8B860F

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

Shades of Olive #8B860F

Tints of Olive #8B860F

Color information

#8B860F (or 0x8B860F) is unknown color: approx Olive. HEX triplet: 8B, 86 and 0F. RGB value is (139,134,15). Sum of RGB (Red+Green+Blue) = 139+134+15=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B860F is #7479F0. Grayscale: #7A7A7A. Windows color (decimal): -7633393 or 1017483. OLE color: 1017483.

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

Color convert

RGB13913415-
CMYK00.040.890.45
HSL57.58º80.52%30.2%-
HSV(B)57.58º89.21%54.51%-
XYZ19.2622.573.79-
YUV121.9367.66140.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=48.26%
G=46.53%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391341500.040.890.4557.5880.5230.2
Hex8B86F04592D3a511e
Octal2132061704131557212136
Binary1000101110000110111101001011001101101111010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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