#898F89

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

Shades of Stack #898F89

Tints of Stack #898F89

Color information

#898F89 (or 0x898F89) is unknown color: approx Stack. HEX triplet: 89, 8F and 89. RGB value is (137,143,137). Sum of RGB (Red+Green+Blue) = 137+143+137=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 143 - color contains mainly: green. Hex color #898F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F89 is #767076. Grayscale: #8C8C8C. Windows color (decimal): -7762039 or 9015177. OLE color: 9015177.

HSL color Cylindrical-coordinate representation of color #898F89: hue angle of 120º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898F89 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB137143137-
CMYK0.0400.040.44
HSL120º2.61%54.9%-
HSV(B)120º4.2%56.08%-
XYZ24.6526.7727.53-
YUV140.52126.01125.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=32.85%
G=34.29%
B=32.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371431370.0400.040.441202.6154.9
Hex898F894042C78337
Octal21121721140454170367
Binary1000100110001111100010011000100101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,143,137); }

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

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

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

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

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

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

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