#90988F

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

Shades of Mantle #90988F

Tints of Mantle #90988F

Color information

#90988F (or 0x90988F) is unknown color: approx Mantle. HEX triplet: 90, 98 and 8F. RGB value is (144,152,143). Sum of RGB (Red+Green+Blue) = 144+152+143=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #90988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90988F is #6F6770. Grayscale: #949494. Windows color (decimal): -7300977 or 9410704. OLE color: 9410704.

HSL color Cylindrical-coordinate representation of color #90988F: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #90988F is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB144152143-
CMYK0.0500.060.40
HSL113.33º4.19%57.84%-
HSV(B)113.33º5.92%59.61%-
XYZ27.6930.3730.39-
YUV148.58124.85124.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=32.80%
G=34.62%
B=32.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441521430.0500.060.40113.334.1957.84
Hex90988F506287143a
Octal22023021750650161472
Binary10010000100110001000111110101101010001110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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