#898A73

Color #898A73 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #898A73

Tints of Schist #898A73

Color information

#898A73 (or 0x898A73) is unknown color: approx Schist. HEX triplet: 89, 8A and 73. RGB value is (137,138,115). Sum of RGB (Red+Green+Blue) = 137+138+115=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #898A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A73 is #76758C. Grayscale: #878787. Windows color (decimal): -7763341 or 7572105. OLE color: 7572105.

HSL color Cylindrical-coordinate representation of color #898A73: hue angle of 62.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898A73 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB137138115-
CMYK0.0100.170.46
HSL62.61º9.09%49.61%-
HSV(B)62.61º16.67%54.12%-
XYZ22.524.7319.81-
YUV135.08116.67129.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=35.13%
G=35.38%
B=29.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371381150.0100.170.4662.619.0949.61
Hex898A7310112E3f932
Octal211212163102156771162
Binary1000100110001010111001110100011011101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898A73; }

 p { color: rgb(137,138,115); }

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

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

 a { background-color: rgb(137,138,115); }

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

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

 span { border-color: rgb(137,138,115); }

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