#89805F

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

Shades of Olive Haze #89805F

Tints of Olive Haze #89805F

Color information

#89805F (or 0x89805F) is unknown color: approx Olive Haze. HEX triplet: 89, 80 and 5F. RGB value is (137,128,95). Sum of RGB (Red+Green+Blue) = 137+128+95=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89805F is #767FA0. Grayscale: #7F7F7F. Windows color (decimal): -7765921 or 6258825. OLE color: 6258825.

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

Color convert

RGB13712895-
CMYK00.070.310.46
HSL47.14º18.1%45.49%-
HSV(B)47.14º30.66%53.73%-
XYZ20.121.5813.93-
YUV126.93109.98135.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=38.06%
G=35.56%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371289500.070.310.4647.1418.145.49
Hex89805F071F2E2f122d
Octal211200137073756572255
Binary1000100110000000101111101111111110111010111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89805F; }

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

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

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

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

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

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

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

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