#8E9391

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

Shades of Granny Smith #8E9391

Tints of Granny Smith #8E9391

Color information

#8E9391 (or 0x8E9391) is unknown color: approx Granny Smith. HEX triplet: 8E, 93 and 91. RGB value is (142,147,145). Sum of RGB (Red+Green+Blue) = 142+147+145=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9391 is #716C6E. Grayscale: #919191. Windows color (decimal): -7433327 or 9540494. OLE color: 9540494.

HSL color Cylindrical-coordinate representation of color #8E9391: hue angle of 156º 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 #8E9391 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB142147145-
CMYK0.0300.010.42
HSL156º2.26%56.67%-
HSV(B)156º3.4%57.65%-
XYZ26.728.6630.91-
YUV145.28127.84125.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.72%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=32.72%
G=33.87%
B=33.41%

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
Decimal1421471450.0300.010.421562.2656.67
Hex8E93913012A9c239
Octal21622322130152234271
Binary10001110100100111001000111011010101001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,145); }

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

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

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

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

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

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

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