#939F8C

Color #939F8C Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #939F8C

Tints of Mantle #939F8C

Color information

#939F8C (or 0x939F8C) is unknown color: approx Mantle. HEX triplet: 93, 9F and 8C. RGB value is (147,159,140). Sum of RGB (Red+Green+Blue) = 147+159+140=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #939F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F8C is #6C6073. Grayscale: #999999. Windows color (decimal): -7102580 or 9215891. OLE color: 9215891.

HSL color Cylindrical-coordinate representation of color #939F8C: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939F8C is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB147159140-
CMYK0.0800.120.38
HSL97.89º9%58.63%-
HSV(B)97.89º11.95%62.35%-
XYZ29.1632.8929.62-
YUV153.25120.52123.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=32.96%
G=35.65%
B=31.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591400.0800.120.3897.89958.63
Hex939F8C80C266293b
Octal22323721410014461421173
Binary10010011100111111000110010000110010011011000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939F8C; }

 p { color: rgb(147,159,140); }

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

<style>
 a { background-color: #939F8C; }

 a { background-color: rgb(147,159,140); }

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

<style>
 span { border-color: #939F8C; }

 span { border-color: rgb(147,159,140); }

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