#898367

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

Shades of Olive Haze #898367

Tints of Olive Haze #898367

Color information

#898367 (or 0x898367) is unknown color: approx Olive Haze. HEX triplet: 89, 83 and 67. RGB value is (137,131,103). Sum of RGB (Red+Green+Blue) = 137+131+103=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898367 is #767C98. Grayscale: #818181. Windows color (decimal): -7765145 or 6783881. OLE color: 6783881.

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

Color convert

RGB137131103-
CMYK00.040.250.46
HSL49.41º14.17%47.06%-
HSV(B)49.41º24.82%53.73%-
XYZ20.8822.5316.08-
YUV129.6112.99133.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.93%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=36.93%
G=35.31%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713110300.040.250.4649.4114.1747.06
Hex89836704192E31e2f
Octal211203147043156611657
Binary100010011000001111001110100110011011101100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898367; }

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

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

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

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

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

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

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

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