#897D60

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

Shades of Olive Haze #897D60

Tints of Olive Haze #897D60

Color information

#897D60 (or 0x897D60) is unknown color: approx Olive Haze. HEX triplet: 89, 7D and 60. RGB value is (137,125,96). Sum of RGB (Red+Green+Blue) = 137+125+96=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D60 is #76829F. Grayscale: #7D7D7D. Windows color (decimal): -7766688 or 6323593. OLE color: 6323593.

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

Color convert

RGB13712596-
CMYK00.090.300.46
HSL42.44º17.6%45.69%-
HSV(B)42.44º29.93%53.73%-
XYZ19.7620.8314.05-
YUV125.28111.48136.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=38.27%
G=34.92%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371259600.090.300.4642.4417.645.69
Hex897D60091E2E2a122e
Octal2111751400113656522256
Binary1000100111111011100000010011111010111010101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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