#898261

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

Shades of Olive Haze #898261

Tints of Olive Haze #898261

Color information

#898261 (or 0x898261) is unknown color: approx Olive Haze. HEX triplet: 89, 82 and 61. RGB value is (137,130,97). Sum of RGB (Red+Green+Blue) = 137+130+97=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #898261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898261 is #767D9E. Grayscale: #808080. Windows color (decimal): -7765407 or 6390409. OLE color: 6390409.

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

Color convert

RGB13713097-
CMYK00.050.290.46
HSL49.5º17.09%45.88%-
HSV(B)49.5º29.2%53.73%-
XYZ20.4622.1514.51-
YUV128.33110.32134.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=37.64%
G=35.71%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371309700.050.290.4649.517.0945.88
Hex898261051D2E32112e
Octal211202141053556622156
Binary1000100110000010110000101011110110111011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898261; }

 p { color: rgb(137,130,97); }

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

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

 a { background-color: rgb(137,130,97); }

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

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

 span { border-color: rgb(137,130,97); }

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