#8B8460

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

Shades of Olive Haze #8B8460

Tints of Olive Haze #8B8460

Color information

#8B8460 (or 0x8B8460) is unknown color: approx Olive Haze. HEX triplet: 8B, 84 and 60. RGB value is (139,132,96). Sum of RGB (Red+Green+Blue) = 139+132+96=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8460 is #747B9F. Grayscale: #828282. Windows color (decimal): -7633824 or 6325387. OLE color: 6325387.

HSL color Cylindrical-coordinate representation of color #8B8460: hue angle of 50.23º 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 #8B8460 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB13913296-
CMYK00.050.310.45
HSL50.23º18.3%46.08%-
HSV(B)50.23º30.94%54.51%-
XYZ21.0122.8414.37-
YUV129.99108.82134.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=37.87%
G=35.97%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391329600.050.310.4550.2318.346.08
Hex8B8460051F2D32122e
Octal213204140053755622256
Binary1000101110000100110000001011111110110111001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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