#8B8412

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

Shades of Olive #8B8412

Tints of Olive #8B8412

Color information

#8B8412 (or 0x8B8412) is unknown color: approx Olive. HEX triplet: 8B, 84 and 12. RGB value is (139,132,18). Sum of RGB (Red+Green+Blue) = 139+132+18=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8412 is #747BED. Grayscale: #797979. Windows color (decimal): -7633902 or 1213579. OLE color: 1213579.

HSL color Cylindrical-coordinate representation of color #8B8412: hue angle of 56.53º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B8412 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB13913218-
CMYK00.050.870.45
HSL56.53º77.07%30.78%-
HSV(B)56.53º87.05%54.51%-
XYZ19.0122.043.82-
YUV121.169.82140.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=48.10%
G=45.67%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391321800.050.870.4556.5377.0730.78
Hex8B841205572D394d1f
Octal2132042205127557111537
Binary10001011100001001001001011010111101101111001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,18); }

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

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

 a { background-color: rgb(139,132,18); }

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

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

 span { border-color: rgb(139,132,18); }

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