#898164

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

Shades of Olive Haze #898164

Tints of Olive Haze #898164

Color information

#898164 (or 0x898164) is unknown color: approx Olive Haze. HEX triplet: 89, 81 and 64. RGB value is (137,129,100). Sum of RGB (Red+Green+Blue) = 137+129+100=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898164 is #767E9B. Grayscale: #808080. Windows color (decimal): -7765660 or 6586761. OLE color: 6586761.

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

Color convert

RGB137129100-
CMYK00.060.270.46
HSL47.03º15.61%46.47%-
HSV(B)47.03º27.01%53.73%-
XYZ20.4721.9415.21-
YUV128.09112.15134.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=37.43%
G=35.25%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712910000.060.270.4647.0315.6146.47
Hex898164061B2E2f102e
Octal211201144063356572056
Binary1000100110000001110010001101101110111010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898164; }

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

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

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

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

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

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

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

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