#898365

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

Shades of Olive Haze #898365

Tints of Olive Haze #898365

Color information

#898365 (or 0x898365) is unknown color: approx Olive Haze. HEX triplet: 89, 83 and 65. RGB value is (137,131,101). Sum of RGB (Red+Green+Blue) = 137+131+101=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 137 - color contains mainly: red. Hex color #898365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898365 is #767C9A. Grayscale: #818181. Windows color (decimal): -7765147 or 6652809. OLE color: 6652809.

HSL color Cylindrical-coordinate representation of color #898365: hue angle of 50º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898365 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137131101-
CMYK00.040.260.46
HSL50º15.13%46.67%-
HSV(B)50º26.28%53.73%-
XYZ20.7822.4915.56-
YUV129.37111.99133.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=37.13%
G=35.50%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713110100.040.260.465015.1346.67
Hex898365041A2E32f2f
Octal211203145043256621757
Binary100010011000001111001010100110101011101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898365; }

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

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

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

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

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

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

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

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