#89815F

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

Shades of Olive Haze #89815F

Tints of Olive Haze #89815F

Color information

#89815F (or 0x89815F) is unknown color: approx Olive Haze. HEX triplet: 89, 81 and 5F. RGB value is (137,129,95). Sum of RGB (Red+Green+Blue) = 137+129+95=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89815F is #767EA0. Grayscale: #7F7F7F. Windows color (decimal): -7765665 or 6259081. OLE color: 6259081.

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

Color convert

RGB13712995-
CMYK00.060.310.46
HSL48.57º18.1%45.49%-
HSV(B)48.57º30.66%53.73%-
XYZ20.2321.8513.98-
YUV127.52109.65134.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=37.95%
G=35.73%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371299500.060.310.4648.5718.145.49
Hex89815F061F2E31122d
Octal211201137063756612255
Binary1000100110000001101111101101111110111011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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