#8B8E8D

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

Shades of Granny Smith #8B8E8D

Tints of Granny Smith #8B8E8D

Color information

#8B8E8D (or 0x8B8E8D) is unknown color: approx Granny Smith. HEX triplet: 8B, 8E and 8D. RGB value is (139,142,141). Sum of RGB (Red+Green+Blue) = 139+142+141=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E8D is #747172. Grayscale: #8C8C8C. Windows color (decimal): -7631219 or 9277067. OLE color: 9277067.

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

Color convert

RGB139142141-
CMYK0.0200.010.44
HSL160º1.31%55.1%-
HSV(B)160º2.11%55.69%-
XYZ25.1326.7629.04-
YUV140.99128.01126.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=32.94%
G=33.65%
B=33.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391421410.0200.010.441601.3155.1
Hex8B8E8D2012Ca0137
Octal21321621520154240167
Binary1000101110001110100011011001101100101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,141); }

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

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

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

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

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

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

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