#898163

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

Shades of Olive Haze #898163

Tints of Olive Haze #898163

Color information

#898163 (or 0x898163) is unknown color: approx Olive Haze. HEX triplet: 89, 81 and 63. RGB value is (137,129,99). Sum of RGB (Red+Green+Blue) = 137+129+99=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898163 is #767E9C. Grayscale: #808080. Windows color (decimal): -7765661 or 6521225. OLE color: 6521225.

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

Color convert

RGB13712999-
CMYK00.060.280.46
HSL47.37º16.1%46.27%-
HSV(B)47.37º27.74%53.73%-
XYZ20.4221.9214.96-
YUV127.97111.65134.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=37.53%
G=35.34%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371299900.060.280.4647.3716.146.27
Hex898163061C2E2f102e
Octal211201143063456572056
Binary1000100110000001110001101101110010111010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898163; }

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

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

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

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

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

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

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

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