#90968F

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

Shades of Mantle #90968F

Tints of Mantle #90968F

Color information

#90968F (or 0x90968F) is unknown color: approx Mantle. HEX triplet: 90, 96 and 8F. RGB value is (144,150,143). Sum of RGB (Red+Green+Blue) = 144+150+143=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 150 - color contains mainly: green. Hex color #90968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968F is #6F6970. Grayscale: #939393. Windows color (decimal): -7301489 or 9410192. OLE color: 9410192.

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

Color convert

RGB144150143-
CMYK0.0400.050.41
HSL111.43º3.23%57.45%-
HSV(B)111.43º4.67%58.82%-
XYZ27.3729.7330.28-
YUV147.41125.51125.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=32.95%
G=34.32%
B=32.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501430.0400.050.41111.433.2357.45
Hex90968F405296f339
Octal22022621740551157371
Binary1001000010010110100011111000101101001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90968F; }

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

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

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

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

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

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

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

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