#898A75

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

Shades of Schist #898A75

Tints of Schist #898A75

Color information

#898A75 (or 0x898A75) is unknown color: approx Schist. HEX triplet: 89, 8A and 75. RGB value is (137,138,117). Sum of RGB (Red+Green+Blue) = 137+138+117=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #898A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A75 is #76758A. Grayscale: #878787. Windows color (decimal): -7763339 or 7703177. OLE color: 7703177.

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

Color convert

RGB137138117-
CMYK0.0100.150.46
HSL62.86º8.24%50%-
HSV(B)62.86º15.22%54.12%-
XYZ22.6224.7820.42-
YUV135.31117.67129.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=34.95%
G=35.20%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371381170.0100.150.4662.868.2450
Hex898A7510F2E3f832
Octal211212165101756771062
Binary100010011000101011101011011111011101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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