#898264

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

Shades of Olive Haze #898264

Tints of Olive Haze #898264

Color information

#898264 (or 0x898264) is unknown color: approx Olive Haze. HEX triplet: 89, 82 and 64. RGB value is (137,130,100). Sum of RGB (Red+Green+Blue) = 137+130+100=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898264 is #767D9B. Grayscale: #808080. Windows color (decimal): -7765404 or 6587017. OLE color: 6587017.

HSL color Cylindrical-coordinate representation of color #898264: hue angle of 48.65º 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 #898264 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137130100-
CMYK00.050.270.46
HSL48.65º15.61%46.47%-
HSV(B)48.65º27.01%53.73%-
XYZ20.622.215.26-
YUV128.67111.82133.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=37.33%
G=35.42%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713010000.050.270.4648.6515.6146.47
Hex898264051B2E31102e
Octal211202144053356612056
Binary1000100110000010110010001011101110111011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898264; }

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

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

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

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

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

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

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

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