#919F8D

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

Shades of Mantle #919F8D

Tints of Mantle #919F8D

Color information

#919F8D (or 0x919F8D) is unknown color: approx Mantle. HEX triplet: 91, 9F and 8D. RGB value is (145,159,141). Sum of RGB (Red+Green+Blue) = 145+159+141=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 159 - color contains mainly: green. Hex color #919F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F8D is #6E6072. Grayscale: #989898. Windows color (decimal): -7233651 or 9281425. OLE color: 9281425.

HSL color Cylindrical-coordinate representation of color #919F8D: hue angle of 106.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 #919F8D is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB145159141-
CMYK0.0900.110.38
HSL106.67º8.57%58.82%-
HSV(B)106.67º11.32%62.35%-
XYZ28.8832.7430-
YUV152.76121.36122.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=32.58%
G=35.73%
B=31.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591410.0900.110.38106.678.5758.82
Hex919F8D90B266b93b
Octal22123721511013461531173
Binary10010001100111111000110110010101110011011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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