#8B8360

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

Shades of Olive Haze #8B8360

Tints of Olive Haze #8B8360

Color information

#8B8360 (or 0x8B8360) is unknown color: approx Olive Haze. HEX triplet: 8B, 83 and 60. RGB value is (139,131,96). Sum of RGB (Red+Green+Blue) = 139+131+96=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8360 is #747C9F. Grayscale: #818181. Windows color (decimal): -7634080 or 6325131. OLE color: 6325131.

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

Color convert

RGB13913196-
CMYK00.060.310.45
HSL48.84º18.3%46.08%-
HSV(B)48.84º30.94%54.51%-
XYZ20.8822.5714.32-
YUV129.4109.15134.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=37.98%
G=35.79%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391319600.060.310.4548.8418.346.08
Hex8B8360061F2D31122e
Octal213203140063755612256
Binary1000101110000011110000001101111110110111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,96); }

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

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

 a { background-color: rgb(139,131,96); }

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

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

 span { border-color: rgb(139,131,96); }

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