#897F62

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

Shades of Olive Haze #897F62

Tints of Olive Haze #897F62

Color information

#897F62 (or 0x897F62) is unknown color: approx Olive Haze. HEX triplet: 89, 7F and 62. RGB value is (137,127,98). Sum of RGB (Red+Green+Blue) = 137+127+98=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #897F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F62 is #76809D. Grayscale: #7E7E7E. Windows color (decimal): -7766174 or 6455177. OLE color: 6455177.

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

Color convert

RGB13712798-
CMYK00.070.280.46
HSL44.62º16.6%46.08%-
HSV(B)44.62º28.47%53.73%-
XYZ20.1121.3814.62-
YUV126.68111.81135.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=37.85%
G=35.08%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371279800.070.280.4644.6216.646.08
Hex897F62071C2E2d112e
Octal211177142073456552156
Binary100010011111111110001001111110010111010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897F62; }

 p { color: rgb(137,127,98); }

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

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

 a { background-color: rgb(137,127,98); }

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

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

 span { border-color: rgb(137,127,98); }

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