#898065

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

Shades of Olive Haze #898065

Tints of Olive Haze #898065

Color information

#898065 (or 0x898065) is unknown color: approx Olive Haze. HEX triplet: 89, 80 and 65. RGB value is (137,128,101). Sum of RGB (Red+Green+Blue) = 137+128+101=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898065 is #767F9A. Grayscale: #7F7F7F. Windows color (decimal): -7765915 or 6652041. OLE color: 6652041.

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

Color convert

RGB137128101-
CMYK00.070.260.46
HSL45º15.13%46.67%-
HSV(B)45º26.28%53.73%-
XYZ20.3821.715.43-
YUV127.61112.98134.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=37.43%
G=34.97%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712810100.070.260.464515.1346.67
Hex898065071A2E2df2f
Octal211200145073256551757
Binary100010011000000011001010111110101011101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898065; }

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

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

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

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

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

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

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

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