#898364

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

Shades of Olive Haze #898364

Tints of Olive Haze #898364

Color information

#898364 (or 0x898364) is unknown color: approx Olive Haze. HEX triplet: 89, 83 and 64. RGB value is (137,131,100). Sum of RGB (Red+Green+Blue) = 137+131+100=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 137 - color contains mainly: red. Hex color #898364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898364 is #767C9B. Grayscale: #818181. Windows color (decimal): -7765148 or 6587273. OLE color: 6587273.

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

Color convert

RGB137131100-
CMYK00.040.270.46
HSL50.27º15.61%46.47%-
HSV(B)50.27º27.01%53.73%-
XYZ20.7322.4715.3-
YUV129.26111.49133.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=37.23%
G=35.60%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713110000.040.270.4650.2715.6146.47
Hex898364041B2E32102e
Octal211203144043356622056
Binary1000100110000011110010001001101110111011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898364; }

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

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

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

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

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

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

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

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