#96A691

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

Shades of Mantle #96A691

Tints of Mantle #96A691

Color information

#96A691 (or 0x96A691) is unknown color: approx Mantle. HEX triplet: 96, A6 and 91. RGB value is (150,166,145). Sum of RGB (Red+Green+Blue) = 150+166+145=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #96A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A691 is #69596E. Grayscale: #9E9E9E. Windows color (decimal): -6904175 or 9545366. OLE color: 9545366.

HSL color Cylindrical-coordinate representation of color #96A691: hue angle of 105.71º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A691 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB150166145-
CMYK0.1000.130.35
HSL105.71º10.55%60.98%-
HSV(B)105.71º12.65%65.1%-
XYZ31.3235.832.05-
YUV158.82120.2121.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=32.54%
G=36.01%
B=31.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661450.1000.130.35105.7110.5560.98
Hex96A691A0D236ab3d
Octal22624622112015431521375
Binary10010110101001101001000110100110110001111010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A691; }

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

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

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

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

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

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

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

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