#898F88

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

Shades of Stack #898F88

Tints of Stack #898F88

Color information

#898F88 (or 0x898F88) is unknown color: approx Stack. HEX triplet: 89, 8F and 88. RGB value is (137,143,136). Sum of RGB (Red+Green+Blue) = 137+143+136=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 143 - color contains mainly: green. Hex color #898F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F88 is #767077. Grayscale: #8C8C8C. Windows color (decimal): -7762040 or 8949641. OLE color: 8949641.

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

Color convert

RGB137143136-
CMYK0.0400.050.44
HSL111.43º3.03%54.71%-
HSV(B)111.43º4.9%56.08%-
XYZ24.5826.7427.16-
YUV140.41125.51125.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=32.93%
G=34.38%
B=32.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371431360.0400.050.44111.433.0354.71
Hex898F884052C6f337
Octal21121721040554157367
Binary1000100110001111100010001000101101100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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