#898160

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

Shades of Olive Haze #898160

Tints of Olive Haze #898160

Color information

#898160 (or 0x898160) is unknown color: approx Olive Haze. HEX triplet: 89, 81 and 60. RGB value is (137,129,96). Sum of RGB (Red+Green+Blue) = 137+129+96=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #898160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898160 is #767E9F. Grayscale: #7F7F7F. Windows color (decimal): -7765664 or 6324617. OLE color: 6324617.

HSL color Cylindrical-coordinate representation of color #898160: hue angle of 48.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #898160 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13712996-
CMYK00.060.300.46
HSL48.29º17.6%45.69%-
HSV(B)48.29º29.93%53.73%-
XYZ20.2821.8614.22-
YUV127.63110.15134.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=37.85%
G=35.64%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371299600.060.300.4648.2917.645.69
Hex898160061E2E30122e
Octal211201140063656602256
Binary1000100110000001110000001101111010111011000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898160; }

 p { color: rgb(137,129,96); }

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

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

 a { background-color: rgb(137,129,96); }

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

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

 span { border-color: rgb(137,129,96); }

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