#897D61

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

Shades of Olive Haze #897D61

Tints of Olive Haze #897D61

Color information

#897D61 (or 0x897D61) is unknown color: approx Olive Haze. HEX triplet: 89, 7D and 61. RGB value is (137,125,97). Sum of RGB (Red+Green+Blue) = 137+125+97=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #897D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D61 is #76829E. Grayscale: #7D7D7D. Windows color (decimal): -7766687 or 6389129. OLE color: 6389129.

HSL color Cylindrical-coordinate representation of color #897D61: hue angle of 42º 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 #897D61 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13712597-
CMYK00.090.290.46
HSL42º17.09%45.88%-
HSV(B)42º29.2%53.73%-
XYZ19.8120.8514.29-
YUV125.4111.98136.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=38.16%
G=34.82%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371259700.090.290.464217.0945.88
Hex897D61091D2E2a112e
Octal2111751410113556522156
Binary1000100111111011100001010011110110111010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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