#919F8A

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

Shades of Mantle #919F8A

Tints of Mantle #919F8A

Color information

#919F8A (or 0x919F8A) is unknown color: approx Mantle. HEX triplet: 91, 9F and 8A. RGB value is (145,159,138). Sum of RGB (Red+Green+Blue) = 145+159+138=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #919F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F8A is #6E6075. Grayscale: #989898. Windows color (decimal): -7233654 or 9084817. OLE color: 9084817.

HSL color Cylindrical-coordinate representation of color #919F8A: hue angle of 100º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919F8A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB145159138-
CMYK0.0900.130.38
HSL100º9.86%58.24%-
HSV(B)100º13.21%62.35%-
XYZ28.6632.6528.84-
YUV152.42119.86122.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.81%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=32.81%
G=35.97%
B=31.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591380.0900.130.381009.8658.24
Hex919F8A90D2664a3a
Octal22123721211015461441272
Binary10010001100111111000101010010110110011011001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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