#949F8D

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

Shades of Mantle #949F8D

Tints of Mantle #949F8D

Color information

#949F8D (or 0x949F8D) is unknown color: approx Mantle. HEX triplet: 94, 9F and 8D. RGB value is (148,159,141). Sum of RGB (Red+Green+Blue) = 148+159+141=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8D is #6B6072. Grayscale: #999999. Windows color (decimal): -7037043 or 9281428. OLE color: 9281428.

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

Color convert

RGB148159141-
CMYK0.0700.110.38
HSL96.67º8.57%58.82%-
HSV(B)96.67º11.32%62.35%-
XYZ29.4233.0230.02-
YUV153.66120.86123.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=33.04%
G=35.49%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591410.0700.110.3896.678.5758.82
Hex949F8D70B266193b
Octal2242372157013461411173
Binary1001010010011111100011011110101110011011000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F8D; }

 p { color: rgb(148,159,141); }

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

<style>
 a { background-color: #949F8D; }

 a { background-color: rgb(148,159,141); }

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

<style>
 span { border-color: #949F8D; }

 span { border-color: rgb(148,159,141); }

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