#8D908F

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

Shades of Granny Smith #8D908F

Tints of Granny Smith #8D908F

Color information

#8D908F (or 0x8D908F) is unknown color: approx Granny Smith. HEX triplet: 8D, 90 and 8F. RGB value is (141,144,143). Sum of RGB (Red+Green+Blue) = 141+144+143=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 144 - color contains mainly: green. Hex color #8D908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D908F is #726F70. Grayscale: #8E8E8E. Windows color (decimal): -7499633 or 9408653. OLE color: 9408653.

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

Color convert

RGB141144143-
CMYK0.0200.010.44
HSL160º1.33%55.88%-
HSV(B)160º2.08%56.47%-
XYZ25.9227.5929.95-
YUV142.99128.01126.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=32.94%
G=33.64%
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
Decimal1411441430.0200.010.441601.3355.88
Hex8D908F2012Ca0138
Octal21522021720154240170
Binary1000110110010000100011111001101100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,144,143); }

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

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

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

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

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

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

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