#898165

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

Shades of Olive Haze #898165

Tints of Olive Haze #898165

Color information

#898165 (or 0x898165) is unknown color: approx Olive Haze. HEX triplet: 89, 81 and 65. RGB value is (137,129,101). Sum of RGB (Red+Green+Blue) = 137+129+101=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 137 - color contains mainly: red. Hex color #898165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898165 is #767E9A. Grayscale: #808080. Windows color (decimal): -7765659 or 6652297. OLE color: 6652297.

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

Color convert

RGB137129101-
CMYK00.060.260.46
HSL46.67º15.13%46.67%-
HSV(B)46.67º26.28%53.73%-
XYZ20.5221.9615.47-
YUV128.2112.65134.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=37.33%
G=35.15%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712910100.060.260.4646.6715.1346.67
Hex898165061A2E2ff2f
Octal211201145063256571757
Binary100010011000000111001010110110101011101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898165; }

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

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

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

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

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

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

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

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