#898260

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

Shades of Olive Haze #898260

Tints of Olive Haze #898260

Color information

#898260 (or 0x898260) is unknown color: approx Olive Haze. HEX triplet: 89, 82 and 60. RGB value is (137,130,96). Sum of RGB (Red+Green+Blue) = 137+130+96=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #898260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898260 is #767D9F. Grayscale: #808080. Windows color (decimal): -7765408 or 6324873. OLE color: 6324873.

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

Color convert

RGB13713096-
CMYK00.050.300.46
HSL49.76º17.6%45.69%-
HSV(B)49.76º29.93%53.73%-
XYZ20.4122.1314.26-
YUV128.22109.82134.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 130 (51.17% from 255) = 35.81%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=37.74%
G=35.81%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371309600.050.300.4649.7617.645.69
Hex898260051E2E32122e
Octal211202140053656622256
Binary1000100110000010110000001011111010111011001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898260; }

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

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

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

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

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

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

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

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