#8A9591

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

Shades of Granny Smith #8A9591

Tints of Granny Smith #8A9591

Color information

#8A9591 (or 0x8A9591) is unknown color: approx Granny Smith. HEX triplet: 8A, 95 and 91. RGB value is (138,149,145). Sum of RGB (Red+Green+Blue) = 138+149+145=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9591 is #756A6E. Grayscale: #919191. Windows color (decimal): -7694959 or 9541002. OLE color: 9541002.

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

Color convert

RGB138149145-
CMYK0.0700.030.42
HSL158.18º4.93%56.27%-
HSV(B)158.18º7.38%58.43%-
XYZ26.3428.9430.99-
YUV145.26127.86122.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=31.94%
G=34.49%
B=33.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381491450.0700.030.42158.184.9356.27
Hex8A95917032A9e538
Octal21222522170352236570
Binary10001010100101011001000111101110101010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,149,145); }

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

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

 a { background-color: rgb(138,149,145); }

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

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

 span { border-color: rgb(138,149,145); }

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