#8B938F

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

Shades of Granny Smith #8B938F

Tints of Granny Smith #8B938F

Color information

#8B938F (or 0x8B938F) is unknown color: approx Granny Smith. HEX triplet: 8B, 93 and 8F. RGB value is (139,147,143). Sum of RGB (Red+Green+Blue) = 139+147+143=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #8B938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B938F is #746C70. Grayscale: #909090. Windows color (decimal): -7629937 or 9409419. OLE color: 9409419.

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

Color convert

RGB139147143-
CMYK0.0500.030.42
HSL150º3.57%56.08%-
HSV(B)150º5.44%57.65%-
XYZ26.0428.3430.08-
YUV144.15127.35124.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=32.40%
G=34.27%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471430.0500.030.421503.5756.08
Hex8B938F5032A96438
Octal21322321750352226470
Binary10001011100100111000111110101110101010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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