#919B8F

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

Shades of Mantle #919B8F

Tints of Mantle #919B8F

Color information

#919B8F (or 0x919B8F) is unknown color: approx Mantle. HEX triplet: 91, 9B and 8F. RGB value is (145,155,143). Sum of RGB (Red+Green+Blue) = 145+155+143=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #919B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B8F is #6E6470. Grayscale: #969696. Windows color (decimal): -7234673 or 9411473. OLE color: 9411473.

HSL color Cylindrical-coordinate representation of color #919B8F: hue angle of 110º 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 #919B8F is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB145155143-
CMYK0.0600.080.39
HSL110º5.66%58.43%-
HSV(B)110º7.74%60.78%-
XYZ28.3631.4530.56-
YUV150.64123.69123.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 143 (56.25% from 255) = 32.28%
R=32.73%
G=34.99%
B=32.28%

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
Decimal1451551430.0600.080.391105.6658.43
Hex919B8F608276e63a
Octal221233217601047156672
Binary100100011001101110001111110010001001111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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