#8F9392

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

Shades of Granny Smith #8F9392

Tints of Granny Smith #8F9392

Color information

#8F9392 (or 0x8F9392) is unknown color: approx Granny Smith. HEX triplet: 8F, 93 and 92. RGB value is (143,147,146). Sum of RGB (Red+Green+Blue) = 143+147+146=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9392 is #706C6D. Grayscale: #919191. Windows color (decimal): -7367790 or 9606031. OLE color: 9606031.

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

Color convert

RGB143147146-
CMYK0.0300.010.42
HSL165º1.82%56.86%-
HSV(B)165º2.72%57.65%-
XYZ26.9528.7831.33-
YUV145.69128.17126.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=32.80%
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.42
SystemRedGreenBlueCMYKHSL
Decimal1431471460.0300.010.421651.8256.86
Hex8F93923012Aa5239
Octal21722322230152245271
Binary10001111100100111001001011011010101010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,147,146); }

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

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

 a { background-color: rgb(143,147,146); }

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

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

 span { border-color: rgb(143,147,146); }

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