#919690

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

Shades of Mantle #919690

Tints of Mantle #919690

Color information

#919690 (or 0x919690) is unknown color: approx Mantle. HEX triplet: 91, 96 and 90. RGB value is (145,150,144). Sum of RGB (Red+Green+Blue) = 145+150+144=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 150 - color contains mainly: green. Hex color #919690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919690 is #6E696F. Grayscale: #939393. Windows color (decimal): -7235952 or 9475729. OLE color: 9475729.

HSL color Cylindrical-coordinate representation of color #919690: hue angle of 110º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #919690 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB145150144-
CMYK0.0300.040.41
HSL110º2.78%57.65%-
HSV(B)110º4%58.82%-
XYZ27.6229.8530.69-
YUV147.82125.84125.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=33.03%
G=34.17%
B=32.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501440.0300.040.411102.7857.65
Hex919690304296e33a
Octal22122622030451156372
Binary100100011001011010010000110100101001110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919690; }

 p { color: rgb(145,150,144); }

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

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

 a { background-color: rgb(145,150,144); }

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

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

 span { border-color: rgb(145,150,144); }

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