#96A68C

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

Shades of Mantle #96A68C

Tints of Mantle #96A68C

Color information

#96A68C (or 0x96A68C) is unknown color: approx Mantle. HEX triplet: 96, A6 and 8C. RGB value is (150,166,140). Sum of RGB (Red+Green+Blue) = 150+166+140=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #96A68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A68C is #695973. Grayscale: #9E9E9E. Windows color (decimal): -6904180 or 9217686. OLE color: 9217686.

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

Color convert

RGB150166140-
CMYK0.1000.160.35
HSL96.92º12.75%60%-
HSV(B)96.92º15.66%65.1%-
XYZ30.9535.6530.06-
YUV158.25117.7122.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=32.89%
G=36.40%
B=30.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661400.1000.160.3596.9212.7560
Hex96A68CA0102361d3c
Octal22624621412020431411574
Binary100101101010011010001100101001000010001111000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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