#8B860C

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

Shades of Olive #8B860C

Tints of Olive #8B860C

Color information

#8B860C (or 0x8B860C) is unknown color: approx Olive. HEX triplet: 8B, 86 and 0C. RGB value is (139,134,12). Sum of RGB (Red+Green+Blue) = 139+134+12=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B860C is #7479F3. Grayscale: #7A7A7A. Windows color (decimal): -7633396 or 820875. OLE color: 820875.

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

Color convert

RGB13913412-
CMYK00.040.910.45
HSL57.64º84.11%29.61%-
HSV(B)57.64º91.37%54.51%-
XYZ19.2422.573.69-
YUV121.5966.16140.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=48.77%
G=47.02%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391341200.040.910.4557.6484.1129.61
Hex8B86C045B2D3a541e
Octal2132061404133557212436
Binary1000101110000110110001001011011101101111010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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