#8D9190

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

Shades of Granny Smith #8D9190

Tints of Granny Smith #8D9190

Color information

#8D9190 (or 0x8D9190) is unknown color: approx Granny Smith. HEX triplet: 8D, 91 and 90. RGB value is (141,145,144). Sum of RGB (Red+Green+Blue) = 141+145+144=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 145 - color contains mainly: green. Hex color #8D9190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9190 is #726E6F. Grayscale: #8F8F8F. Windows color (decimal): -7499376 or 9474445. OLE color: 9474445.

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

Color convert

RGB141145144-
CMYK0.0300.010.43
HSL165º1.79%56.08%-
HSV(B)165º2.76%56.86%-
XYZ26.1427.9330.4-
YUV143.69128.17126.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=32.79%
G=33.72%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411451440.0300.010.431651.7956.08
Hex8D91903012Ba5238
Octal21522122030153245270
Binary10001101100100011001000011011010111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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