#8A938E

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

Shades of Granny Smith #8A938E

Tints of Granny Smith #8A938E

Color information

#8A938E (or 0x8A938E) is unknown color: approx Granny Smith. HEX triplet: 8A, 93 and 8E. RGB value is (138,147,142). Sum of RGB (Red+Green+Blue) = 138+147+142=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8A938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A938E is #756C71. Grayscale: #8F8F8F. Windows color (decimal): -7695474 or 9343882. OLE color: 9343882.

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

Color convert

RGB138147142-
CMYK0.0600.030.42
HSL146.67º4%55.88%-
HSV(B)146.67º6.12%57.65%-
XYZ25.828.2229.68-
YUV143.74127.02123.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=32.32%
G=34.43%
B=33.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1381471420.0600.030.42146.67455.88
Hex8A938E6032A93438
Octal21222321660352223470
Binary10001010100100111000111011001110101010010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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