#919B8E

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

Shades of Mantle #919B8E

Tints of Mantle #919B8E

Color information

#919B8E (or 0x919B8E) is unknown color: approx Mantle. HEX triplet: 91, 9B and 8E. RGB value is (145,155,142). Sum of RGB (Red+Green+Blue) = 145+155+142=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #919B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B8E is #6E6471. Grayscale: #969696. Windows color (decimal): -7234674 or 9345937. OLE color: 9345937.

HSL color Cylindrical-coordinate representation of color #919B8E: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919B8E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB145155142-
CMYK0.0600.080.39
HSL106.15º6.1%58.24%-
HSV(B)106.15º8.39%60.78%-
XYZ28.2831.4230.16-
YUV150.53123.19124.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=32.81%
G=35.07%
B=32.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551420.0600.080.39106.156.158.24
Hex919B8E608276a63a
Octal221233216601047152672
Binary100100011001101110001110110010001001111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,142); }

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

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

 a { background-color: rgb(145,155,142); }

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

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

 span { border-color: rgb(145,155,142); }

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