#8E908E

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

Shades of Stack #8E908E

Tints of Stack #8E908E

Color information

#8E908E (or 0x8E908E) is unknown color: approx Stack. HEX triplet: 8E, 90 and 8E. RGB value is (142,144,142). Sum of RGB (Red+Green+Blue) = 142+144+142=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 144 - color contains mainly: green. Hex color #8E908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E908E is #716F71. Grayscale: #8F8F8F. Windows color (decimal): -7434098 or 9343118. OLE color: 9343118.

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

Color convert

RGB142144142-
CMYK0.0100.010.44
HSL120º0.89%56.08%-
HSV(B)120º1.39%56.47%-
XYZ26.0127.6529.56-
YUV143.17127.34127.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=33.18%
G=33.64%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421441420.0100.010.441200.8956.08
Hex8E908E1012C78138
Octal21622021610154170170
Binary10001110100100001000111010110110011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E908E; }

 p { color: rgb(142,144,142); }

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

<style>
 a { background-color: #8E908E; }

 a { background-color: rgb(142,144,142); }

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

<style>
 span { border-color: #8E908E; }

 span { border-color: rgb(142,144,142); }

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