#898063

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

Shades of Olive Haze #898063

Tints of Olive Haze #898063

Color information

#898063 (or 0x898063) is unknown color: approx Olive Haze. HEX triplet: 89, 80 and 63. RGB value is (137,128,99). Sum of RGB (Red+Green+Blue) = 137+128+99=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #898063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898063 is #767F9C. Grayscale: #7F7F7F. Windows color (decimal): -7765917 or 6520969. OLE color: 6520969.

HSL color Cylindrical-coordinate representation of color #898063: hue angle of 45.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898063 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13712899-
CMYK00.070.280.46
HSL45.79º16.1%46.27%-
HSV(B)45.79º27.74%53.73%-
XYZ20.2921.6614.92-
YUV127.38111.98134.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=37.64%
G=35.16%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371289900.070.280.4645.7916.146.27
Hex898063071C2E2e102e
Octal211200143073456562056
Binary1000100110000000110001101111110010111010111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898063; }

 p { color: rgb(137,128,99); }

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

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

 a { background-color: rgb(137,128,99); }

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

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

 span { border-color: rgb(137,128,99); }

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