#8A908D

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

Shades of Granny Smith #8A908D

Tints of Granny Smith #8A908D

Color information

#8A908D (or 0x8A908D) is unknown color: approx Granny Smith. HEX triplet: 8A, 90 and 8D. RGB value is (138,144,141). Sum of RGB (Red+Green+Blue) = 138+144+141=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 144 - color contains mainly: green. Hex color #8A908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A908D is #756F72. Grayscale: #8D8D8D. Windows color (decimal): -7696243 or 9277578. OLE color: 9277578.

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

Color convert

RGB138144141-
CMYK0.0400.020.44
HSL150º2.63%55.29%-
HSV(B)150º4.17%56.47%-
XYZ25.2627.2729.13-
YUV141.86127.51125.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=32.62%
G=34.04%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1381441410.0400.020.441502.6355.29
Hex8A908D4022C96337
Octal21222021540254226367
Binary1000101010010000100011011000101011001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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